mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
- 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
10 lines
336 B
Ruby
10 lines
336 B
Ruby
<module name="touch" type="win32cui" installbase="system32" installname="touch.exe">
|
|
<include base="touch">.</include>
|
|
<define name="_WIN32_IE">0x0501</define>
|
|
<define name="_WIN32_WINNT">0x0501</define>
|
|
<library>ntdll</library>
|
|
<library>kernel32</library>
|
|
<file>err.c</file>
|
|
<file>touch.c</file>
|
|
<file>touch.rc</file>
|
|
</module> |