]> git.saurik.com Git - wxWidgets.git/blame - samples/xrc/makefile.bcc
removed ANSI configs from VisualC++ project files
[wxWidgets.git] / samples / xrc / makefile.bcc
CommitLineData
250700e4
RD
1# =========================================================================
2# This makefile was generated by
444833b3 3# Bakefile 0.2.2 (http://bakefile.sourceforge.net)
250700e4
RD
4# Do not modify, all changes will be overwritten!
5# =========================================================================
6
9bfe7ad9
VS
7.autodepend
8
250700e4 9!ifndef BCCDIR
9bfe7ad9
VS
10!ifndef MAKEDIR
11!error Your Borland compiler does not define MAKEDIR. Please define the BCCDIR variable, e.g. BCCDIR=d:\bc4
12!endif
250700e4
RD
13BCCDIR = $(MAKEDIR)\..
14!endif
15
c33fae85 16!include ../../build/msw/config.bcc
250700e4
RD
17
18# -------------------------------------------------------------------------
19# Do not modify the rest of this file!
20# -------------------------------------------------------------------------
21
250700e4
RD
22### Variables: ###
23
ae4ccf12 24WX_RELEASE_NODOT = 29
444833b3 25COMPILER_PREFIX = bcc
250700e4 26OBJS = \
444833b3
CE
27 $(COMPILER_PREFIX)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
28LIBDIRNAME = .\..\..\lib\$(COMPILER_PREFIX)_$(LIBTYPE_SUFFIX)$(CFG)
75a0a7b7
VS
29SETUPHDIR = \
30 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
8c9f8f91
JS
31XRCDEMO_CXXFLAGS = $(__RUNTIME_LIBS_7) -I$(BCCDIR)\include $(__DEBUGINFO) \
32 $(__OPTIMIZEFLAG_2) $(__THREADSFLAG_6) -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
33 $(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
2113bc77 34 $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) $(__MSLU_DEFINE_p) \
3abcf424
RD
35 $(__GFXCTX_DEFINE_p) -I$(SETUPHDIR) -I.\..\..\include -I. $(__DLLFLAG_p) \
36 -I.\..\..\samples -DNOPCH $(CPPFLAGS) $(CXXFLAGS)
3f55f5b8
VS
37XRCDEMO_OBJECTS = \
38 $(OBJS)\xrcdemo_xrcdemo.obj \
39 $(OBJS)\xrcdemo_myframe.obj \
40 $(OBJS)\xrcdemo_derivdlg.obj \
41 $(OBJS)\xrcdemo_custclas.obj
250700e4
RD
42
43### Conditionally set variables: ###
44
45!if "$(USE_GUI)" == "0"
46PORTNAME = base
47!endif
48!if "$(USE_GUI)" == "1"
49PORTNAME = msw
50!endif
3f55f5b8
VS
51!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
52WXDEBUGFLAG = d
53!endif
54!if "$(DEBUG_FLAG)" == "1"
250700e4
RD
55WXDEBUGFLAG = d
56!endif
250700e4
RD
57!if "$(UNICODE)" == "1"
58WXUNICODEFLAG = u
59!endif
60!if "$(WXUNIV)" == "1"
61WXUNIVNAME = univ
62!endif
250700e4 63!if "$(SHARED)" == "1"
b17c1746 64WXDLLFLAG = dll
3f55f5b8 65!endif
b14abf14
JS
66!if "$(SHARED)" == "0"
67LIBTYPE_SUFFIX = lib
68!endif
69!if "$(SHARED)" == "1"
70LIBTYPE_SUFFIX = dll
71!endif
dd65d8c8
RN
72!if "$(MONOLITHIC)" == "0"
73EXTRALIBS_FOR_BASE =
74!endif
75!if "$(MONOLITHIC)" == "1"
76EXTRALIBS_FOR_BASE =
77!endif
250700e4
RD
78!if "$(BUILD)" == "debug"
79__OPTIMIZEFLAG_2 = -Od
80!endif
81!if "$(BUILD)" == "release"
82__OPTIMIZEFLAG_2 = -O2
83!endif
8c9f8f91
JS
84!if "$(USE_THREADS)" == "0"
85__THREADSFLAG_5 =
86!endif
87!if "$(USE_THREADS)" == "1"
88__THREADSFLAG_5 = mt
89!endif
90!if "$(USE_THREADS)" == "0"
91__THREADSFLAG_6 =
92!endif
93!if "$(USE_THREADS)" == "1"
94__THREADSFLAG_6 = -tWM
95!endif
250700e4 96!if "$(RUNTIME_LIBS)" == "dynamic"
8c9f8f91 97__RUNTIME_LIBS_7 = -tWR
250700e4
RD
98!endif
99!if "$(RUNTIME_LIBS)" == "static"
8c9f8f91 100__RUNTIME_LIBS_7 =
250700e4
RD
101!endif
102!if "$(RUNTIME_LIBS)" == "dynamic"
8c9f8f91 103__RUNTIME_LIBS_8 = i
250700e4
RD
104!endif
105!if "$(RUNTIME_LIBS)" == "static"
8c9f8f91 106__RUNTIME_LIBS_8 =
250700e4 107!endif
b17c1746
DE
108!if "$(WXUNIV)" == "1"
109__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
110!endif
111!if "$(WXUNIV)" == "1"
112__WXUNIV_DEFINE_p_1 = -d__WXUNIVERSAL__
113!endif
114!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
115__DEBUG_DEFINE_p = -D__WXDEBUG__
116!endif
117!if "$(DEBUG_FLAG)" == "1"
118__DEBUG_DEFINE_p = -D__WXDEBUG__
119!endif
120!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
121__DEBUG_DEFINE_p_1 = -d__WXDEBUG__
122!endif
123!if "$(DEBUG_FLAG)" == "1"
124__DEBUG_DEFINE_p_1 = -d__WXDEBUG__
125!endif
8c9f8f91
JS
126!if "$(USE_EXCEPTIONS)" == "0"
127__EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
128!endif
129!if "$(USE_EXCEPTIONS)" == "0"
130__EXCEPTIONS_DEFINE_p_1 = -dwxNO_EXCEPTIONS
131!endif
132!if "$(USE_RTTI)" == "0"
133__RTTI_DEFINE_p = -DwxNO_RTTI
134!endif
135!if "$(USE_RTTI)" == "0"
136__RTTI_DEFINE_p_1 = -dwxNO_RTTI
137!endif
138!if "$(USE_THREADS)" == "0"
139__THREAD_DEFINE_p = -DwxNO_THREADS
140!endif
141!if "$(USE_THREADS)" == "0"
142__THREAD_DEFINE_p_1 = -dwxNO_THREADS
143!endif
250700e4 144!if "$(UNICODE)" == "1"
ec08d395 145__UNICODE_DEFINE_p = -D_UNICODE
250700e4
RD
146!endif
147!if "$(UNICODE)" == "1"
ec08d395 148__UNICODE_DEFINE_p_1 = -d_UNICODE
250700e4 149!endif
2113bc77
MW
150!if "$(MSLU)" == "1"
151__MSLU_DEFINE_p = -DwxUSE_UNICODE_MSLU=1
152!endif
153!if "$(MSLU)" == "1"
154__MSLU_DEFINE_p_1 = -dwxUSE_UNICODE_MSLU=1
155!endif
3abcf424
RD
156!if "$(USE_GDIPLUS)" == "1"
157__GFXCTX_DEFINE_p = -DwxUSE_GRAPHICS_CONTEXT=1
158!endif
159!if "$(USE_GDIPLUS)" == "1"
160__GFXCTX_DEFINE_p_1 = -dwxUSE_GRAPHICS_CONTEXT=1
161!endif
b17c1746
DE
162!if "$(SHARED)" == "1"
163__DLLFLAG_p = -DWXUSINGDLL
164!endif
165!if "$(SHARED)" == "1"
166__DLLFLAG_p_1 = -dWXUSINGDLL
2265a2d5 167!endif
250700e4 168!if "$(MONOLITHIC)" == "0"
c33fae85
RN
169__WXLIB_XRC_p = \
170 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_xrc.lib
171!endif
172!if "$(MONOLITHIC)" == "0"
b17c1746 173__WXLIB_HTML_p = \
c33fae85 174 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_html.lib
2eb7ed88
JS
175!endif
176!if "$(MONOLITHIC)" == "0"
b17c1746 177__WXLIB_ADV_p = \
c33fae85 178 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_adv.lib
250700e4
RD
179!endif
180!if "$(MONOLITHIC)" == "0"
181__WXLIB_CORE_p = \
c33fae85 182 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
250700e4
RD
183!endif
184!if "$(MONOLITHIC)" == "0"
c33fae85
RN
185__WXLIB_XML_p = \
186 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_xml.lib
b17c1746
DE
187!endif
188!if "$(MONOLITHIC)" == "0"
c33fae85
RN
189__WXLIB_BASE_p = \
190 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
250700e4
RD
191!endif
192!if "$(MONOLITHIC)" == "1"
193__WXLIB_MONO_p = \
c33fae85 194 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
250700e4 195!endif
b17c1746 196!if "$(USE_GUI)" == "1"
9c2d002b 197__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
3f55f5b8 198!endif
b17c1746 199!if "$(USE_GUI)" == "1"
9c2d002b 200__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
250700e4 201!endif
b17c1746 202!if "$(USE_GUI)" == "1"
9c2d002b 203__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
b17c1746
DE
204!endif
205!if "$(MSLU)" == "1"
206__UNICOWS_LIB_p = unicows.lib
207!endif
3abcf424
RD
208!if "$(USE_GDIPLUS)" == "1"
209__GDIPLUS_LIB_p = gdiplus.lib
210!endif
b17c1746
DE
211!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
212__DEBUGINFO = -v
213!endif
214!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
215__DEBUGINFO = -v-
216!endif
217!if "$(DEBUG_INFO)" == "0"
218__DEBUGINFO = -v-
219!endif
220!if "$(DEBUG_INFO)" == "1"
221__DEBUGINFO = -v
250700e4
RD
222!endif
223
224
225all: $(OBJS)
226$(OBJS):
227 -if not exist $(OBJS) mkdir $(OBJS)
228
229### Targets: ###
230
231all: $(OBJS)\xrcdemo.exe data
232
250700e4
RD
233clean:
234 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
235 -if exist $(OBJS)\*.res del $(OBJS)\*.res
b14abf14 236 -if exist $(OBJS)\*.csm del $(OBJS)\*.csm
250700e4 237 -if exist $(OBJS)\xrcdemo.exe del $(OBJS)\xrcdemo.exe
ec08d395
JS
238 -if exist $(OBJS)\xrcdemo.tds del $(OBJS)\xrcdemo.tds
239 -if exist $(OBJS)\xrcdemo.ilc del $(OBJS)\xrcdemo.ilc
240 -if exist $(OBJS)\xrcdemo.ild del $(OBJS)\xrcdemo.ild
241 -if exist $(OBJS)\xrcdemo.ilf del $(OBJS)\xrcdemo.ilf
242 -if exist $(OBJS)\xrcdemo.ils del $(OBJS)\xrcdemo.ils
250700e4 243
3f55f5b8 244$(OBJS)\xrcdemo.exe: $(XRCDEMO_OBJECTS) $(OBJS)\xrcdemo_xrcdemo.res
9bfe7ad9 245 ilink32 -Tpe -q $(LDFLAGS) -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -aa @&&|
3abcf424 246 c0w32.obj $(XRCDEMO_OBJECTS),$@,, $(__WXLIB_XRC_p) $(__WXLIB_HTML_p) $(__WXLIB_ADV_p) $(__WXLIB_CORE_p) $(__WXLIB_XML_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) $(__GDIPLUS_LIB_p) ole2w32.lib oleacc.lib odbc32.lib import32.lib cw32$(__THREADSFLAG_5)$(__RUNTIME_LIBS_8).lib,, $(OBJS)\xrcdemo_xrcdemo.res
250700e4 247|
b17c1746
DE
248
249data:
250 if not exist $(OBJS)\rc mkdir $(OBJS)\rc
2add9e3c 251 for %f in (appicon.ico appicon.xpm artprov.xpm artprov.xrc basicdlg.xpm basicdlg.xrc controls.xpm controls.xrc custclas.xpm custclas.xrc derivdlg.xpm derivdlg.xrc fileopen.gif filesave.gif frame.xrc fuzzy.gif menu.xrc platform.xpm platform.xrc quotes.gif resource.xrc toolbar.xrc uncenter.xpm uncenter.xrc update.gif variable.xpm variable.xrc throbber.gif stop.xpm) do if not exist $(OBJS)\rc\%f copy .\rc\%f $(OBJS)\rc
b17c1746
DE
252
253$(OBJS)\xrcdemo_xrcdemo.obj: .\xrcdemo.cpp
254 $(CXX) -q -c -P -o$@ $(XRCDEMO_CXXFLAGS) $**
255
256$(OBJS)\xrcdemo_myframe.obj: .\myframe.cpp
257 $(CXX) -q -c -P -o$@ $(XRCDEMO_CXXFLAGS) $**
258
259$(OBJS)\xrcdemo_derivdlg.obj: .\derivdlg.cpp
260 $(CXX) -q -c -P -o$@ $(XRCDEMO_CXXFLAGS) $**
261
262$(OBJS)\xrcdemo_custclas.obj: .\custclas.cpp
263 $(CXX) -q -c -P -o$@ $(XRCDEMO_CXXFLAGS) $**
264
265$(OBJS)\xrcdemo_xrcdemo.res: .\xrcdemo.rc
444833b3 266 brcc32 -32 -r -fo$@ -i$(BCCDIR)\include -d__WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__EXCEPTIONS_DEFINE_p_1) $(__RTTI_DEFINE_p_1) $(__THREAD_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) $(__MSLU_DEFINE_p_1) $(__GFXCTX_DEFINE_p_1) -i$(SETUPHDIR) -i.\..\..\include -i. $(__DLLFLAG_p_1) -i.\..\..\samples -dNOPCH $**
b14abf14 267