2007-09-14 17:07:53 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
2006-08-31 09:13:03 +00:00
|
|
|
<module name="usetup" type="nativecui" installbase="system32" installname="usetup.exe" allowwarnings="false">
|
2007-10-01 14:19:27 +00:00
|
|
|
<bootstrap installbase="$(CDOUTPUT)/system32" nameoncd="smss.exe" />
|
2005-07-24 21:42:00 +00:00
|
|
|
<include base="usetup">.</include>
|
|
|
|
<include base="zlib">.</include>
|
2005-11-24 08:12:20 +00:00
|
|
|
<include base="inflib">.</include>
|
2006-02-18 13:50:15 +00:00
|
|
|
<include base="ReactOS">include/reactos/drivers</include>
|
2005-07-24 21:42:00 +00:00
|
|
|
<define name="_DISABLE_TIDENTS" />
|
|
|
|
<define name="_WIN32_WINNT">0x0502</define>
|
2005-08-01 12:57:34 +00:00
|
|
|
<define name="__NO_CTYPE_INLINES" />
|
2005-07-24 21:42:00 +00:00
|
|
|
<library>zlib</library>
|
2005-11-24 08:12:20 +00:00
|
|
|
<library>inflib</library>
|
2008-02-11 16:52:49 +00:00
|
|
|
<library>ext2lib</library>
|
2005-07-24 21:42:00 +00:00
|
|
|
<library>vfatlib</library>
|
|
|
|
<library>ntdll</library>
|
2006-11-10 21:00:24 +00:00
|
|
|
<directory name="interface">
|
|
|
|
<file>consup.c</file>
|
2007-12-06 16:25:57 +00:00
|
|
|
<file>devinst.c</file>
|
2006-11-10 21:00:24 +00:00
|
|
|
<file>usetup.c</file>
|
|
|
|
</directory>
|
|
|
|
<directory name="native">
|
|
|
|
<directory name="utils">
|
|
|
|
<file>console.c</file>
|
|
|
|
<file>keytrans.c</file>
|
2006-11-10 18:20:00 +00:00
|
|
|
</directory>
|
2006-11-10 21:00:24 +00:00
|
|
|
<file>console.c</file>
|
2005-11-26 19:53:55 +00:00
|
|
|
<file>fslist.c</file>
|
2006-11-10 21:00:24 +00:00
|
|
|
</directory>
|
|
|
|
<file>bootsup.c</file>
|
|
|
|
<file>cabinet.c</file>
|
|
|
|
<file>chkdsk.c</file>
|
|
|
|
<file>drivesup.c</file>
|
|
|
|
<file>filequeue.c</file>
|
|
|
|
<file>filesup.c</file>
|
|
|
|
<file>format.c</file>
|
|
|
|
<file>fslist.c</file>
|
|
|
|
<file>genlist.c</file>
|
|
|
|
<file>inffile.c</file>
|
|
|
|
<file>inicache.c</file>
|
|
|
|
<file>partlist.c</file>
|
|
|
|
<file>progress.c</file>
|
|
|
|
<file>registry.c</file>
|
|
|
|
<file>settings.c</file>
|
2005-07-24 21:42:00 +00:00
|
|
|
<file>usetup.rc</file>
|
2007-12-12 00:05:00 +00:00
|
|
|
<file>mui.c</file>
|
2005-07-24 21:42:00 +00:00
|
|
|
</module>
|