mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 13:35:47 +00:00
-removed -nostdlib from kernel32
-fixed some msvc errors svn path=/trunk/; revision=22961
This commit is contained in:
parent
79a5eee6f5
commit
2849b81889
2 changed files with 6 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -128,7 +128,6 @@
|
|||
<library>ntdll</library>
|
||||
<linkerflag>-lgcc</linkerflag>
|
||||
<linkerflag>-nostartfiles</linkerflag>
|
||||
<linkerflag>-nostdlib</linkerflag>
|
||||
<file>kernel32.rc</file>
|
||||
</module>
|
||||
<directory name="tests">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue