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