mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 21:06:17 +00:00
Add resources to existing modules.
svn path=/branches/xmlbuildsystem/; revision=13077
This commit is contained in:
parent
9f8bfdb6c1
commit
41c7d92f46
7 changed files with 21 additions and 0 deletions
|
@ -44,4 +44,5 @@
|
|||
<file>privilege.c</file>
|
||||
<file>token.c</file>
|
||||
</directory>
|
||||
<file>advapi32.rc</file>
|
||||
</module>
|
||||
|
|
|
@ -32,4 +32,5 @@
|
|||
<file>region.c</file>
|
||||
<file>text.c</file>
|
||||
</directory>
|
||||
<file>gdi32.rc</file>
|
||||
</module>
|
||||
|
|
|
@ -1,12 +1,23 @@
|
|||
<module name="kernel32" type="win32dll">
|
||||
<dependency>wmc</dependency>
|
||||
<importlibrary definition="kernel32.def" />
|
||||
<include base="kernel32">.</include>
|
||||
<include base="kernel32">include</include>
|
||||
<define name="_DISABLE_TIDENTS" />
|
||||
<define name="_SEH_NO_NATIVE_NLG" />
|
||||
<define name="WINVER">0x0500</define>
|
||||
<library>pseh</library>
|
||||
<library>rosrtl</library>
|
||||
<library>ntdll</library>
|
||||
<invoke module="wmc">
|
||||
<input>
|
||||
<inputfile>kernel32.mc</inputfile>
|
||||
</input>
|
||||
<output>
|
||||
<outputfile switches="-H">../../include/reactos/errcodes.h</outputfile>
|
||||
<outputfile switches="-o">errcodes.rc</outputfile>
|
||||
</output>
|
||||
</invoke>
|
||||
<directory name="debug">
|
||||
<file>break.c</file>
|
||||
<file>debugger.c</file>
|
||||
|
@ -104,4 +115,5 @@
|
|||
<file>thread.c</file>
|
||||
<file>tls.c</file>
|
||||
</directory>
|
||||
<file>kernel32.rc</file>
|
||||
</module>
|
||||
|
|
|
@ -440,4 +440,5 @@
|
|||
<file>wcsxfrm.c</file>
|
||||
<file>wlasttok.c</file>
|
||||
</directory>
|
||||
<file>msvcrt.rc</file>
|
||||
</module>
|
||||
|
|
|
@ -104,5 +104,8 @@
|
|||
<file>strupr.c</file>
|
||||
<file>wstring.c</file>
|
||||
</directory>
|
||||
<directory name="def">
|
||||
<file>ntdll.rc</file>
|
||||
</directory>
|
||||
<file>napi.c</file>
|
||||
</module>
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<module name="user32" type="win32dll">
|
||||
<dependency>addsys</dependency>
|
||||
<importlibrary definition="user32.def" />
|
||||
<include base="user32">.</include>
|
||||
<include base="user32">include</include>
|
||||
<define name="_DISABLE_TIDENTS" />
|
||||
<define name="UNICODE" />
|
||||
|
@ -71,4 +72,5 @@
|
|||
<file>window.c</file>
|
||||
<file>winpos.c</file>
|
||||
</directory>
|
||||
<file>user32.rc</file>
|
||||
</module>
|
||||
|
|
|
@ -378,4 +378,5 @@
|
|||
<file>sid.c</file>
|
||||
<file>token.c</file>
|
||||
</directory>
|
||||
<file>ntoskrnl.rc</file>
|
||||
</module>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue