-removed -nostdlib from kernel32

-fixed some msvc errors

svn path=/trunk/; revision=22961
This commit is contained in:
Christoph von Wittich 2006-07-08 23:32:03 +00:00
parent 79a5eee6f5
commit 2849b81889
2 changed files with 6 additions and 7 deletions

View file

@ -1,8 +1,8 @@
LIBRARY cards.dll LIBRARY cards.dll
EXPORTS EXPORTS
WEP@4 WEP
cdtAnimate@20 cdtAnimate
cdtDraw@24 cdtDraw
cdtDrawExt@32 cdtDrawExt
cdtInit@8 cdtInit
cdtTerm@0 cdtTerm

View file

@ -128,7 +128,6 @@
<library>ntdll</library> <library>ntdll</library>
<linkerflag>-lgcc</linkerflag> <linkerflag>-lgcc</linkerflag>
<linkerflag>-nostartfiles</linkerflag> <linkerflag>-nostartfiles</linkerflag>
<linkerflag>-nostdlib</linkerflag>
<file>kernel32.rc</file> <file>kernel32.rc</file>
</module> </module>
<directory name="tests"> <directory name="tests">