Created new module for wshirda.dll
[reactos.git] / reactos / 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 TARGET_SDKLIBS = ntdll.a kernel32.a
14
15 TARGET_OBJECTS = $(TARGET_NAME).o
16
17 include $(PATH_TO_TOP)/rules.mak
18
19 include $(TOOLS_PATH)/helper.mk