]> git.saurik.com Git - wxWidgets.git/blob - samples/image/makefile.bcc
Implemented text boxes and tables, and further editing pages for backgrounds, borders...
[wxWidgets.git] / samples / image / makefile.bcc
1 # =========================================================================
2 # This makefile was generated by
3 # Bakefile 0.2.8 (http://www.bakefile.org)
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
13 BCCDIR = $(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
24 WX_RELEASE_NODOT = 29
25 COMPILER_PREFIX = bcc
26 OBJS = \
27 $(COMPILER_PREFIX)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
28 LIBDIRNAME = .\..\..\lib\$(COMPILER_PREFIX)_$(LIBTYPE_SUFFIX)$(CFG)
29 SETUPHDIR = \
30 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
31 IMAGE_CXXFLAGS = $(__RUNTIME_LIBS_7) -I$(BCCDIR)\include $(__DEBUGINFO) \
32 $(__OPTIMIZEFLAG_2) $(__THREADSFLAG_6) -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
33 $(__DEBUG_DEFINE_p) $(__NDEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) \
34 $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) \
35 $(__MSLU_DEFINE_p) -I$(SETUPHDIR) -I.\..\..\include \
36 $(____CAIRO_INCLUDEDIR_FILENAMES_p) -I. $(__DLLFLAG_p) -I.\..\..\samples \
37 -DNOPCH $(CPPFLAGS) $(CXXFLAGS)
38 IMAGE_OBJECTS = \
39 $(OBJS)\image_image.obj \
40 $(OBJS)\image_canvas.obj
41
42 ### Conditionally set variables: ###
43
44 !if "$(USE_GUI)" == "0"
45 PORTNAME = base
46 !endif
47 !if "$(USE_GUI)" == "1"
48 PORTNAME = msw
49 !endif
50 !if "$(BUILD)" == "debug"
51 WXDEBUGFLAG = d
52 !endif
53 !if "$(UNICODE)" == "1"
54 WXUNICODEFLAG = u
55 !endif
56 !if "$(WXUNIV)" == "1"
57 WXUNIVNAME = univ
58 !endif
59 !if "$(SHARED)" == "1"
60 WXDLLFLAG = dll
61 !endif
62 !if "$(SHARED)" == "0"
63 LIBTYPE_SUFFIX = lib
64 !endif
65 !if "$(SHARED)" == "1"
66 LIBTYPE_SUFFIX = dll
67 !endif
68 !if "$(MONOLITHIC)" == "0"
69 EXTRALIBS_FOR_BASE =
70 !endif
71 !if "$(MONOLITHIC)" == "1"
72 EXTRALIBS_FOR_BASE =
73 !endif
74 !if "$(BUILD)" == "debug"
75 __OPTIMIZEFLAG_2 = -Od
76 !endif
77 !if "$(BUILD)" == "release"
78 __OPTIMIZEFLAG_2 = -O2
79 !endif
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
92 !if "$(RUNTIME_LIBS)" == "dynamic"
93 __RUNTIME_LIBS_7 = -tWR
94 !endif
95 !if "$(RUNTIME_LIBS)" == "static"
96 __RUNTIME_LIBS_7 =
97 !endif
98 !if "$(RUNTIME_LIBS)" == "dynamic"
99 __RUNTIME_LIBS_8 = i
100 !endif
101 !if "$(RUNTIME_LIBS)" == "static"
102 __RUNTIME_LIBS_8 =
103 !endif
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 "$(DEBUG_FLAG)" == "0"
111 __DEBUG_DEFINE_p = -DwxDEBUG_LEVEL=0
112 !endif
113 !if "$(DEBUG_FLAG)" == "0"
114 __DEBUG_DEFINE_p_1 = -dwxDEBUG_LEVEL=0
115 !endif
116 !if "$(BUILD)" == "release"
117 __NDEBUG_DEFINE_p = -DNDEBUG
118 !endif
119 !if "$(BUILD)" == "release"
120 __NDEBUG_DEFINE_p_1 = -dNDEBUG
121 !endif
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
140 !if "$(UNICODE)" == "0"
141 __UNICODE_DEFINE_p = -DwxUSE_UNICODE=0
142 !endif
143 !if "$(UNICODE)" == "1"
144 __UNICODE_DEFINE_p = -D_UNICODE
145 !endif
146 !if "$(UNICODE)" == "0"
147 __UNICODE_DEFINE_p_1 = -dwxUSE_UNICODE=0
148 !endif
149 !if "$(UNICODE)" == "1"
150 __UNICODE_DEFINE_p_1 = -d_UNICODE
151 !endif
152 !if "$(MSLU)" == "1"
153 __MSLU_DEFINE_p = -DwxUSE_UNICODE_MSLU=1
154 !endif
155 !if "$(MSLU)" == "1"
156 __MSLU_DEFINE_p_1 = -dwxUSE_UNICODE_MSLU=1
157 !endif
158 !if "$(USE_CAIRO)" == "1"
159 ____CAIRO_INCLUDEDIR_FILENAMES_p = -I$(CAIRO_ROOT)\include\cairo
160 !endif
161 !if "$(USE_CAIRO)" == "1"
162 ____CAIRO_INCLUDEDIR_FILENAMES_1_p = -i$(CAIRO_ROOT)\include\cairo
163 !endif
164 !if "$(SHARED)" == "1"
165 __DLLFLAG_p = -DWXUSINGDLL
166 !endif
167 !if "$(SHARED)" == "1"
168 __DLLFLAG_p_1 = -dWXUSINGDLL
169 !endif
170 !if "$(MONOLITHIC)" == "0"
171 __WXLIB_CORE_p = \
172 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
173 !endif
174 !if "$(MONOLITHIC)" == "0"
175 __WXLIB_BASE_p = \
176 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
177 !endif
178 !if "$(MONOLITHIC)" == "1"
179 __WXLIB_MONO_p = \
180 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
181 !endif
182 !if "$(USE_GUI)" == "1"
183 __LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
184 !endif
185 !if "$(USE_GUI)" == "1"
186 __LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
187 !endif
188 !if "$(USE_GUI)" == "1"
189 __LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
190 !endif
191 !if "$(MSLU)" == "1"
192 __UNICOWS_LIB_p = unicows.lib
193 !endif
194 !if "$(USE_CAIRO)" == "1"
195 __CAIRO_LIB_p = cairo.lib
196 !endif
197 !if "$(USE_CAIRO)" == "1"
198 ____CAIRO_LIBDIR_FILENAMES_p = -L$(CAIRO_ROOT)\lib
199 !endif
200 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
201 __DEBUGINFO = -v
202 !endif
203 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
204 __DEBUGINFO = -v-
205 !endif
206 !if "$(DEBUG_INFO)" == "0"
207 __DEBUGINFO = -v-
208 !endif
209 !if "$(DEBUG_INFO)" == "1"
210 __DEBUGINFO = -v
211 !endif
212
213
214 all: $(OBJS)
215 $(OBJS):
216 -if not exist $(OBJS) mkdir $(OBJS)
217
218 ### Targets: ###
219
220 all: $(OBJS)\image.exe data
221
222 clean:
223 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
224 -if exist $(OBJS)\*.res del $(OBJS)\*.res
225 -if exist $(OBJS)\*.csm del $(OBJS)\*.csm
226 -if exist $(OBJS)\image.exe del $(OBJS)\image.exe
227 -if exist $(OBJS)\image.tds del $(OBJS)\image.tds
228 -if exist $(OBJS)\image.ilc del $(OBJS)\image.ilc
229 -if exist $(OBJS)\image.ild del $(OBJS)\image.ild
230 -if exist $(OBJS)\image.ilf del $(OBJS)\image.ilf
231 -if exist $(OBJS)\image.ils del $(OBJS)\image.ils
232
233 $(OBJS)\image.exe: $(IMAGE_OBJECTS) $(OBJS)\image_sample.res
234 ilink32 -Tpe -q -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -aa $(____CAIRO_LIBDIR_FILENAMES_p) $(LDFLAGS) @&&|
235 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) $(__CAIRO_LIB_p) ole2w32.lib oleacc.lib import32.lib cw32$(__THREADSFLAG_5)$(__RUNTIME_LIBS_8).lib,, $(OBJS)\image_sample.res
236 |
237
238 data:
239 if not exist $(OBJS) mkdir $(OBJS)
240 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)
241
242 $(OBJS)\image_sample.res: .\..\..\samples\sample.rc
243 brcc32 -32 -r -fo$@ -i$(BCCDIR)\include -d__WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__NDEBUG_DEFINE_p_1) $(__EXCEPTIONS_DEFINE_p_1) $(__RTTI_DEFINE_p_1) $(__THREAD_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) $(__MSLU_DEFINE_p_1) -i$(SETUPHDIR) -i.\..\..\include $(____CAIRO_INCLUDEDIR_FILENAMES_1_p) -i. $(__DLLFLAG_p_1) -i.\..\..\samples -dNOPCH .\..\..\samples\sample.rc
244
245 $(OBJS)\image_image.obj: .\image.cpp
246 $(CXX) -q -c -P -o$@ $(IMAGE_CXXFLAGS) .\image.cpp
247
248 $(OBJS)\image_canvas.obj: .\canvas.cpp
249 $(CXX) -q -c -P -o$@ $(IMAGE_CXXFLAGS) .\canvas.cpp
250