]> git.saurik.com Git - wxWidgets.git/blame - samples/dialogs/makefile.bcc
Version number updates
[wxWidgets.git] / samples / dialogs / makefile.bcc
CommitLineData
6f628073
VS
1# =========================================================================
2# This makefile was generated by
8c9f8f91 3# Bakefile 0.1.8 (http://bakefile.sourceforge.net)
6f628073
VS
4# Do not modify, all changes will be overwritten!
5# =========================================================================
62448488 6
9bfe7ad9
VS
7.autodepend
8
0706fb23 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
0706fb23
VS
13BCCDIR = $(MAKEDIR)\..
14!endif
6f628073 15
fd9f42b6 16!include ../../build/msw/config.bcc
6f628073
VS
17
18# -------------------------------------------------------------------------
19# Do not modify the rest of this file!
20# -------------------------------------------------------------------------
21
6f628073
VS
22### Variables: ###
23
4818141b 24WX_RELEASE_NODOT = 26
b17c1746
DE
25OBJS = \
26 bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
b14abf14 27LIBDIRNAME = .\..\..\lib\bcc_$(LIBTYPE_SUFFIX)$(CFG)
b17c1746
DE
28SETUPHDIR = \
29 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
8c9f8f91
JS
30DIALOGS_CXXFLAGS = $(__RUNTIME_LIBS_7) -I$(BCCDIR)\include $(__DEBUGINFO) \
31 $(__OPTIMIZEFLAG_2) $(__THREADSFLAG_6) -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
32 $(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
33 $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) -I.\..\..\include -I$(SETUPHDIR) \
c33fae85 34 -I. $(__DLLFLAG_p) -I.\..\..\samples -DNOPCH $(CPPFLAGS) $(CXXFLAGS)
25a73439 35DIALOGS_OBJECTS = \
63c83961 36 $(OBJS)\dialogs_dialogs.obj \
b14abf14 37 $(____GENERIC_DIALOGS_IN_NATIVE_BUILDS_FILENAMES_OBJECTS)
6f628073
VS
38
39### Conditionally set variables: ###
40
41!if "$(USE_GUI)" == "0"
42PORTNAME = base
62448488 43!endif
6f628073
VS
44!if "$(USE_GUI)" == "1"
45PORTNAME = msw
46!endif
25a73439
VS
47!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
48WXDEBUGFLAG = d
49!endif
50!if "$(DEBUG_FLAG)" == "1"
6f628073
VS
51WXDEBUGFLAG = d
52!endif
6f628073
VS
53!if "$(UNICODE)" == "1"
54WXUNICODEFLAG = u
55!endif
56!if "$(WXUNIV)" == "1"
57WXUNIVNAME = univ
58!endif
6f628073 59!if "$(SHARED)" == "1"
b17c1746 60WXDLLFLAG = dll
25a73439 61!endif
b14abf14
JS
62!if "$(SHARED)" == "0"
63LIBTYPE_SUFFIX = lib
64!endif
65!if "$(SHARED)" == "1"
66LIBTYPE_SUFFIX = dll
67!endif
dd65d8c8
RN
68!if "$(MONOLITHIC)" == "0"
69EXTRALIBS_FOR_BASE =
70!endif
71!if "$(MONOLITHIC)" == "1"
72EXTRALIBS_FOR_BASE =
73!endif
ee5749a6
VS
74!if "$(BUILD)" == "debug"
75__OPTIMIZEFLAG_2 = -Od
76!endif
77!if "$(BUILD)" == "release"
78__OPTIMIZEFLAG_2 = -O2
79!endif
8c9f8f91
JS
80!if "$(USE_THREADS)" == "0"
81__THREADSFLAG_5 =
82!endif
83!if "$(USE_THREADS)" == "1"
84__THREADSFLAG_5 = mt
85!endif
86!if "$(USE_THREADS)" == "0"
87__THREADSFLAG_6 =
88!endif
89!if "$(USE_THREADS)" == "1"
90__THREADSFLAG_6 = -tWM
91!endif
250700e4 92!if "$(RUNTIME_LIBS)" == "dynamic"
8c9f8f91 93__RUNTIME_LIBS_7 = -tWR
250700e4
RD
94!endif
95!if "$(RUNTIME_LIBS)" == "static"
8c9f8f91 96__RUNTIME_LIBS_7 =
250700e4
RD
97!endif
98!if "$(RUNTIME_LIBS)" == "dynamic"
8c9f8f91 99__RUNTIME_LIBS_8 = i
250700e4
RD
100!endif
101!if "$(RUNTIME_LIBS)" == "static"
8c9f8f91 102__RUNTIME_LIBS_8 =
250700e4 103!endif
b17c1746
DE
104!if "$(WXUNIV)" == "1"
105__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
106!endif
107!if "$(WXUNIV)" == "1"
108__WXUNIV_DEFINE_p_1 = -d__WXUNIVERSAL__
109!endif
110!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
111__DEBUG_DEFINE_p = -D__WXDEBUG__
112!endif
113!if "$(DEBUG_FLAG)" == "1"
114__DEBUG_DEFINE_p = -D__WXDEBUG__
115!endif
116!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
117__DEBUG_DEFINE_p_1 = -d__WXDEBUG__
118!endif
119!if "$(DEBUG_FLAG)" == "1"
120__DEBUG_DEFINE_p_1 = -d__WXDEBUG__
121!endif
8c9f8f91
JS
122!if "$(USE_EXCEPTIONS)" == "0"
123__EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
124!endif
125!if "$(USE_EXCEPTIONS)" == "0"
126__EXCEPTIONS_DEFINE_p_1 = -dwxNO_EXCEPTIONS
127!endif
128!if "$(USE_RTTI)" == "0"
129__RTTI_DEFINE_p = -DwxNO_RTTI
130!endif
131!if "$(USE_RTTI)" == "0"
132__RTTI_DEFINE_p_1 = -dwxNO_RTTI
133!endif
134!if "$(USE_THREADS)" == "0"
135__THREAD_DEFINE_p = -DwxNO_THREADS
136!endif
137!if "$(USE_THREADS)" == "0"
138__THREAD_DEFINE_p_1 = -dwxNO_THREADS
139!endif
6f628073 140!if "$(UNICODE)" == "1"
ec08d395 141__UNICODE_DEFINE_p = -D_UNICODE
6f628073
VS
142!endif
143!if "$(UNICODE)" == "1"
ec08d395 144__UNICODE_DEFINE_p_1 = -d_UNICODE
6f628073 145!endif
b17c1746
DE
146!if "$(SHARED)" == "1"
147__DLLFLAG_p = -DWXUSINGDLL
148!endif
149!if "$(SHARED)" == "1"
150__DLLFLAG_p_1 = -dWXUSINGDLL
4e209a20 151!endif
c33fae85 152!if "$(SHARED)" == "0" && "$(WXUNIV)" == "0"
b14abf14 153____GENERIC_DIALOGS_IN_NATIVE_BUILDS_FILENAMES_OBJECTS = \
63c83961
WS
154 $(OBJS)\dialogs_colrdlgg.obj \
155 $(OBJS)\dialogs_dirdlgg.obj \
695fe764 156 $(OBJS)\dialogs_filedlgg.obj \
63c83961
WS
157 $(OBJS)\dialogs_fontdlgg.obj
158!endif
6f628073 159!if "$(MONOLITHIC)" == "0"
fd9f42b6 160__WXLIB_ADV_p = \
c33fae85 161 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_adv.lib
fd9f42b6
VS
162!endif
163!if "$(MONOLITHIC)" == "0"
250700e4 164__WXLIB_CORE_p = \
c33fae85 165 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
6f628073 166!endif
b17c1746 167!if "$(MONOLITHIC)" == "0"
c33fae85
RN
168__WXLIB_BASE_p = \
169 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
b17c1746 170!endif
6f628073 171!if "$(MONOLITHIC)" == "1"
250700e4 172__WXLIB_MONO_p = \
c33fae85 173 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
6f628073 174!endif
b17c1746 175!if "$(USE_GUI)" == "1"
9c2d002b 176__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
6f628073 177!endif
b17c1746 178!if "$(USE_GUI)" == "1"
9c2d002b 179__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
b17c1746
DE
180!endif
181!if "$(USE_GUI)" == "1"
9c2d002b 182__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
b17c1746
DE
183!endif
184!if "$(MSLU)" == "1"
185__UNICOWS_LIB_p = unicows.lib
186!endif
b17c1746
DE
187!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
188__DEBUGINFO = -v
189!endif
190!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
191__DEBUGINFO = -v-
192!endif
193!if "$(DEBUG_INFO)" == "0"
194__DEBUGINFO = -v-
195!endif
196!if "$(DEBUG_INFO)" == "1"
197__DEBUGINFO = -v
6f628073
VS
198!endif
199
200
201all: $(OBJS)
202$(OBJS):
203 -if not exist $(OBJS) mkdir $(OBJS)
204
205### Targets: ###
206
207all: $(OBJS)\dialogs.exe data
208
6f628073
VS
209clean:
210 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
211 -if exist $(OBJS)\*.res del $(OBJS)\*.res
b14abf14 212 -if exist $(OBJS)\*.csm del $(OBJS)\*.csm
6f628073 213 -if exist $(OBJS)\dialogs.exe del $(OBJS)\dialogs.exe
ec08d395
JS
214 -if exist $(OBJS)\dialogs.tds del $(OBJS)\dialogs.tds
215 -if exist $(OBJS)\dialogs.ilc del $(OBJS)\dialogs.ilc
216 -if exist $(OBJS)\dialogs.ild del $(OBJS)\dialogs.ild
217 -if exist $(OBJS)\dialogs.ilf del $(OBJS)\dialogs.ilf
218 -if exist $(OBJS)\dialogs.ils del $(OBJS)\dialogs.ils
62448488 219
25a73439 220$(OBJS)\dialogs.exe: $(DIALOGS_OBJECTS) $(OBJS)\dialogs_dialogs.res
9bfe7ad9 221 ilink32 -Tpe -q $(LDFLAGS) -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -aa @&&|
8c9f8f91 222 c0w32.obj $(DIALOGS_OBJECTS),$@,, $(__WXLIB_ADV_p) $(__WXLIB_CORE_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 cw32$(__THREADSFLAG_5)$(__RUNTIME_LIBS_8).lib,, $(OBJS)\dialogs_dialogs.res
6f628073 223|
b17c1746
DE
224
225data:
226 if not exist $(OBJS) mkdir $(OBJS)
227 for %f in (tips.txt) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
228
229$(OBJS)\dialogs_dialogs.obj: .\dialogs.cpp
230 $(CXX) -q -c -P -o$@ $(DIALOGS_CXXFLAGS) $**
231
63c83961
WS
232$(OBJS)\dialogs_colrdlgg.obj: .\..\..\src\generic\colrdlgg.cpp
233 $(CXX) -q -c -P -o$@ $(DIALOGS_CXXFLAGS) $**
234
235$(OBJS)\dialogs_dirdlgg.obj: .\..\..\src\generic\dirdlgg.cpp
236 $(CXX) -q -c -P -o$@ $(DIALOGS_CXXFLAGS) $**
237
695fe764
WS
238$(OBJS)\dialogs_filedlgg.obj: .\..\..\src\generic\filedlgg.cpp
239 $(CXX) -q -c -P -o$@ $(DIALOGS_CXXFLAGS) $**
240
63c83961
WS
241$(OBJS)\dialogs_fontdlgg.obj: .\..\..\src\generic\fontdlgg.cpp
242 $(CXX) -q -c -P -o$@ $(DIALOGS_CXXFLAGS) $**
243
b17c1746 244$(OBJS)\dialogs_dialogs.res: .\dialogs.rc
8c9f8f91 245 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) -i.\..\..\include -i$(SETUPHDIR) -i. $(__DLLFLAG_p_1) -i.\..\..\samples -dNOPCH $**
b14abf14 246