]> git.saurik.com Git - wxWidgets.git/blob - tests/makefile.bcc
apparently this code might be called with a CFSocket not yet constructed, guard again...
[wxWidgets.git] / tests / makefile.bcc
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 .autodepend
8
9 !ifndef BCCDIR
10 !ifndef MAKEDIR
11 !error Your Borland compiler does not define MAKEDIR. Please define the BCCDIR variable, e.g. BCCDIR=d:\bc4
12 !endif
13 BCCDIR = $(MAKEDIR)\..
14 !endif
15
16 !include ../build/msw/config.bcc
17
18 # -------------------------------------------------------------------------
19 # Do not modify the rest of this file!
20 # -------------------------------------------------------------------------
21
22 ### Variables: ###
23
24 WX_RELEASE_NODOT = 25
25 OBJS = \
26 bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
27 SETUPHDIR = \
28 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
29 TEST_CXXFLAGS = $(__RUNTIME_LIBS_6) -I$(BCCDIR)\include $(__DEBUGINFO) \
30 $(__OPTIMIZEFLAG_2) -tWM -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
31 $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) -I.\..\include -I$(SETUPHDIR) -I. \
32 $(__DLLFLAG_p) $(CPPUNIT_CFLAGS) $(CPPFLAGS) $(CXXFLAGS)
33 TEST_OBJECTS = \
34 $(OBJS)\test_test.obj \
35 $(OBJS)\test_arrays.obj \
36 $(OBJS)\test_datetimetest.obj \
37 $(OBJS)\test_fileconftest.obj \
38 $(OBJS)\test_filenametest.obj \
39 $(OBJS)\test_filesystest.obj \
40 $(OBJS)\test_fontmaptest.obj \
41 $(OBJS)\test_formatconvertertest.obj \
42 $(OBJS)\test_hashes.obj \
43 $(OBJS)\test_longlongtest.obj \
44 $(OBJS)\test_mbconvtest.obj \
45 $(OBJS)\test_regextest.obj \
46 $(OBJS)\test_wxregextest.obj \
47 $(OBJS)\test_strings.obj \
48 $(OBJS)\test_stdstrings.obj \
49 $(OBJS)\test_unicode.obj \
50 $(OBJS)\test_crt.obj \
51 $(OBJS)\test_bstream.obj \
52 $(OBJS)\test_ffilestream.obj \
53 $(OBJS)\test_filestream.obj \
54 $(OBJS)\test_memstream.obj \
55 $(OBJS)\test_sstream.obj \
56 $(OBJS)\test_zlibstream.obj \
57 $(OBJS)\test_uris.obj
58
59 ### Conditionally set variables: ###
60
61 !if "$(USE_GUI)" == "0"
62 PORTNAME = base
63 !endif
64 !if "$(USE_GUI)" == "1"
65 PORTNAME = msw
66 !endif
67 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
68 WXDEBUGFLAG = d
69 !endif
70 !if "$(DEBUG_FLAG)" == "1"
71 WXDEBUGFLAG = d
72 !endif
73 !if "$(UNICODE)" == "1"
74 WXUNICODEFLAG = u
75 !endif
76 !if "$(WXUNIV)" == "1"
77 WXUNIVNAME = univ
78 !endif
79 !if "$(SHARED)" == "1"
80 WXDLLFLAG = dll
81 !endif
82 !if "$(MONOLITHIC)" == "0"
83 EXTRALIBS_FOR_BASE =
84 !endif
85 !if "$(MONOLITHIC)" == "1"
86 EXTRALIBS_FOR_BASE =
87 !endif
88 !if "$(BUILD)" == "debug"
89 __OPTIMIZEFLAG_2 = -Od
90 !endif
91 !if "$(BUILD)" == "release"
92 __OPTIMIZEFLAG_2 = -O2
93 !endif
94 !if "$(RUNTIME_LIBS)" == "dynamic"
95 __RUNTIME_LIBS_6 = -tWR
96 !endif
97 !if "$(RUNTIME_LIBS)" == "static"
98 __RUNTIME_LIBS_6 =
99 !endif
100 !if "$(RUNTIME_LIBS)" == "dynamic"
101 __RUNTIME_LIBS_7 = i
102 !endif
103 !if "$(RUNTIME_LIBS)" == "static"
104 __RUNTIME_LIBS_7 =
105 !endif
106 !if "$(WXUNIV)" == "1"
107 __WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
108 !endif
109 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
110 __DEBUG_DEFINE_p = -D__WXDEBUG__
111 !endif
112 !if "$(DEBUG_FLAG)" == "1"
113 __DEBUG_DEFINE_p = -D__WXDEBUG__
114 !endif
115 !if "$(UNICODE)" == "1"
116 __UNICODE_DEFINE_p = -D_UNICODE
117 !endif
118 !if "$(SHARED)" == "1"
119 __DLLFLAG_p = -DWXUSINGDLL
120 !endif
121 !if "$(MONOLITHIC)" == "0"
122 __WXLIB_NET_p = \
123 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_net.lib
124 !endif
125 !if "$(MONOLITHIC)" == "0"
126 __WXLIB_BASE_p = \
127 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
128 !endif
129 !if "$(MONOLITHIC)" == "1"
130 __WXLIB_MONO_p = \
131 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
132 !endif
133 !if "$(USE_GUI)" == "1"
134 __LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
135 !endif
136 !if "$(USE_GUI)" == "1"
137 __LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
138 !endif
139 !if "$(USE_GUI)" == "1"
140 __LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
141 !endif
142 !if "$(MSLU)" == "1"
143 __UNICOWS_LIB_p = unicows.lib
144 !endif
145 !if "$(SHARED)" == "0"
146 LIBDIRNAME = .\..\lib\bcc_lib$(CFG)
147 !endif
148 !if "$(SHARED)" == "1"
149 LIBDIRNAME = .\..\lib\bcc_dll$(CFG)
150 !endif
151 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
152 __DEBUGINFO = -v
153 !endif
154 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
155 __DEBUGINFO = -v-
156 !endif
157 !if "$(DEBUG_INFO)" == "0"
158 __DEBUGINFO = -v-
159 !endif
160 !if "$(DEBUG_INFO)" == "1"
161 __DEBUGINFO = -v
162 !endif
163
164
165 all: $(OBJS)
166 $(OBJS):
167 -if not exist $(OBJS) mkdir $(OBJS)
168
169 ### Targets: ###
170
171 all: $(OBJS)\test.exe data
172
173 clean:
174 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
175 -if exist $(OBJS)\*.res del $(OBJS)\*.res
176 -if exist $(OBJS)\test.exe del $(OBJS)\test.exe
177 -if exist $(OBJS)\test.tds del $(OBJS)\test.tds
178 -if exist $(OBJS)\test.ilc del $(OBJS)\test.ilc
179 -if exist $(OBJS)\test.ild del $(OBJS)\test.ild
180 -if exist $(OBJS)\test.ilf del $(OBJS)\test.ilf
181 -if exist $(OBJS)\test.ils del $(OBJS)\test.ils
182
183 $(OBJS)\test.exe: $(TEST_OBJECTS)
184 ilink32 -Tpe -q $(LDFLAGS) -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -ap $(CPPUNIT_LIBS) @&&|
185 c0x32.obj $(TEST_OBJECTS),$@,, $(__WXLIB_NET_p) $(__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 $(EXTRALIBS_FOR_BASE) $(__UNICOWS_LIB_p) ole2w32.lib oleacc.lib odbc32.lib import32.lib cw32mt$(__RUNTIME_LIBS_7).lib,,
186 |
187
188 data:
189 if not exist $(OBJS) mkdir $(OBJS)
190 for %f in (testdata.fc) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
191
192 $(OBJS)\test_test.obj: .\test.cpp
193 $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
194
195 $(OBJS)\test_arrays.obj: .\arrays\arrays.cpp
196 $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
197
198 $(OBJS)\test_datetimetest.obj: .\datetime\datetimetest.cpp
199 $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
200
201 $(OBJS)\test_fileconftest.obj: .\fileconf\fileconftest.cpp
202 $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
203
204 $(OBJS)\test_filenametest.obj: .\filename\filenametest.cpp
205 $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
206
207 $(OBJS)\test_filesystest.obj: .\filesys\filesystest.cpp
208 $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
209
210 $(OBJS)\test_fontmaptest.obj: .\fontmap\fontmaptest.cpp
211 $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
212
213 $(OBJS)\test_formatconvertertest.obj: .\formatconverter\formatconvertertest.cpp
214 $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
215
216 $(OBJS)\test_hashes.obj: .\hashes\hashes.cpp
217 $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
218
219 $(OBJS)\test_longlongtest.obj: .\longlong\longlongtest.cpp
220 $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
221
222 $(OBJS)\test_mbconvtest.obj: .\mbconv\mbconvtest.cpp
223 $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
224
225 $(OBJS)\test_regextest.obj: .\regex\regextest.cpp
226 $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
227
228 $(OBJS)\test_wxregextest.obj: .\regex\wxregextest.cpp
229 $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
230
231 $(OBJS)\test_strings.obj: .\strings\strings.cpp
232 $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
233
234 $(OBJS)\test_stdstrings.obj: .\strings\stdstrings.cpp
235 $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
236
237 $(OBJS)\test_unicode.obj: .\strings\unicode.cpp
238 $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
239
240 $(OBJS)\test_crt.obj: .\strings\crt.cpp
241 $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
242
243 $(OBJS)\test_bstream.obj: .\streams\bstream.cpp
244 $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
245
246 $(OBJS)\test_ffilestream.obj: .\streams\ffilestream.cpp
247 $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
248
249 $(OBJS)\test_filestream.obj: .\streams\filestream.cpp
250 $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
251
252 $(OBJS)\test_memstream.obj: .\streams\memstream.cpp
253 $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
254
255 $(OBJS)\test_sstream.obj: .\streams\sstream.cpp
256 $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
257
258 $(OBJS)\test_zlibstream.obj: .\streams\zlibstream.cpp
259 $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
260
261 $(OBJS)\test_uris.obj: .\uris\uris.cpp
262 $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**