mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 12:23:29 +00:00
10 lines
359 B
Ruby
10 lines
359 B
Ruby
<module name="psapi_winetest" type="win32cui" installbase="bin" installname="psapi_winetest.exe" allowwarnings="true">
|
|
<include base="psapi_winetest">.</include>
|
|
<define name="__USE_W32API" />
|
|
<library>kernel32</library>
|
|
<library>ntdll</library>
|
|
<library>psapi</library>
|
|
<file>testlist.c</file>
|
|
<file>psapi_main.c</file>
|
|
</module>
|