c276240854ba31242d0b47fb1c98d8296605031f
[reactos.git] / lib / wshirda / makefile
1 # $Id: makefile
2
3 PATH_TO_TOP = ../..
4
5 TARGET_TYPE = dynlink
6
7 TARGET_NAME = wshirda
8
9 TARGET_BASE = 0x777c0000
10
11 TARGET_CFLAGS = -DUNICODE
12
13 # require os code to explicitly request A/W version of structs/functions
14 TARGET_CFLAGS += -D_DISABLE_TIDENTS -Werror -Wall
15
16 TARGET_SDKLIBS = ntdll.a kernel32.a
17
18 TARGET_OBJECTS = $(TARGET_NAME).o
19
20 DEP_OBJECTS = $(TARGET_OBJECTS)
21
22 include $(PATH_TO_TOP)/rules.mak
23
24 include $(TOOLS_PATH)/helper.mk
25
26 include $(TOOLS_PATH)/depend.mk