]> git.saurik.com Git - wxWidgets.git/blame - tests/makefile.vc
ignore build directory
[wxWidgets.git] / tests / makefile.vc
CommitLineData
670ec357
VS
1# =========================================================================
2# This makefile was generated by
1b035b8c 3# Bakefile 0.1.4 (http://bakefile.sourceforge.net)
670ec357
VS
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
c33fae85 15WX_RELEASE_NODOT = 25
670ec357
VS
16OBJS = \
17 vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
18SETUPHDIR = \
19 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
20TEST_CXXFLAGS = /M$(__RUNTIME_LIBS_7)$(__DEBUGRUNTIME_3) /DWIN32 \
21 $(__DEBUGINFO_0) /Fd$(OBJS)\test.pdb $(____DEBUGRUNTIME_2_p) \
22 $(__OPTIMIZEFLAG_4) $(__NO_VC_CRTDBG_p) /D__WXMSW__ $(__WXUNIV_DEFINE_p) \
23 $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) /I.\..\include /I$(SETUPHDIR) /W4 \
24 /I. $(__DLLFLAG_p) /D_CONSOLE $(CPPUNIT_CFLAGS) $(__EXCEPTIONSFLAG_8) \
25 $(__EXCEPTIONSFLAG_9) $(CPPFLAGS) $(CXXFLAGS)
26TEST_OBJECTS = \
27 $(OBJS)\test_test.obj \
e70833fb 28 $(OBJS)\test_main.obj \
7d5ab151 29 $(OBJS)\test_formatconverter.obj \
4827cbd9 30 $(OBJS)\test_regex.obj \
bc10103e 31 $(OBJS)\test_wxregex.obj \
ab921f5f 32 $(OBJS)\test_fileconf.obj \
3fa86423 33 $(OBJS)\test_filename.obj \
cf1014a2 34 $(OBJS)\test_filesys.obj \
1b035b8c 35 $(OBJS)\test_arrays.obj \
f9c3d39b 36 $(OBJS)\test_hashes.obj \
7735998c 37 $(OBJS)\test_longlong.obj \
1cd53e88 38 $(OBJS)\test_strings.obj \
405b7d91 39 $(OBJS)\test_stdstrings.obj \
387f829e 40 $(OBJS)\test_unicode.obj \
cf8ee08b 41 $(OBJS)\test_crt.obj \
7735998c
VS
42 $(OBJS)\test_bstream.obj \
43 $(OBJS)\test_ffilestream.obj \
44 $(OBJS)\test_filestream.obj \
45 $(OBJS)\test_memstream.obj \
c33fae85 46 $(OBJS)\test_sstream.obj \
816b59de 47 $(OBJS)\test_zlibstream.obj \
edcccd84
WS
48 $(OBJS)\test_fontmap.obj \
49 $(OBJS)\test_datetime.obj
670ec357
VS
50
51### Conditionally set variables: ###
52
53!if "$(USE_GUI)" == "0"
54PORTNAME = base
55!endif
56!if "$(USE_GUI)" == "1"
57PORTNAME = msw
58!endif
59!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
60WXDEBUGFLAG = d
61!endif
62!if "$(DEBUG_FLAG)" == "1"
63WXDEBUGFLAG = d
64!endif
65!if "$(UNICODE)" == "1"
66WXUNICODEFLAG = u
67!endif
68!if "$(WXUNIV)" == "1"
69WXUNIVNAME = univ
70!endif
71!if "$(SHARED)" == "1"
72WXDLLFLAG = dll
73!endif
74!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
75__DEBUGINFO_0 = /Zi
76!endif
77!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
78__DEBUGINFO_0 =
79!endif
80!if "$(DEBUG_INFO)" == "0"
81__DEBUGINFO_0 =
82!endif
83!if "$(DEBUG_INFO)" == "1"
84__DEBUGINFO_0 = /Zi
85!endif
86!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
87__DEBUGINFO_1 = /DEBUG
88!endif
89!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
90__DEBUGINFO_1 =
91!endif
92!if "$(DEBUG_INFO)" == "0"
93__DEBUGINFO_1 =
94!endif
95!if "$(DEBUG_INFO)" == "1"
96__DEBUGINFO_1 = /DEBUG
97!endif
98!if "$(DEBUG_RUNTIME_LIBS)" == "0"
99____DEBUGRUNTIME_2_p =
100!endif
101!if "$(DEBUG_RUNTIME_LIBS)" == "1"
102____DEBUGRUNTIME_2_p = /D_DEBUG
103!endif
104!if "$(DEBUG_RUNTIME_LIBS)" == "default"
105____DEBUGRUNTIME_2_p = $(____DEBUGINFO_2_p)
106!endif
107!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
108____DEBUGINFO_2_p = /D_DEBUG
109!endif
110!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
111____DEBUGINFO_2_p =
112!endif
113!if "$(DEBUG_INFO)" == "0"
114____DEBUGINFO_2_p =
115!endif
116!if "$(DEBUG_INFO)" == "1"
117____DEBUGINFO_2_p = /D_DEBUG
118!endif
119!if "$(DEBUG_RUNTIME_LIBS)" == "0"
120__DEBUGRUNTIME_3 =
121!endif
122!if "$(DEBUG_RUNTIME_LIBS)" == "1"
123__DEBUGRUNTIME_3 = d
124!endif
125!if "$(DEBUG_RUNTIME_LIBS)" == "default"
126__DEBUGRUNTIME_3 = $(__DEBUGINFO_3)
127!endif
128!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
129__DEBUGINFO_3 = d
130!endif
131!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
132__DEBUGINFO_3 =
133!endif
134!if "$(DEBUG_INFO)" == "0"
135__DEBUGINFO_3 =
136!endif
137!if "$(DEBUG_INFO)" == "1"
138__DEBUGINFO_3 = d
139!endif
140!if "$(BUILD)" == "debug"
141__OPTIMIZEFLAG_4 = /Od
142!endif
143!if "$(BUILD)" == "release"
144__OPTIMIZEFLAG_4 = /O2
145!endif
146!if "$(RUNTIME_LIBS)" == "dynamic"
147__RUNTIME_LIBS_7 = D
148!endif
149!if "$(RUNTIME_LIBS)" == "static"
150__RUNTIME_LIBS_7 = T
151!endif
152!if "$(USE_EXCEPTIONS)" == "0"
153__EXCEPTIONSFLAG_8 =
154!endif
155!if "$(USE_EXCEPTIONS)" == "1"
156__EXCEPTIONSFLAG_8 = /GR
157!endif
158!if "$(USE_EXCEPTIONS)" == "0"
159__EXCEPTIONSFLAG_9 =
160!endif
161!if "$(USE_EXCEPTIONS)" == "1"
162__EXCEPTIONSFLAG_9 = /GX
163!endif
164!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
165__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
166!endif
167!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
168__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
169!endif
170!if "$(WXUNIV)" == "1"
171__WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
172!endif
173!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
174__DEBUG_DEFINE_p = /D__WXDEBUG__
175!endif
176!if "$(DEBUG_FLAG)" == "1"
177__DEBUG_DEFINE_p = /D__WXDEBUG__
178!endif
179!if "$(UNICODE)" == "1"
180__UNICODE_DEFINE_p = /D_UNICODE
181!endif
182!if "$(SHARED)" == "1"
183__DLLFLAG_p = /DWXUSINGDLL
184!endif
185!if "$(MONOLITHIC)" == "0"
c33fae85
RN
186__WXLIB_BASE_p = \
187 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
670ec357
VS
188!endif
189!if "$(MONOLITHIC)" == "1"
190__WXLIB_MONO_p = \
c33fae85 191 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
670ec357
VS
192!endif
193!if "$(USE_GUI)" == "1"
9c2d002b 194__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
670ec357
VS
195!endif
196!if "$(USE_GUI)" == "1"
9c2d002b 197__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
670ec357
VS
198!endif
199!if "$(USE_GUI)" == "1"
9c2d002b 200__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
670ec357
VS
201!endif
202!if "$(MSLU)" == "1"
203__UNICOWS_LIB_p = unicows.lib
204!endif
205!if "$(SHARED)" == "0"
206LIBDIRNAME = .\..\lib\vc_lib$(CFG)
207!endif
208!if "$(SHARED)" == "1"
209LIBDIRNAME = .\..\lib\vc_dll$(CFG)
210!endif
211
212
213all: $(OBJS)
214$(OBJS):
215 -if not exist $(OBJS) mkdir $(OBJS)
216
217### Targets: ###
218
387f829e 219all: $(OBJS)\test.exe data
670ec357
VS
220
221clean:
222 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
223 -if exist $(OBJS)\*.res del $(OBJS)\*.res
224 -if exist $(OBJS)\test.exe del $(OBJS)\test.exe
225 -if exist $(OBJS)\test.ilk del $(OBJS)\test.ilk
226 -if exist $(OBJS)\test.pdb del $(OBJS)\test.pdb
227
228$(OBJS)\test.exe: $(TEST_OBJECTS)
229 link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_1) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:CONSOLE $(CPPUNIT_LIBS) @<<
9c2d002b 230 $(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
670ec357
VS
231<<
232
387f829e
VS
233data:
234 if not exist $(OBJS) mkdir $(OBJS)
235 for %f in (testdata.fc) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
236
670ec357
VS
237$(OBJS)\test_test.obj: .\test.cpp
238 $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
239
240$(OBJS)\test_main.obj: .\mbconv\main.cpp
241 $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
e70833fb 242
7d5ab151
VS
243$(OBJS)\test_formatconverter.obj: .\formatconverter\formatconverter.cpp
244 $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
245
e70833fb
VS
246$(OBJS)\test_regex.obj: .\regex\regex.cpp
247 $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
4827cbd9 248
bc10103e
VS
249$(OBJS)\test_wxregex.obj: .\regex\wxregex.cpp
250 $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
251
ab921f5f
RN
252$(OBJS)\test_fileconf.obj: .\fileconf\fileconf.cpp
253 $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
254
3fa86423
WS
255$(OBJS)\test_filename.obj: .\filename\filename.cpp
256 $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
257
4827cbd9
VS
258$(OBJS)\test_filesys.obj: .\filesys\filesys.cpp
259 $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
cf1014a2
VS
260
261$(OBJS)\test_arrays.obj: .\arrays\arrays.cpp
262 $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
1b035b8c 263
f9c3d39b
MB
264$(OBJS)\test_hashes.obj: .\hashes\hashes.cpp
265 $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
266
1b035b8c
VS
267$(OBJS)\test_longlong.obj: .\longlong\longlong.cpp
268 $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
7735998c 269
1cd53e88
VS
270$(OBJS)\test_strings.obj: .\strings\strings.cpp
271 $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
272
405b7d91
WS
273$(OBJS)\test_stdstrings.obj: .\strings\stdstrings.cpp
274 $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
275
387f829e
VS
276$(OBJS)\test_unicode.obj: .\strings\unicode.cpp
277 $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
278
cf8ee08b
VS
279$(OBJS)\test_crt.obj: .\strings\crt.cpp
280 $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
281
7735998c
VS
282$(OBJS)\test_bstream.obj: .\streams\bstream.cpp
283 $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
284
285$(OBJS)\test_ffilestream.obj: .\streams\ffilestream.cpp
286 $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
287
288$(OBJS)\test_filestream.obj: .\streams\filestream.cpp
289 $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
290
291$(OBJS)\test_memstream.obj: .\streams\memstream.cpp
292 $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
293
c33fae85
RN
294$(OBJS)\test_sstream.obj: .\streams\sstream.cpp
295 $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
296
7735998c
VS
297$(OBJS)\test_zlibstream.obj: .\streams\zlibstream.cpp
298 $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
816b59de
VS
299
300$(OBJS)\test_fontmap.obj: .\fontmap\fontmap.cpp
301 $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
edcccd84
WS
302
303$(OBJS)\test_datetime.obj: .\datetime\datetime.cpp
304 $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**