* added _DISABLE_TIDENTS macro to disable any ANSI/UNICODE ambiguous elements from...
[reactos.git] / reactos / lib / oleaut32 / makefile
1 # $Id: makefile,v 1.4 2003/08/07 04:03:23 royce Exp $
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