mirror of
https://github.com/reactos/reactos.git
synced 2024-11-11 01:04:11 +00:00
e985f75055
svn path=/trunk/; revision=29965
17 lines
523 B
Ruby
17 lines
523 B
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
|
|
<module name="3dtext" type="win32scr" installbase="system32" installname="3dtext.scr" unicode="true">
|
|
<define name="__USE_W32API" />
|
|
<library>kernel32</library>
|
|
<library>user32</library>
|
|
<library>gdi32</library>
|
|
<library>opengl32</library>
|
|
<library>glu32</library>
|
|
<library>advapi32</library>
|
|
|
|
<file>3dtext.c</file>
|
|
<file>settings.c</file>
|
|
<file>rsrc.rc</file>
|
|
|
|
<metadata description="3D text OpenGL screensaver" />
|
|
</module>
|