mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 18:02:05 +00:00
12 lines
284 B
Ruby
12 lines
284 B
Ruby
<module name="mazescr" type="win32scr" installbase="system32">
|
|
<define name="UNICODE" />
|
|
<define name="_UNICODE" />
|
|
|
|
<library>kernel32</library>
|
|
<library>user32</library>
|
|
<library>gdi32</library>
|
|
|
|
<file>scrnsave.c</file>
|
|
<file>maze.c</file>
|
|
<file>scrnsave.rc</file>
|
|
</module>
|