update for HEAD-2003091401
[reactos.git] / lib / winmm / Makefile
index 20b4289..ff60c6f 100644 (file)
@@ -8,13 +8,15 @@ TARGET_NAME = winmm
 
 TARGET_BASE = 0x777c0000
 
-TARGET_CFLAGS = 
+TARGET_CFLAGS =
+
+# require os code to explicitly request A/W version of structs/functions
+TARGET_CFLAGS += -D_DISABLE_TIDENTS
 
 TARGET_SDKLIBS = ntdll.a kernel32.a
 
 TARGET_OBJECTS = \
-       dllmain.o \
-       misc/stubs.o
+       stubs.o
 
 include $(PATH_TO_TOP)/rules.mak