75089156b2043d5541b64ef75b310727cf461e75
[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=0x76380000
9
10 # require os code to explicitly request A/W version of structs/functions
11 TARGET_CFLAGS += -D_DISABLE_TIDENTS
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