update for HEAD-2003091401
[reactos.git] / apps / tests / combo / makefile
diff --git a/apps/tests/combo/makefile b/apps/tests/combo/makefile
new file mode 100644 (file)
index 0000000..195251f
--- /dev/null
@@ -0,0 +1,22 @@
+
+PATH_TO_TOP = ../../..
+
+TARGET_NORC = yes
+
+TARGET_TYPE = program
+
+TARGET_APPTYPE = windows
+
+TARGET_NAME = combotst
+
+TARGET_SDKLIBS = kernel32.a gdi32.a
+
+TARGET_OBJECTS = \
+       combotst.o \
+       utils.o
+
+include $(PATH_TO_TOP)/rules.mak
+
+include $(TOOLS_PATH)/helper.mk
+
+# EOF