Author: jgardou
Date: Mon Sep 5 19:36:07 2011
New Revision: 53606
URL: http://svn.reactos.org/svn/reactos?rev=53606&view=rev
Log:
[RBUILD]
- qmgrprxy.dll has an entrypoint
Modified:
trunk/reactos/dll/win32/qmgrprxy/qmgrprxy.rbuild
Modified: trunk/reactos/dll/win32/qmgrprxy/qmgrprxy.rbuild
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/qmgrprxy/qmgrprxy.rbuild?rev=53606&r1=53605&r2=53606&view=diff
==============================================================================
--- trunk/reactos/dll/win32/qmgrprxy/qmgrprxy.rbuild [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/qmgrprxy/qmgrprxy.rbuild [iso-8859-1] Mon Sep 5
19:36:07 2011
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
<group>
-<module name="qmgrprxy" type="win32dll" baseaddress="${BASEADDRESS_QMGRPRXY}"
installbase="system32" entrypoint="0" installname="qmgrprxy.dll"
allowwarnings="true">
+<module name="qmgrprxy" type="win32dll" baseaddress="${BASEADDRESS_QMGRPRXY}"
installbase="system32" installname="qmgrprxy.dll" allowwarnings="true">
<autoregister infsection="OleControlDlls" type="DllRegisterServer" />
<importlibrary definition="qmgrprxy.spec" />
<include base="qmgrprxy">.</include>