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