12a68aa9d19b915517fa3719e5f9dc87c6ecaae4
[reactos.git] / reactos / lib / comctl32 / winetests / makefile
1 # $Id: Makefile 12745 2005-01-03 02:37:10Z sedwards $
2
3 PATH_TO_TOP = ../../..
4
5 TARGET_NORC = yes
6
7 TARGET_TYPE = program
8
9 TARGET_APPTYPE = console
10
11 # require os code to explicitly request A/W version of structs/functions
12 TARGET_CFLAGS += -D_DISABLE_TIDENTS -D__USE_W32API -D_WIN32_IE=0x0600 \
13 -D_WIN32_WINNT=0x0501 -D__REACTOS__
14
15 TARGET_NAME = comctl32_test
16
17 TARGET_SDKLIBS = shlwapi.a gdi32.a comctl32.a ntdll.a wine.a
18
19 TARGET_OBJECTS = \
20 testlist.o \
21 dpa.o \
22 imagelist.o \
23 mru.o \
24 subclass.o \
25 tab.o
26
27 include $(PATH_TO_TOP)/rules.mak
28
29 include $(TOOLS_PATH)/helper.mk
30
31 # EOF