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