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