]> git.saurik.com Git - wxWidgets.git/blame - samples/internat/makefile.bcc
moving to gcc 4.0 exclusively, 10.4 minimum system
[wxWidgets.git] / samples / internat / makefile.bcc
CommitLineData
0706fb23
VS
1# =========================================================================
2# This makefile was generated by
444833b3 3# Bakefile 0.2.2 (http://bakefile.sourceforge.net)
0706fb23
VS
4# Do not modify, all changes will be overwritten!
5# =========================================================================
c801d85f 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 13BCCDIR = $(MAKEDIR)\..
c801d85f
KB
14!endif
15
fd9f42b6 16!include ../../build/msw/config.bcc
0706fb23
VS
17
18# -------------------------------------------------------------------------
19# Do not modify the rest of this file!
20# -------------------------------------------------------------------------
21
0706fb23
VS
22### Variables: ###
23
ae4ccf12 24WX_RELEASE_NODOT = 29
444833b3 25COMPILER_PREFIX = bcc
b17c1746 26OBJS = \
444833b3
CE
27 $(COMPILER_PREFIX)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
28LIBDIRNAME = .\..\..\lib\$(COMPILER_PREFIX)_$(LIBTYPE_SUFFIX)$(CFG)
b17c1746
DE
29SETUPHDIR = \
30 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
8c9f8f91
JS
31INTERNAT_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)
25a73439
VS
37INTERNAT_OBJECTS = \
38 $(OBJS)\internat_internat.obj
0706fb23
VS
39
40### Conditionally set variables: ###
41
42!if "$(USE_GUI)" == "0"
43PORTNAME = base
44!endif
45!if "$(USE_GUI)" == "1"
46PORTNAME = msw
47!endif
25a73439
VS
48!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
49WXDEBUGFLAG = d
50!endif
51!if "$(DEBUG_FLAG)" == "1"
0706fb23
VS
52WXDEBUGFLAG = d
53!endif
0706fb23
VS
54!if "$(UNICODE)" == "1"
55WXUNICODEFLAG = u
56!endif
57!if "$(WXUNIV)" == "1"
58WXUNIVNAME = univ
59!endif
0706fb23 60!if "$(SHARED)" == "1"
b17c1746 61WXDLLFLAG = dll
25a73439 62!endif
b14abf14
JS
63!if "$(SHARED)" == "0"
64LIBTYPE_SUFFIX = lib
65!endif
66!if "$(SHARED)" == "1"
67LIBTYPE_SUFFIX = dll
68!endif
dd65d8c8
RN
69!if "$(MONOLITHIC)" == "0"
70EXTRALIBS_FOR_BASE =
71!endif
72!if "$(MONOLITHIC)" == "1"
73EXTRALIBS_FOR_BASE =
74!endif
250700e4
RD
75!if "$(BUILD)" == "debug"
76__OPTIMIZEFLAG_2 = -Od
77!endif
78!if "$(BUILD)" == "release"
79__OPTIMIZEFLAG_2 = -O2
80!endif
8c9f8f91
JS
81!if "$(USE_THREADS)" == "0"
82__THREADSFLAG_5 =
83!endif
84!if "$(USE_THREADS)" == "1"
85__THREADSFLAG_5 = mt
86!endif
87!if "$(USE_THREADS)" == "0"
88__THREADSFLAG_6 =
89!endif
90!if "$(USE_THREADS)" == "1"
91__THREADSFLAG_6 = -tWM
92!endif
250700e4 93!if "$(RUNTIME_LIBS)" == "dynamic"
8c9f8f91 94__RUNTIME_LIBS_7 = -tWR
250700e4
RD
95!endif
96!if "$(RUNTIME_LIBS)" == "static"
8c9f8f91 97__RUNTIME_LIBS_7 =
250700e4
RD
98!endif
99!if "$(RUNTIME_LIBS)" == "dynamic"
8c9f8f91 100__RUNTIME_LIBS_8 = i
250700e4
RD
101!endif
102!if "$(RUNTIME_LIBS)" == "static"
8c9f8f91 103__RUNTIME_LIBS_8 =
250700e4 104!endif
b17c1746
DE
105!if "$(WXUNIV)" == "1"
106__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
107!endif
108!if "$(WXUNIV)" == "1"
109__WXUNIV_DEFINE_p_1 = -d__WXUNIVERSAL__
110!endif
111!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
112__DEBUG_DEFINE_p = -D__WXDEBUG__
113!endif
114!if "$(DEBUG_FLAG)" == "1"
115__DEBUG_DEFINE_p = -D__WXDEBUG__
116!endif
117!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
118__DEBUG_DEFINE_p_1 = -d__WXDEBUG__
119!endif
120!if "$(DEBUG_FLAG)" == "1"
121__DEBUG_DEFINE_p_1 = -d__WXDEBUG__
122!endif
8c9f8f91
JS
123!if "$(USE_EXCEPTIONS)" == "0"
124__EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
125!endif
126!if "$(USE_EXCEPTIONS)" == "0"
127__EXCEPTIONS_DEFINE_p_1 = -dwxNO_EXCEPTIONS
128!endif
129!if "$(USE_RTTI)" == "0"
130__RTTI_DEFINE_p = -DwxNO_RTTI
131!endif
132!if "$(USE_RTTI)" == "0"
133__RTTI_DEFINE_p_1 = -dwxNO_RTTI
134!endif
135!if "$(USE_THREADS)" == "0"
136__THREAD_DEFINE_p = -DwxNO_THREADS
137!endif
138!if "$(USE_THREADS)" == "0"
139__THREAD_DEFINE_p_1 = -dwxNO_THREADS
140!endif
0706fb23 141!if "$(UNICODE)" == "1"
ec08d395 142__UNICODE_DEFINE_p = -D_UNICODE
0706fb23
VS
143!endif
144!if "$(UNICODE)" == "1"
ec08d395 145__UNICODE_DEFINE_p_1 = -d_UNICODE
0706fb23 146!endif
2113bc77
MW
147!if "$(MSLU)" == "1"
148__MSLU_DEFINE_p = -DwxUSE_UNICODE_MSLU=1
149!endif
150!if "$(MSLU)" == "1"
151__MSLU_DEFINE_p_1 = -dwxUSE_UNICODE_MSLU=1
152!endif
3abcf424
RD
153!if "$(USE_GDIPLUS)" == "1"
154__GFXCTX_DEFINE_p = -DwxUSE_GRAPHICS_CONTEXT=1
155!endif
156!if "$(USE_GDIPLUS)" == "1"
157__GFXCTX_DEFINE_p_1 = -dwxUSE_GRAPHICS_CONTEXT=1
158!endif
b17c1746
DE
159!if "$(SHARED)" == "1"
160__DLLFLAG_p = -DWXUSINGDLL
4e209a20 161!endif
b17c1746
DE
162!if "$(SHARED)" == "1"
163__DLLFLAG_p_1 = -dWXUSINGDLL
0706fb23
VS
164!endif
165!if "$(MONOLITHIC)" == "0"
250700e4 166__WXLIB_CORE_p = \
c33fae85 167 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
0706fb23 168!endif
b17c1746 169!if "$(MONOLITHIC)" == "0"
c33fae85
RN
170__WXLIB_BASE_p = \
171 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
b17c1746 172!endif
0706fb23 173!if "$(MONOLITHIC)" == "1"
250700e4 174__WXLIB_MONO_p = \
c33fae85 175 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
0706fb23 176!endif
b17c1746 177!if "$(USE_GUI)" == "1"
9c2d002b 178__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
0706fb23 179!endif
b17c1746 180!if "$(USE_GUI)" == "1"
9c2d002b 181__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
b17c1746
DE
182!endif
183!if "$(USE_GUI)" == "1"
9c2d002b 184__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
b17c1746
DE
185!endif
186!if "$(MSLU)" == "1"
187__UNICOWS_LIB_p = unicows.lib
188!endif
3abcf424
RD
189!if "$(USE_GDIPLUS)" == "1"
190__GDIPLUS_LIB_p = gdiplus.lib
191!endif
b17c1746
DE
192!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
193__DEBUGINFO = -v
194!endif
195!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
196__DEBUGINFO = -v-
197!endif
198!if "$(DEBUG_INFO)" == "0"
199__DEBUGINFO = -v-
200!endif
201!if "$(DEBUG_INFO)" == "1"
202__DEBUGINFO = -v
0706fb23
VS
203!endif
204
205
206all: $(OBJS)
207$(OBJS):
208 -if not exist $(OBJS) mkdir $(OBJS)
209
210### Targets: ###
211
c2c04edc 212all: $(OBJS)\internat.exe ar bg cs de fr ka pl ru sv ja ja_JP.EUC-JP
0706fb23 213
0706fb23
VS
214clean:
215 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
216 -if exist $(OBJS)\*.res del $(OBJS)\*.res
b14abf14 217 -if exist $(OBJS)\*.csm del $(OBJS)\*.csm
0706fb23 218 -if exist $(OBJS)\internat.exe del $(OBJS)\internat.exe
ec08d395
JS
219 -if exist $(OBJS)\internat.tds del $(OBJS)\internat.tds
220 -if exist $(OBJS)\internat.ilc del $(OBJS)\internat.ilc
221 -if exist $(OBJS)\internat.ild del $(OBJS)\internat.ild
222 -if exist $(OBJS)\internat.ilf del $(OBJS)\internat.ilf
223 -if exist $(OBJS)\internat.ils del $(OBJS)\internat.ils
0706fb23 224
b17c1746
DE
225$(OBJS)\internat.exe: $(INTERNAT_OBJECTS) $(OBJS)\internat_internat.res
226 ilink32 -Tpe -q $(LDFLAGS) -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -aa @&&|
3abcf424 227 c0w32.obj $(INTERNAT_OBJECTS),$@,, $(__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) $(__GDIPLUS_LIB_p) ole2w32.lib oleacc.lib odbc32.lib import32.lib cw32$(__THREADSFLAG_5)$(__RUNTIME_LIBS_8).lib,, $(OBJS)\internat_internat.res
b17c1746
DE
228|
229
c2c04edc
KO
230ar:
231 if not exist $(OBJS)\ar mkdir $(OBJS)\ar
232 for %f in (internat.po internat.mo) do if not exist $(OBJS)\ar\%f copy .\ar\%f $(OBJS)\ar
233
b17c1746
DE
234bg:
235 if not exist $(OBJS)\bg mkdir $(OBJS)\bg
236 for %f in (internat.po internat.mo) do if not exist $(OBJS)\bg\%f copy .\bg\%f $(OBJS)\bg
237
857d30ca
VS
238cs:
239 if not exist $(OBJS)\cs mkdir $(OBJS)\cs
240 for %f in (internat.po internat.mo) do if not exist $(OBJS)\cs\%f copy .\cs\%f $(OBJS)\cs
241
242de:
243 if not exist $(OBJS)\de mkdir $(OBJS)\de
244 for %f in (internat.po internat.mo) do if not exist $(OBJS)\de\%f copy .\de\%f $(OBJS)\de
245
246fr:
247 if not exist $(OBJS)\fr mkdir $(OBJS)\fr
248 for %f in (internat.po internat.mo) do if not exist $(OBJS)\fr\%f copy .\fr\%f $(OBJS)\fr
249
857d30ca
VS
250ka:
251 if not exist $(OBJS)\ka mkdir $(OBJS)\ka
252 for %f in (internat.po internat.mo) do if not exist $(OBJS)\ka\%f copy .\ka\%f $(OBJS)\ka
253
c33fae85
RN
254pl:
255 if not exist $(OBJS)\pl mkdir $(OBJS)\pl
256 for %f in (internat.po internat.mo) do if not exist $(OBJS)\pl\%f copy .\pl\%f $(OBJS)\pl
257
857d30ca
VS
258ru:
259 if not exist $(OBJS)\ru mkdir $(OBJS)\ru
260 for %f in (internat.po internat.mo) do if not exist $(OBJS)\ru\%f copy .\ru\%f $(OBJS)\ru
b17c1746 261
0d90d6ea
JS
262sv:
263 if not exist $(OBJS)\sv mkdir $(OBJS)\sv
264 for %f in (internat.po internat.mo) do if not exist $(OBJS)\sv\%f copy .\sv\%f $(OBJS)\sv
265
ebef1625
MW
266ja:
267 if not exist $(OBJS)\ja mkdir $(OBJS)\ja
268 for %f in (internat.po internat.mo) do if not exist $(OBJS)\ja\%f copy .\ja\%f $(OBJS)\ja
269
270ja_JP.EUC-JP:
271 if not exist $(OBJS)\ja_JP.EUC-JP mkdir $(OBJS)\ja_JP.EUC-JP
272 for %f in (internat.po internat.mo) do if not exist $(OBJS)\ja_JP.EUC-JP\%f copy .\ja_JP.EUC-JP\%f $(OBJS)\ja_JP.EUC-JP
273
b17c1746
DE
274$(OBJS)\internat_internat.obj: .\internat.cpp
275 $(CXX) -q -c -P -o$@ $(INTERNAT_CXXFLAGS) $**
276
277$(OBJS)\internat_internat.res: .\internat.rc
444833b3 278 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 279