]> git.saurik.com Git - wxWidgets.git/blame - tests/makefile.vc
fixed compilation with bakefile-0.1.3 after my latest changes
[wxWidgets.git] / tests / makefile.vc
CommitLineData
670ec357
VS
1# =========================================================================
2# This makefile was generated by
3# Bakefile 0.1.3 (http://bakefile.sourceforge.net)
4# Do not modify, all changes will be overwritten!
5# =========================================================================
6
7!include <../build/msw/config.vc>
8
9# -------------------------------------------------------------------------
10# Do not modify the rest of this file!
11# -------------------------------------------------------------------------
12
13### Variables: ###
14
15OBJS = \
16 vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
17SETUPHDIR = \
18 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
19TEST_CXXFLAGS = /M$(__RUNTIME_LIBS_7)$(__DEBUGRUNTIME_3) /DWIN32 \
20 $(__DEBUGINFO_0) /Fd$(OBJS)\test.pdb $(____DEBUGRUNTIME_2_p) \
21 $(__OPTIMIZEFLAG_4) $(__NO_VC_CRTDBG_p) /D__WXMSW__ $(__WXUNIV_DEFINE_p) \
22 $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) /I.\..\include /I$(SETUPHDIR) /W4 \
23 /I. $(__DLLFLAG_p) /D_CONSOLE $(CPPUNIT_CFLAGS) $(__EXCEPTIONSFLAG_8) \
24 $(__EXCEPTIONSFLAG_9) $(CPPFLAGS) $(CXXFLAGS)
25TEST_OBJECTS = \
26 $(OBJS)\test_test.obj \
e70833fb 27 $(OBJS)\test_main.obj \
7d5ab151 28 $(OBJS)\test_formatconverter.obj \
4827cbd9
VS
29 $(OBJS)\test_regex.obj \
30 $(OBJS)\test_filesys.obj
670ec357
VS
31
32### Conditionally set variables: ###
33
34!if "$(USE_GUI)" == "0"
35PORTNAME = base
36!endif
37!if "$(USE_GUI)" == "1"
38PORTNAME = msw
39!endif
40!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
41WXDEBUGFLAG = d
42!endif
43!if "$(DEBUG_FLAG)" == "1"
44WXDEBUGFLAG = d
45!endif
46!if "$(UNICODE)" == "1"
47WXUNICODEFLAG = u
48!endif
49!if "$(WXUNIV)" == "1"
50WXUNIVNAME = univ
51!endif
52!if "$(SHARED)" == "1"
53WXDLLFLAG = dll
54!endif
55!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
56__DEBUGINFO_0 = /Zi
57!endif
58!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
59__DEBUGINFO_0 =
60!endif
61!if "$(DEBUG_INFO)" == "0"
62__DEBUGINFO_0 =
63!endif
64!if "$(DEBUG_INFO)" == "1"
65__DEBUGINFO_0 = /Zi
66!endif
67!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
68__DEBUGINFO_1 = /DEBUG
69!endif
70!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
71__DEBUGINFO_1 =
72!endif
73!if "$(DEBUG_INFO)" == "0"
74__DEBUGINFO_1 =
75!endif
76!if "$(DEBUG_INFO)" == "1"
77__DEBUGINFO_1 = /DEBUG
78!endif
79!if "$(DEBUG_RUNTIME_LIBS)" == "0"
80____DEBUGRUNTIME_2_p =
81!endif
82!if "$(DEBUG_RUNTIME_LIBS)" == "1"
83____DEBUGRUNTIME_2_p = /D_DEBUG
84!endif
85!if "$(DEBUG_RUNTIME_LIBS)" == "default"
86____DEBUGRUNTIME_2_p = $(____DEBUGINFO_2_p)
87!endif
88!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
89____DEBUGINFO_2_p = /D_DEBUG
90!endif
91!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
92____DEBUGINFO_2_p =
93!endif
94!if "$(DEBUG_INFO)" == "0"
95____DEBUGINFO_2_p =
96!endif
97!if "$(DEBUG_INFO)" == "1"
98____DEBUGINFO_2_p = /D_DEBUG
99!endif
100!if "$(DEBUG_RUNTIME_LIBS)" == "0"
101__DEBUGRUNTIME_3 =
102!endif
103!if "$(DEBUG_RUNTIME_LIBS)" == "1"
104__DEBUGRUNTIME_3 = d
105!endif
106!if "$(DEBUG_RUNTIME_LIBS)" == "default"
107__DEBUGRUNTIME_3 = $(__DEBUGINFO_3)
108!endif
109!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
110__DEBUGINFO_3 = d
111!endif
112!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
113__DEBUGINFO_3 =
114!endif
115!if "$(DEBUG_INFO)" == "0"
116__DEBUGINFO_3 =
117!endif
118!if "$(DEBUG_INFO)" == "1"
119__DEBUGINFO_3 = d
120!endif
121!if "$(BUILD)" == "debug"
122__OPTIMIZEFLAG_4 = /Od
123!endif
124!if "$(BUILD)" == "release"
125__OPTIMIZEFLAG_4 = /O2
126!endif
127!if "$(RUNTIME_LIBS)" == "dynamic"
128__RUNTIME_LIBS_7 = D
129!endif
130!if "$(RUNTIME_LIBS)" == "static"
131__RUNTIME_LIBS_7 = T
132!endif
133!if "$(USE_EXCEPTIONS)" == "0"
134__EXCEPTIONSFLAG_8 =
135!endif
136!if "$(USE_EXCEPTIONS)" == "1"
137__EXCEPTIONSFLAG_8 = /GR
138!endif
139!if "$(USE_EXCEPTIONS)" == "0"
140__EXCEPTIONSFLAG_9 =
141!endif
142!if "$(USE_EXCEPTIONS)" == "1"
143__EXCEPTIONSFLAG_9 = /GX
144!endif
145!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
146__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
147!endif
148!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
149__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
150!endif
151!if "$(WXUNIV)" == "1"
152__WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
153!endif
154!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
155__DEBUG_DEFINE_p = /D__WXDEBUG__
156!endif
157!if "$(DEBUG_FLAG)" == "1"
158__DEBUG_DEFINE_p = /D__WXDEBUG__
159!endif
160!if "$(UNICODE)" == "1"
161__UNICODE_DEFINE_p = /D_UNICODE
162!endif
163!if "$(SHARED)" == "1"
164__DLLFLAG_p = /DWXUSINGDLL
165!endif
166!if "$(MONOLITHIC)" == "0"
167__WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
168!endif
169!if "$(MONOLITHIC)" == "1"
170__WXLIB_MONO_p = \
171 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
172!endif
173!if "$(USE_GUI)" == "1"
174__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
175!endif
176!if "$(USE_GUI)" == "1"
177__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
178!endif
179!if "$(USE_GUI)" == "1"
180__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
181!endif
182!if "$(MSLU)" == "1"
183__UNICOWS_LIB_p = unicows.lib
184!endif
185!if "$(SHARED)" == "0"
186LIBDIRNAME = .\..\lib\vc_lib$(CFG)
187!endif
188!if "$(SHARED)" == "1"
189LIBDIRNAME = .\..\lib\vc_dll$(CFG)
190!endif
191
192
193all: $(OBJS)
194$(OBJS):
195 -if not exist $(OBJS) mkdir $(OBJS)
196
197### Targets: ###
198
199all: $(OBJS)\test.exe
200
201clean:
202 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
203 -if exist $(OBJS)\*.res del $(OBJS)\*.res
204 -if exist $(OBJS)\test.exe del $(OBJS)\test.exe
205 -if exist $(OBJS)\test.ilk del $(OBJS)\test.ilk
206 -if exist $(OBJS)\test.pdb del $(OBJS)\test.pdb
207
208$(OBJS)\test.exe: $(TEST_OBJECTS)
209 link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_1) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:CONSOLE $(CPPUNIT_LIBS) @<<
210 $(TEST_OBJECTS) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) wxzlib$(WXDEBUGFLAG).lib wxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib $(__UNICOWS_LIB_p) kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib oleacc.lib odbc32.lib
211<<
212
213$(OBJS)\test_test.obj: .\test.cpp
214 $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
215
216$(OBJS)\test_main.obj: .\mbconv\main.cpp
217 $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
e70833fb 218
7d5ab151
VS
219$(OBJS)\test_formatconverter.obj: .\formatconverter\formatconverter.cpp
220 $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
221
e70833fb
VS
222$(OBJS)\test_regex.obj: .\regex\regex.cpp
223 $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
4827cbd9
VS
224
225$(OBJS)\test_filesys.obj: .\filesys\filesys.cpp
226 $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**