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