reactos/rostests/winetests/opengl32/opengl32.rbuild
Kamil Hornicek 8563362b72 [OPENGL32_WINETEST]
Add opengl32 winetest, patch by Jerome Gardou.
Not used for now.

svn path=/trunk/; revision=47779
2010-06-14 12:41:15 +00:00

16 lines
527 B
Ruby

<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
<group>
<module name="opengl32_winetest" type="win32cui" installbase="bin" installname="opengl32_winetest.exe" allowwarnings="true">
<compilerflag compiler="cc">-Wno-format</compilerflag>
<define name="__ROS_LONG64__" />
<include base="opengl32_winetest">.</include>
<library>wine</library>
<library>opengl32</library>
<library>gdi32</library>
<library>user32</library>
<file>opengl.c</file>
<file>testlist.c</file>
</module>
</group>