mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 05:43:30 +00:00
54a6548aa7
svn path=/trunk/; revision=24043
11 lines
No EOL
368 B
Ruby
11 lines
No EOL
368 B
Ruby
<module name="touch" type="win32cui" installbase="system32" installname="touch.exe">
|
|
<include base="touch">.</include>
|
|
<define name="__USE_W32API" />
|
|
<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> |