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