]> git.saurik.com Git - wxWidgets.git/blame - tests/makefile.bcc
moved Unicode tests to testsuite (patch 943945)
[wxWidgets.git] / tests / makefile.bcc
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.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
13BCCDIR = $(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
24OBJS = \
25 bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
26SETUPHDIR = \
27 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
28TEST_CXXFLAGS = $(__RUNTIME_LIBS_6) -I$(BCCDIR)\include $(__DEBUGINFO) \
29 $(__OPTIMIZEFLAG_2) -tWM -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
30 $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) -I.\..\include -I$(SETUPHDIR) -I. \
31 $(__DLLFLAG_p) $(CPPUNIT_CFLAGS) $(CPPFLAGS) $(CXXFLAGS)
32TEST_OBJECTS = \
33 $(OBJS)\test_test.obj \
e70833fb 34 $(OBJS)\test_main.obj \
7d5ab151 35 $(OBJS)\test_formatconverter.obj \
4827cbd9 36 $(OBJS)\test_regex.obj \
bc10103e 37 $(OBJS)\test_wxregex.obj \
cf1014a2 38 $(OBJS)\test_filesys.obj \
1b035b8c 39 $(OBJS)\test_arrays.obj \
7735998c 40 $(OBJS)\test_longlong.obj \
1cd53e88 41 $(OBJS)\test_strings.obj \
387f829e 42 $(OBJS)\test_unicode.obj \
7735998c
VS
43 $(OBJS)\test_bstream.obj \
44 $(OBJS)\test_ffilestream.obj \
45 $(OBJS)\test_filestream.obj \
46 $(OBJS)\test_memstream.obj \
47 $(OBJS)\test_zlibstream.obj
670ec357
VS
48
49### Conditionally set variables: ###
50
51!if "$(USE_GUI)" == "0"
52PORTNAME = base
53!endif
54!if "$(USE_GUI)" == "1"
55PORTNAME = msw
56!endif
57!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
58WXDEBUGFLAG = d
59!endif
60!if "$(DEBUG_FLAG)" == "1"
61WXDEBUGFLAG = d
62!endif
63!if "$(UNICODE)" == "1"
64WXUNICODEFLAG = u
65!endif
66!if "$(WXUNIV)" == "1"
67WXUNIVNAME = univ
68!endif
69!if "$(SHARED)" == "1"
70WXDLLFLAG = dll
71!endif
72!if "$(BUILD)" == "debug"
73__OPTIMIZEFLAG_2 = -Od
74!endif
75!if "$(BUILD)" == "release"
76__OPTIMIZEFLAG_2 = -O2
77!endif
78!if "$(RUNTIME_LIBS)" == "dynamic"
79__RUNTIME_LIBS_6 = -tWR
80!endif
81!if "$(RUNTIME_LIBS)" == "static"
82__RUNTIME_LIBS_6 =
83!endif
84!if "$(RUNTIME_LIBS)" == "dynamic"
85__RUNTIME_LIBS_7 = i
86!endif
87!if "$(RUNTIME_LIBS)" == "static"
88__RUNTIME_LIBS_7 =
89!endif
90!if "$(WXUNIV)" == "1"
91__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
92!endif
93!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
94__DEBUG_DEFINE_p = -D__WXDEBUG__
95!endif
96!if "$(DEBUG_FLAG)" == "1"
97__DEBUG_DEFINE_p = -D__WXDEBUG__
98!endif
99!if "$(UNICODE)" == "1"
100__UNICODE_DEFINE_p = -D_UNICODE
101!endif
102!if "$(SHARED)" == "1"
103__DLLFLAG_p = -DWXUSINGDLL
104!endif
105!if "$(MONOLITHIC)" == "0"
106__WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
107!endif
108!if "$(MONOLITHIC)" == "1"
109__WXLIB_MONO_p = \
110 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
111!endif
112!if "$(USE_GUI)" == "1"
113__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
114!endif
115!if "$(USE_GUI)" == "1"
116__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
117!endif
118!if "$(USE_GUI)" == "1"
119__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
120!endif
121!if "$(MSLU)" == "1"
122__UNICOWS_LIB_p = unicows.lib
123!endif
124!if "$(SHARED)" == "0"
125LIBDIRNAME = .\..\lib\bcc_lib$(CFG)
126!endif
127!if "$(SHARED)" == "1"
128LIBDIRNAME = .\..\lib\bcc_dll$(CFG)
129!endif
130!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
131__DEBUGINFO = -v
132!endif
133!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
134__DEBUGINFO = -v-
135!endif
136!if "$(DEBUG_INFO)" == "0"
137__DEBUGINFO = -v-
138!endif
139!if "$(DEBUG_INFO)" == "1"
140__DEBUGINFO = -v
141!endif
142
143
144all: $(OBJS)
145$(OBJS):
146 -if not exist $(OBJS) mkdir $(OBJS)
147
148### Targets: ###
149
387f829e 150all: $(OBJS)\test.exe data
670ec357
VS
151
152clean:
153 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
154 -if exist $(OBJS)\*.res del $(OBJS)\*.res
155 -if exist $(OBJS)\test.exe del $(OBJS)\test.exe
156 -if exist $(OBJS)\test.tds del $(OBJS)\test.tds
157 -if exist $(OBJS)\test.ilc del $(OBJS)\test.ilc
158 -if exist $(OBJS)\test.ild del $(OBJS)\test.ild
159 -if exist $(OBJS)\test.ilf del $(OBJS)\test.ilf
160 -if exist $(OBJS)\test.ils del $(OBJS)\test.ils
161
162$(OBJS)\test.exe: $(TEST_OBJECTS)
163 ilink32 -Tpe -q $(LDFLAGS) -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -ap $(CPPUNIT_LIBS) @&&|
164 c0x32.obj $(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) ole2w32.lib oleacc.lib odbc32.lib import32.lib cw32mt$(__RUNTIME_LIBS_7).lib,,
165|
166
387f829e
VS
167data:
168 if not exist $(OBJS) mkdir $(OBJS)
169 for %f in (testdata.fc) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
170
670ec357
VS
171$(OBJS)\test_test.obj: .\test.cpp
172 $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
173
174$(OBJS)\test_main.obj: .\mbconv\main.cpp
175 $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
e70833fb 176
7d5ab151
VS
177$(OBJS)\test_formatconverter.obj: .\formatconverter\formatconverter.cpp
178 $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
179
e70833fb
VS
180$(OBJS)\test_regex.obj: .\regex\regex.cpp
181 $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
4827cbd9 182
bc10103e
VS
183$(OBJS)\test_wxregex.obj: .\regex\wxregex.cpp
184 $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
185
4827cbd9
VS
186$(OBJS)\test_filesys.obj: .\filesys\filesys.cpp
187 $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
cf1014a2
VS
188
189$(OBJS)\test_arrays.obj: .\arrays\arrays.cpp
190 $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
1b035b8c
VS
191
192$(OBJS)\test_longlong.obj: .\longlong\longlong.cpp
193 $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
7735998c 194
1cd53e88
VS
195$(OBJS)\test_strings.obj: .\strings\strings.cpp
196 $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
197
387f829e
VS
198$(OBJS)\test_unicode.obj: .\strings\unicode.cpp
199 $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
200
7735998c
VS
201$(OBJS)\test_bstream.obj: .\streams\bstream.cpp
202 $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
203
204$(OBJS)\test_ffilestream.obj: .\streams\ffilestream.cpp
205 $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
206
207$(OBJS)\test_filestream.obj: .\streams\filestream.cpp
208 $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
209
210$(OBJS)\test_memstream.obj: .\streams\memstream.cpp
211 $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
212
213$(OBJS)\test_zlibstream.obj: .\streams\zlibstream.cpp
214 $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**