mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 09:50:02 +00:00
17 lines
496 B
Ruby
17 lines
496 B
Ruby
<module name="mazescr" type="win32scr" installbase="system32" installname="maze.scr">
|
|
<define name="_WIN32_IE">0x0501</define>
|
|
<define name="_WIN32_WINNT">0x0501</define>
|
|
<define name="__USE_W32API" />
|
|
<define name="__REACTOS__" />
|
|
<define name="UNICODE" />
|
|
<define name="_UNICODE" />
|
|
|
|
<library>kernel32</library>
|
|
<library>user32</library>
|
|
<library>gdi32</library>
|
|
|
|
<file>scrnsave.c</file>
|
|
<file>scrnsave.rc</file>
|
|
<file>maze.c</file>
|
|
<file>maze.rc</file>
|
|
</module>
|