mirror of
https://github.com/reactos/reactos.git
synced 2024-11-11 01:04:11 +00:00
25 lines
725 B
Text
25 lines
725 B
Text
|
<?xml version="1.0"?>
|
||
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||
|
<module name="dxdiag" type="win32gui" installbase="system32" installname="dxdiag.exe">
|
||
|
<include base="dxdiag">.</include>
|
||
|
<define name="UNICODE" />
|
||
|
<define name="_UNICODE" />
|
||
|
<define name="_WIN32_IE">0x600</define>
|
||
|
<define name="_WIN32_WINNT">0x501</define>
|
||
|
<library>kernel32</library>
|
||
|
<library>user32</library>
|
||
|
<library>advapi32</library>
|
||
|
<library>comctl32</library>
|
||
|
<library>shell32</library>
|
||
|
<file>system.c</file>
|
||
|
<file>display.c</file>
|
||
|
<file>sound.c</file>
|
||
|
<file>music.c</file>
|
||
|
<file>input.c</file>
|
||
|
<file>network.c</file>
|
||
|
<file>help.c</file>
|
||
|
<file>dxdiag.c</file>
|
||
|
<file>dxdiag.rc</file>
|
||
|
<pch>precomp.h</pch>
|
||
|
</module>
|