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