b7ec8925be504ddca599e0b5f15734e6e6ea825b
[reactos.git] / reactos / lib / lzexpand / Makefile
1
2 PATH_TO_TOP = ../..
3
4 TARGET_TYPE = dynlink
5
6 TARGET_NAME = lz32
7
8 TARGET_BASE=$(TARGET_BASE_LIB_LZEXPAND)
9
10 # require os code to explicitly request A/W version of structs/functions
11 TARGET_CFLAGS += -D_DISABLE_TIDENTS -Wall -Werror
12
13 TARGET_SDKLIBS = ntdll.a kernel32.a
14
15 TARGET_OBJECTS = lzexpand_main.o
16
17 include $(PATH_TO_TOP)/rules.mak
18
19 include $(TOOLS_PATH)/helper.mk