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