-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
EXPORTS
WEP@4
cdtAnimate@20
cdtDraw@24
cdtDrawExt@32
cdtInit@8
cdtTerm@0
WEP
cdtAnimate
cdtDraw
cdtDrawExt
cdtInit
cdtTerm

View file

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