mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
7 lines
232 B
Ruby
7 lines
232 B
Ruby
<module name="moztest" type="win32cui" installbase="bin" installname="moztest.exe">
|
|
<define name="__USE_W32API" />
|
|
<library>kernel32</library>
|
|
<library>ntdll</library>
|
|
<library>ws2_32</library>
|
|
<file>moztest.c</file>
|
|
</module>
|