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