d82212c4357a2a210dc2139b1a8e233312da4144
[reactos.git] / reactos / subsys / csrss / win32mu / Makefile
1 # $Id: $
2
3 PATH_TO_TOP = ../../..
4
5 TARGET_TYPE = dynlink
6
7 TARGET_NAME = win32mu
8
9 TARGET_BASE = 0x5ffb0000
10
11 # require os code to explicitly request A/W version of structs/functions
12 TARGET_CFLAGS += -D__USE_W32API -D_DISABLE_TIDENTS -Wall -Werror -I../include
13
14 TARGET_LFLAGS = -nostartfiles -nostdlib
15
16 TARGET_SDKLIBS = ntdll.a kernel32.a user32.a gdi32.a
17
18 TARGET_OBJECTS = dllmain.o init.o
19
20 TARGET_ENTRY = _DllMain@12
21
22 DEP_OBJECTS = $(TARGET_OBJECTS)
23
24 include $(PATH_TO_TOP)/rules.mak
25
26 include $(TOOLS_PATH)/helper.mk
27
28 include $(TOOLS_PATH)/depend.mk