mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
Fix DBG := 0 build
svn path=/trunk/; revision=15760
This commit is contained in:
parent
44917b7007
commit
238b5dae79
2 changed files with 5 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
<include base="kjs">.</include>
|
||||
<include base="kjs">src</include>
|
||||
<include base="kjs">include</include>
|
||||
<define name="__NO_CTYPE_INLINES" />
|
||||
<directory name="ksrc">
|
||||
<file>setjmp.S</file>
|
||||
<file>longjmp.S</file>
|
||||
|
|
|
@ -12,8 +12,8 @@
|
|||
<library>pseh</library>
|
||||
<library>rtl</library>
|
||||
<library>rosrtl</library>
|
||||
<library>string</library>
|
||||
<library>rossym</library>
|
||||
<library>string</library>
|
||||
<directory name="include">
|
||||
<pch>ntoskrnl.h</pch>
|
||||
</directory>
|
||||
|
@ -346,4 +346,7 @@
|
|||
<file>token.c</file>
|
||||
</directory>
|
||||
<file>ntoskrnl.rc</file>
|
||||
<linkerflag>-nostartfiles</linkerflag>
|
||||
<linkerflag>-nostdlib</linkerflag>
|
||||
<linkerflag>-lgcc</linkerflag>
|
||||
</module>
|
||||
|
|
Loading…
Reference in a new issue