mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 04:11:30 +00:00
1b7106dee1
- Fix compilation of a number of modules. - Delete outdated fmifs.h, the one from ReactOS includes should be used instead. - Move more libs to /lib directory. svn path=/trunk/; revision=34627
26 lines
745 B
Ruby
26 lines
745 B
Ruby
<module name="package" type="win32dll" installbase="system32" installname="package.dll" allowwarnings="true" stdlib="host">
|
|
<importlibrary definition="package.def" />
|
|
<include base="package">.</include>
|
|
|
|
<define name="UNICODE" />
|
|
<define name="_WIN32_IE">0x0501</define>
|
|
<define name="_WIN32_WINNT">0x0501</define>
|
|
|
|
<library>kernel32</library>
|
|
<library>gdi32</library>
|
|
<library>user32</library>
|
|
<library>expat</library>
|
|
<library>urlmon</library>
|
|
<library>shell32</library>
|
|
|
|
<file>download.cpp</file>
|
|
<file>functions.cpp</file>
|
|
<file>log.cpp</file>
|
|
<file>main.cpp</file>
|
|
<file>options.cpp</file>
|
|
<file>package.cpp</file>
|
|
<file>script.cpp</file>
|
|
<file>tree.cpp</file>
|
|
<file>package.rc</file>
|
|
</module>
|