2007-03-08 19:00:15 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<rbuild xmlns:xi="http://www.w3.org/2001/XInclude">
|
2008-06-12 06:22:23 +00:00
|
|
|
<module name="winfile" type="win32gui" installbase="system32" installname="winfile.exe" allowwarnings="true">
|
|
|
|
<include base="winfile">.</include>
|
2007-03-08 19:00:15 +00:00
|
|
|
<define name="UNICODE" />
|
|
|
|
<library>shell32</library>
|
2008-03-28 14:40:37 +00:00
|
|
|
<library>comdlg32</library>
|
|
|
|
<library>comctl32</library>
|
2007-03-08 19:00:15 +00:00
|
|
|
<library>ole32</library>
|
|
|
|
<library>mpr</library>
|
2008-03-28 14:40:37 +00:00
|
|
|
<library>version</library>
|
|
|
|
<library>user32</library>
|
|
|
|
<library>gdi32</library>
|
|
|
|
<library>advapi32</library>
|
|
|
|
<library>kernel32</library>
|
|
|
|
<library>uuid</library>
|
2009-07-18 22:01:42 +00:00
|
|
|
<file>splitpath.c</file>
|
2007-03-08 19:00:15 +00:00
|
|
|
<file>winefile.c</file>
|
2009-07-18 22:01:42 +00:00
|
|
|
<file>Cs.rc</file>
|
|
|
|
<file>Da.rc</file>
|
|
|
|
<file>De.rc</file>
|
|
|
|
<file>En.rc</file>
|
|
|
|
<file>Fr.rc</file>
|
|
|
|
<file>Hu.rc</file>
|
|
|
|
<file>It.rc</file>
|
|
|
|
<file>Ja.rc</file>
|
|
|
|
<file>Ko.rc</file>
|
|
|
|
<file>Lt.rc</file>
|
|
|
|
<file>Nl.rc</file>
|
|
|
|
<file>No.rc</file>
|
|
|
|
<file>Pl.rc</file>
|
|
|
|
<file>Pt.rc</file>
|
|
|
|
<file>Ru.rc</file>
|
|
|
|
<file>Si.rc</file>
|
|
|
|
<file>Sv.rc</file>
|
|
|
|
<file>Tr.rc</file>
|
|
|
|
<file>Zh.rc</file>
|
2008-03-28 14:40:37 +00:00
|
|
|
<file>rsrc.rc</file>
|
2007-03-08 19:00:15 +00:00
|
|
|
</module>
|
|
|
|
</rbuild>
|