Move tests from rosapps to rostests
[reactos.git] / rosapps / tests / wm_paint / wm_paint.rbuild
diff --git a/rosapps/tests/wm_paint/wm_paint.rbuild b/rosapps/tests/wm_paint/wm_paint.rbuild
deleted file mode 100644 (file)
index 5bcfc22..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-<module name="wm_paint" type="win32gui" installbase="bin" installname="wm_paint.exe">
-       <define name="_WIN32_IE">0x0501</define>
-       <define name="_WIN32_WINNT">0x0501</define>
-       <define name="__USE_W32API" />
-       <library>kernel32</library>
-       <library>user32</library>
-       <library>gdi32</library>
-       <file>wm_paint.c</file>
-</module>