This commit was manufactured by cvs2svn to create branch 'captive'.
[reactos.git] / subsys / system / expand / makefile
diff --git a/subsys/system/expand/makefile b/subsys/system/expand/makefile
new file mode 100644 (file)
index 0000000..3e27e5f
--- /dev/null
@@ -0,0 +1,21 @@
+# 
+
+PATH_TO_TOP = ../../..
+
+TARGET_NORC = yes
+
+TARGET_TYPE = program
+
+TARGET_APPTYPE = console
+
+TARGET_NAME = expand
+
+TARGET_SDKLIBS = lz32.a
+
+TARGET_OBJECTS = $(TARGET_NAME).o
+
+include $(PATH_TO_TOP)/rules.mak
+
+include $(TOOLS_PATH)/helper.mk
+
+# EOF