update for HEAD-2003091401
[reactos.git] / lib / lzexpand / Makefile
diff --git a/lib/lzexpand/Makefile b/lib/lzexpand/Makefile
new file mode 100644 (file)
index 0000000..e1042c9
--- /dev/null
@@ -0,0 +1,19 @@
+
+PATH_TO_TOP = ../..
+
+TARGET_TYPE = dynlink
+
+TARGET_NAME = lz32
+
+TARGET_BASE=0x76380000
+
+# require os code to explicitly request A/W version of structs/functions
+TARGET_CFLAGS += -D_DISABLE_TIDENTS -Wall -Werror
+
+TARGET_SDKLIBS = ntdll.a kernel32.a
+
+TARGET_OBJECTS = lzexpand_main.o
+
+include $(PATH_TO_TOP)/rules.mak
+
+include $(TOOLS_PATH)/helper.mk