This commit was manufactured by cvs2svn to create branch 'captive'.
[reactos.git] / apps / tests / lineclip / makefile
diff --git a/apps/tests/lineclip/makefile b/apps/tests/lineclip/makefile
new file mode 100644 (file)
index 0000000..1634459
--- /dev/null
@@ -0,0 +1,21 @@
+# $Id$
+
+PATH_TO_TOP = ../../..
+
+TARGET_NORC = yes
+
+TARGET_TYPE = program
+
+TARGET_APPTYPE = windows
+
+TARGET_NAME = lineclip
+
+TARGET_SDKLIBS = kernel32.a gdi32.a
+
+TARGET_OBJECTS = $(TARGET_NAME).o
+
+include $(PATH_TO_TOP)/rules.mak
+
+include $(TOOLS_PATH)/helper.mk
+
+# EOF