mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 05:43:30 +00:00
3bf9dce002
svn path=/trunk/; revision=15920
32 lines
920 B
XML
32 lines
920 B
XML
<module name="winfile" type="win32cui" installname="winfile.exe" warnings="true">
|
|
<include base="winfile">.</include>
|
|
<define name="__USE_W32API" />
|
|
<define name="_WIN32_IE">0x0501</define>
|
|
<define name="_WIN32_WINNT">0x0501</define>
|
|
<library>kernel32</library>
|
|
<library>user32</library>
|
|
<library>gdi32</library>
|
|
<library>advapi32</library>
|
|
<library>version</library>
|
|
<library>comdlg32</library>
|
|
<library>comctl32</library>
|
|
<file>about.c</file>
|
|
<file>childwnd.c</file>
|
|
<file>debug.c</file>
|
|
<file>dialogs.c</file>
|
|
<file>drivebar.c</file>
|
|
<file>entries.c</file>
|
|
<file>framewnd.c</file>
|
|
<file>listview.c</file>
|
|
<file>main.c</file>
|
|
<file>network.c</file>
|
|
<file>settings.c</file>
|
|
<file>shell.c</file>
|
|
<file>sort.c</file>
|
|
<file>splitpath.c</file>
|
|
<file>run.c</file>
|
|
<file>trace.c</file>
|
|
<file>treeview.c</file>
|
|
<file>utils.c</file>
|
|
<file>worker.c</file>
|
|
</module>
|