]> git.saurik.com Git - wxWidgets.git/blame - samples/image/makefile.bcc
update italian translation; add a Q+A for updating an existing internat translation
[wxWidgets.git] / samples / image / makefile.bcc
CommitLineData
0706fb23
VS
1# =========================================================================
2# This makefile was generated by
506e9b7e 3# Bakefile 0.2.5 (http://www.bakefile.org)
0706fb23
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 13BCCDIR = $(MAKEDIR)\..
62448488
JS
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
31IMAGE_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 37IMAGE_OBJECTS = \
09ddabf7
FM
38 $(OBJS)\image_image.obj \
39 $(OBJS)\image_canvas.obj
0706fb23
VS
40
41### Conditionally set variables: ###
42
43!if "$(USE_GUI)" == "0"
44PORTNAME = base
45!endif
46!if "$(USE_GUI)" == "1"
47PORTNAME = msw
48!endif
25a73439
VS
49!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
50WXDEBUGFLAG = d
51!endif
52!if "$(DEBUG_FLAG)" == "1"
0706fb23
VS
53WXDEBUGFLAG = d
54!endif
0706fb23
VS
55!if "$(UNICODE)" == "1"
56WXUNICODEFLAG = u
57!endif
58!if "$(WXUNIV)" == "1"
59WXUNIVNAME = univ
60!endif
0706fb23 61!if "$(SHARED)" == "1"
b17c1746 62WXDLLFLAG = dll
25a73439 63!endif
b14abf14
JS
64!if "$(SHARED)" == "0"
65LIBTYPE_SUFFIX = lib
66!endif
67!if "$(SHARED)" == "1"
68LIBTYPE_SUFFIX = dll
69!endif
dd65d8c8
RN
70!if "$(MONOLITHIC)" == "0"
71EXTRALIBS_FOR_BASE =
72!endif
73!if "$(MONOLITHIC)" == "1"
74EXTRALIBS_FOR_BASE =
75!endif
250700e4
RD
76!if "$(BUILD)" == "debug"
77__OPTIMIZEFLAG_2 = -Od
78!endif
79!if "$(BUILD)" == "release"
80__OPTIMIZEFLAG_2 = -O2
81!endif
8c9f8f91
JS
82!if "$(USE_THREADS)" == "0"
83__THREADSFLAG_5 =
84!endif
85!if "$(USE_THREADS)" == "1"
86__THREADSFLAG_5 = mt
87!endif
88!if "$(USE_THREADS)" == "0"
89__THREADSFLAG_6 =
90!endif
91!if "$(USE_THREADS)" == "1"
92__THREADSFLAG_6 = -tWM
93!endif
250700e4 94!if "$(RUNTIME_LIBS)" == "dynamic"
8c9f8f91 95__RUNTIME_LIBS_7 = -tWR
250700e4
RD
96!endif
97!if "$(RUNTIME_LIBS)" == "static"
8c9f8f91 98__RUNTIME_LIBS_7 =
250700e4
RD
99!endif
100!if "$(RUNTIME_LIBS)" == "dynamic"
8c9f8f91 101__RUNTIME_LIBS_8 = i
250700e4
RD
102!endif
103!if "$(RUNTIME_LIBS)" == "static"
8c9f8f91 104__RUNTIME_LIBS_8 =
250700e4 105!endif
b17c1746
DE
106!if "$(WXUNIV)" == "1"
107__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
108!endif
109!if "$(WXUNIV)" == "1"
110__WXUNIV_DEFINE_p_1 = -d__WXUNIVERSAL__
111!endif
112!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
113__DEBUG_DEFINE_p = -D__WXDEBUG__
114!endif
115!if "$(DEBUG_FLAG)" == "1"
116__DEBUG_DEFINE_p = -D__WXDEBUG__
117!endif
118!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
119__DEBUG_DEFINE_p_1 = -d__WXDEBUG__
120!endif
121!if "$(DEBUG_FLAG)" == "1"
122__DEBUG_DEFINE_p_1 = -d__WXDEBUG__
123!endif
8c9f8f91
JS
124!if "$(USE_EXCEPTIONS)" == "0"
125__EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
126!endif
127!if "$(USE_EXCEPTIONS)" == "0"
128__EXCEPTIONS_DEFINE_p_1 = -dwxNO_EXCEPTIONS
129!endif
130!if "$(USE_RTTI)" == "0"
131__RTTI_DEFINE_p = -DwxNO_RTTI
132!endif
133!if "$(USE_RTTI)" == "0"
134__RTTI_DEFINE_p_1 = -dwxNO_RTTI
135!endif
136!if "$(USE_THREADS)" == "0"
137__THREAD_DEFINE_p = -DwxNO_THREADS
138!endif
139!if "$(USE_THREADS)" == "0"
140__THREAD_DEFINE_p_1 = -dwxNO_THREADS
141!endif
7379e476
VZ
142!if "$(UNICODE)" == "0"
143__UNICODE_DEFINE_p = -DwxUSE_UNICODE=0
144!endif
0706fb23 145!if "$(UNICODE)" == "1"
ec08d395 146__UNICODE_DEFINE_p = -D_UNICODE
0706fb23 147!endif
7379e476
VZ
148!if "$(UNICODE)" == "0"
149__UNICODE_DEFINE_p_1 = -dwxUSE_UNICODE=0
150!endif
0706fb23 151!if "$(UNICODE)" == "1"
ec08d395 152__UNICODE_DEFINE_p_1 = -d_UNICODE
0706fb23 153!endif
2113bc77
MW
154!if "$(MSLU)" == "1"
155__MSLU_DEFINE_p = -DwxUSE_UNICODE_MSLU=1
156!endif
157!if "$(MSLU)" == "1"
158__MSLU_DEFINE_p_1 = -dwxUSE_UNICODE_MSLU=1
159!endif
3abcf424
RD
160!if "$(USE_GDIPLUS)" == "1"
161__GFXCTX_DEFINE_p = -DwxUSE_GRAPHICS_CONTEXT=1
162!endif
163!if "$(USE_GDIPLUS)" == "1"
164__GFXCTX_DEFINE_p_1 = -dwxUSE_GRAPHICS_CONTEXT=1
165!endif
b17c1746
DE
166!if "$(SHARED)" == "1"
167__DLLFLAG_p = -DWXUSINGDLL
4e209a20 168!endif
b17c1746
DE
169!if "$(SHARED)" == "1"
170__DLLFLAG_p_1 = -dWXUSINGDLL
0706fb23
VS
171!endif
172!if "$(MONOLITHIC)" == "0"
250700e4 173__WXLIB_CORE_p = \
c33fae85 174 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
0706fb23 175!endif
b17c1746 176!if "$(MONOLITHIC)" == "0"
c33fae85
RN
177__WXLIB_BASE_p = \
178 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
b17c1746 179!endif
0706fb23 180!if "$(MONOLITHIC)" == "1"
250700e4 181__WXLIB_MONO_p = \
c33fae85 182 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
0706fb23 183!endif
b17c1746 184!if "$(USE_GUI)" == "1"
9c2d002b 185__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
0706fb23 186!endif
b17c1746 187!if "$(USE_GUI)" == "1"
9c2d002b 188__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
b17c1746
DE
189!endif
190!if "$(USE_GUI)" == "1"
9c2d002b 191__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
b17c1746
DE
192!endif
193!if "$(MSLU)" == "1"
194__UNICOWS_LIB_p = unicows.lib
195!endif
3abcf424
RD
196!if "$(USE_GDIPLUS)" == "1"
197__GDIPLUS_LIB_p = gdiplus.lib
198!endif
b17c1746
DE
199!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
200__DEBUGINFO = -v
201!endif
202!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
203__DEBUGINFO = -v-
204!endif
205!if "$(DEBUG_INFO)" == "0"
206__DEBUGINFO = -v-
207!endif
208!if "$(DEBUG_INFO)" == "1"
209__DEBUGINFO = -v
0706fb23
VS
210!endif
211
212
213all: $(OBJS)
214$(OBJS):
215 -if not exist $(OBJS) mkdir $(OBJS)
216
217### Targets: ###
218
219all: $(OBJS)\image.exe data
220
0706fb23
VS
221clean:
222 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
223 -if exist $(OBJS)\*.res del $(OBJS)\*.res
b14abf14 224 -if exist $(OBJS)\*.csm del $(OBJS)\*.csm
0706fb23 225 -if exist $(OBJS)\image.exe del $(OBJS)\image.exe
ec08d395
JS
226 -if exist $(OBJS)\image.tds del $(OBJS)\image.tds
227 -if exist $(OBJS)\image.ilc del $(OBJS)\image.ilc
228 -if exist $(OBJS)\image.ild del $(OBJS)\image.ild
229 -if exist $(OBJS)\image.ilf del $(OBJS)\image.ilf
230 -if exist $(OBJS)\image.ils del $(OBJS)\image.ils
0706fb23 231
25a73439 232$(OBJS)\image.exe: $(IMAGE_OBJECTS) $(OBJS)\image_image.res
8ece421c 233 ilink32 -Tpe -q -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -aa $(LDFLAGS) @&&|
7379e476 234 c0w32.obj $(IMAGE_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 import32.lib cw32$(__THREADSFLAG_5)$(__RUNTIME_LIBS_8).lib,, $(OBJS)\image_image.res
0706fb23 235|
b17c1746
DE
236
237data:
238 if not exist $(OBJS) mkdir $(OBJS)
3afd11bc 239 for %f in (horse.png horse.jpg horse.bmp horse.gif horse.pcx horse.pnm horse_ag.pnm horse_rg.pnm horse.tif horse.tga horse.xpm horse.cur horse.ico horse3.ani smile.xbm toucan.png cmyk.jpg) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
b17c1746
DE
240
241$(OBJS)\image_image.obj: .\image.cpp
6e0fbb3d 242 $(CXX) -q -c -P -o$@ $(IMAGE_CXXFLAGS) .\image.cpp
b17c1746 243
09ddabf7
FM
244$(OBJS)\image_canvas.obj: .\canvas.cpp
245 $(CXX) -q -c -P -o$@ $(IMAGE_CXXFLAGS) .\canvas.cpp
246
b17c1746 247$(OBJS)\image_image.res: .\image.rc
6e0fbb3d 248 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 .\image.rc
b14abf14 249