41b5250b05d34506f4da576cecf559f632e0d4db
[reactos.git] / lib / oleaut32 / makefile
1 # $Id$
2
3 PATH_TO_TOP = ../..
4
5 TARGET_DEFONLY = yes
6
7 TARGET_TYPE = dynlink
8
9 TARGET_NAME = oleaut32
10
11 TARGET_BASE = 0x76260000
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 = dllmain.o stubs.o
19
20 include $(PATH_TO_TOP)/rules.mak
21
22 include $(TOOLS_PATH)/helper.mk
23
24 # EOF