- the lib has an entry point

- remove all non-needed stuff

svn path=/trunk/; revision=34255
This commit is contained in:
Ged Murphy 2008-07-02 08:49:10 +00:00
parent a1ae582c40
commit 30db39bf92

View file

@ -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>