Author: gedmurphy Date: Wed Jul 2 03:49:10 2008 New Revision: 34255
URL: http://svn.reactos.org/svn/reactos?rev=34255&view=rev Log: - the lib has an entry point - remove all non-needed stuff
Modified: trunk/reactos/dll/win32/msvcrt40/msvcrt40.rbuild
Modified: trunk/reactos/dll/win32/msvcrt40/msvcrt40.rbuild URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msvcrt40/msvcrt40... ============================================================================== --- trunk/reactos/dll/win32/msvcrt40/msvcrt40.rbuild [iso-8859-1] (original) +++ trunk/reactos/dll/win32/msvcrt40/msvcrt40.rbuild [iso-8859-1] Wed Jul 2 03:49:10 2008 @@ -1,18 +1,15 @@ <?xml version="1.0"?> <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd"> <group> -<module name="msvcrt40" type="win32dll" baseaddress="${BASEADDRESS_MSVCRT40}" installbase="system32" installname="msvcrt40.dll" allowwarnings="true" entrypoint="0"> +<module name="msvcrt40" type="win32dll" baseaddress="${BASEADDRESS_MSVCRT40}" installbase="system32" installname="msvcrt40.dll"> <importlibrary definition="msvcrt40.spec.def" /> <include base="msvcrt40">.</include> <include base="ReactOS">include/reactos/wine</include> <define name="__WINESRC__" /> - <define name="WINVER">0x600</define> - <define name="_WIN32_WINNT">0x600</define> <file>msvcrt40.c</file> <file>msvcrt40.spec</file> <library>wine</library> <library>msvcrt</library> <library>kernel32</library> - <library>ntdll</library> </module> </group>