Author: greatlrd
Date: Mon Oct 15 02:41:36 2007
New Revision: 29587
URL: http://svn.reactos.org/svn/reactos?rev=29587&view=rev
Log:
do not use entrypoint="0" when dll have dllmain
only when dll does not have dllmain we should use entrypoint="0"
other wise the original dllmain will not be run
Modified:
trunk/reactos/lib/3rdparty/bzip2/bzip2.rbuild
Modified: trunk/reactos/lib/3rdparty/bzip2/bzip2.rbuild
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/3rdparty/bzip2/bzip2.r…
==============================================================================
--- trunk/reactos/lib/3rdparty/bzip2/bzip2.rbuild (original)
+++ trunk/reactos/lib/3rdparty/bzip2/bzip2.rbuild Mon Oct 15 02:41:36 2007
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
-<module name="bzip2" type="kernelmodedll" entrypoint="0" installbase="system32/drivers" installname="bzip2.dll">
+<module name="bzip2" type="kernelmodedll" installbase="system32/drivers" installname="bzip2.dll">
<importlibrary definition="unbzip2.def" />
<define name="BZ_NO_STDIO" />
<define name="BZ_DECOMPRESS_ONLY" />
Author: greatlrd
Date: Mon Oct 15 02:16:43 2007
New Revision: 29586
URL: http://svn.reactos.org/svn/reactos?rev=29586&view=rev
Log:
do not use entrypoint="0" when dll have dllmain
only when dll does not have dllmain we should use entrypoint="0"
other wise the original dllmain will not be run
Modified:
trunk/reactos/base/shell/explorer/notifyhook/notifyhook.rbuild
Modified: trunk/reactos/base/shell/explorer/notifyhook/notifyhook.rbuild
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/notify…
==============================================================================
--- trunk/reactos/base/shell/explorer/notifyhook/notifyhook.rbuild (original)
+++ trunk/reactos/base/shell/explorer/notifyhook/notifyhook.rbuild Mon Oct 15 02:16:43 2007
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
-<module name="notifyhook" type="win32dll" entrypoint="0" baseaddress="${BASEADDRESS_NOTIFYHOOK}" installbase="system32" installname="notifyhook.dll">
+<module name="notifyhook" type="win32dll" baseaddress="${BASEADDRESS_NOTIFYHOOK}" installbase="system32" installname="notifyhook.dll">
<importlibrary definition="notifyhook.def" />
<include base="notifyhook">.</include>
<define name="__USE_W32API" />
Author: greatlrd
Date: Mon Oct 15 02:14:19 2007
New Revision: 29585
URL: http://svn.reactos.org/svn/reactos?rev=29585&view=rev
Log:
do not use entrypoint="0" when dll have dllmain
only when dll does not have dllmain we should use entrypoint="0"
other wise the original dllmain will not be run
Modified:
trunk/reactos/dll/directx/dxdiagn/dxdiagn.rbuild
Modified: trunk/reactos/dll/directx/dxdiagn/dxdiagn.rbuild
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/directx/dxdiagn/dxdiag…
==============================================================================
--- trunk/reactos/dll/directx/dxdiagn/dxdiagn.rbuild (original)
+++ trunk/reactos/dll/directx/dxdiagn/dxdiagn.rbuild Mon Oct 15 02:14:19 2007
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
-<module name="dxdiagn" type="win32dll" entrypoint="0" baseaddress="${BASEADDRESS_DXDIAGN}" installbase="system32" installname="dxdiagn.dll" allowwarnings="true">
+<module name="dxdiagn" type="win32dll" baseaddress="${BASEADDRESS_DXDIAGN}" installbase="system32" installname="dxdiagn.dll" allowwarnings="true">
<autoregister infsection="OleControlDlls" type="DllRegisterServer" />
<importlibrary definition="dxdiagn.spec.def" />
<include base="dxdiagn">.</include>
Author: greatlrd
Date: Mon Oct 15 02:12:11 2007
New Revision: 29584
URL: http://svn.reactos.org/svn/reactos?rev=29584&view=rev
Log:
do not use entrypoint="0" when dll have dllmain
only when dll does not have dllmain we should use entrypoint="0"
other wise the original dllmain will not be run
Modified:
trunk/reactos/subsystems/win/basesrv/basesrv.rbuild
trunk/reactos/subsystems/win/winsrv/winsrv.rbuild
Modified: trunk/reactos/subsystems/win/basesrv/basesrv.rbuild
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win/basesrv/bas…
==============================================================================
--- trunk/reactos/subsystems/win/basesrv/basesrv.rbuild (original)
+++ trunk/reactos/subsystems/win/basesrv/basesrv.rbuild Mon Oct 15 02:12:11 2007
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
-<module name="basesrv" type="win32dll" entrypoint="0">
+<module name="basesrv" type="win32dll">
<importlibrary definition="basesrv.def" />
<include base="basesrv">.</include>
<include base="csr">include</include>
Modified: trunk/reactos/subsystems/win/winsrv/winsrv.rbuild
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win/winsrv/wins…
==============================================================================
--- trunk/reactos/subsystems/win/winsrv/winsrv.rbuild (original)
+++ trunk/reactos/subsystems/win/winsrv/winsrv.rbuild Mon Oct 15 02:12:11 2007
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
-<module name="winsrv" type="win32dll" entrypoint="0">
+<module name="winsrv" type="win32dll">
<importlibrary definition="winsrv.def" />
<include base="winsrv">.</include>
<include base="csr">include</include>
Author: greatlrd
Date: Mon Oct 15 02:09:18 2007
New Revision: 29583
URL: http://svn.reactos.org/svn/reactos?rev=29583&view=rev
Log:
do not use entrypoint="0" when dll have dllmain
only when dll does not have dllmain we should use entrypoint="0"
other wise the original dllmain will not be run
Modified:
trunk/reactos/subsystems/win32/csrss/win32csr/win32csr.rbuild
Modified: trunk/reactos/subsystems/win32/csrss/win32csr/win32csr.rbuild
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/csrss/win…
==============================================================================
--- trunk/reactos/subsystems/win32/csrss/win32csr/win32csr.rbuild (original)
+++ trunk/reactos/subsystems/win32/csrss/win32csr/win32csr.rbuild Mon Oct 15 02:09:18 2007
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
-<module name="win32csr" type="win32dll" entrypoint="0" installbase="system32" installname="win32csr.dll">
+<module name="win32csr" type="win32dll" installbase="system32" installname="win32csr.dll">
<importlibrary definition="win32csr.def" />
<include base="win32csr">.</include>
<include base="csrss">include</include>
Author: greatlrd
Date: Mon Oct 15 02:05:19 2007
New Revision: 29582
URL: http://svn.reactos.org/svn/reactos?rev=29582&view=rev
Log:
do not use entrypoint="0" when dll have dllmain
only when dll does not have dllmain we should use entrypoint="0"
other wise the original dllmain will not be run
Modified:
trunk/reactos/dll/directx/dsound/dsound.rbuild
Modified: trunk/reactos/dll/directx/dsound/dsound.rbuild
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/directx/dsound/dsound.…
==============================================================================
--- trunk/reactos/dll/directx/dsound/dsound.rbuild (original)
+++ trunk/reactos/dll/directx/dsound/dsound.rbuild Mon Oct 15 02:05:19 2007
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
-<module name="dsound" type="win32dll" entrypoint="0" baseaddress="${BASEADDRESS_DSOUND}" installbase="system32" installname="dsound.dll" allowwarnings ="true">
+<module name="dsound" type="win32dll" baseaddress="${BASEADDRESS_DSOUND}" installbase="system32" installname="dsound.dll" allowwarnings ="true">
<autoregister infsection="OleControlDlls" type="DllRegisterServer" />
<importlibrary definition="dsound.spec.def" />
<include base="dsound">.</include>
Author: greatlrd
Date: Mon Oct 15 02:00:17 2007
New Revision: 29581
URL: http://svn.reactos.org/svn/reactos?rev=29581&view=rev
Log:
do not use entrypoint="0" when dll have dllmain
only when dll does not have dllmain we should use entrypoint="0"
other wise the original dllmain will not be run
Modified:
trunk/reactos/dll/3rdparty/mesa32/mesa32.rbuild
Modified: trunk/reactos/dll/3rdparty/mesa32/mesa32.rbuild
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/3rdparty/mesa32/mesa32…
==============================================================================
--- trunk/reactos/dll/3rdparty/mesa32/mesa32.rbuild (original)
+++ trunk/reactos/dll/3rdparty/mesa32/mesa32.rbuild Mon Oct 15 02:00:17 2007
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
-<module name="mesa32" type="win32dll" entrypoint="0" baseaddress="${BASEADDRESS_MESA32}" installbase="system32" installname="mesa32.dll" allowwarnings="true">
+<module name="mesa32" type="win32dll" baseaddress="${BASEADDRESS_MESA32}" installbase="system32" installname="mesa32.dll" allowwarnings="true">
<importlibrary definition="src/drivers/windows/icd/mesa.def" />
<linkerflag>-Wl,--enable-stdcall-fixup</linkerflag>
<library>ntdll</library>
Author: greatlrd
Date: Mon Oct 15 01:58:49 2007
New Revision: 29580
URL: http://svn.reactos.org/svn/reactos?rev=29580&view=rev
Log:
entrypoint="0" do not use entrypoint="0" when dll have dllmain
only when dll does not have dllmain we should use entrypoint="0"
other wise the orginal dllmain will not be run
Modified:
trunk/reactos/dll/directx/ddraw/ddraw.rbuild
Modified: trunk/reactos/dll/directx/ddraw/ddraw.rbuild
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/directx/ddraw/ddraw.rb…
==============================================================================
--- trunk/reactos/dll/directx/ddraw/ddraw.rbuild (original)
+++ trunk/reactos/dll/directx/ddraw/ddraw.rbuild Mon Oct 15 01:58:49 2007
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
-<module name="ddraw" type="win32dll" entrypoint="0" installbase="system32" installname="ddraw.dll" allowwarnings ="true">
+<module name="ddraw" type="win32dll" installbase="system32" installname="ddraw.dll" allowwarnings ="true">
<importlibrary definition="ddraw.def" />
<include base="ddraw">.</include>
<define name="UNICODE" />