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