]> git.saurik.com Git - wxWidgets.git/blame - samples/printing/makefile.bcc
Applied patch #15286: documentation and col/rowspan demo by dghart
[wxWidgets.git] / samples / printing / makefile.bcc
CommitLineData
f82b7036
KO
1# =========================================================================\r
2# This makefile was generated by\r
00eef16d 3# Bakefile 0.2.9 (http://www.bakefile.org)\r
f82b7036
KO
4# Do not modify, all changes will be overwritten!\r
5# =========================================================================\r
6\r
7.autodepend\r
8\r
9!ifndef BCCDIR\r
10!ifndef MAKEDIR\r
11!error Your Borland compiler does not define MAKEDIR. Please define the BCCDIR variable, e.g. BCCDIR=d:\bc4\r
12!endif\r
13BCCDIR = $(MAKEDIR)\..\r
14!endif\r
15\r
16!include ../../build/msw/config.bcc\r
17\r
18# -------------------------------------------------------------------------\r
19# Do not modify the rest of this file!\r
20# -------------------------------------------------------------------------\r
21\r
22### Variables: ###\r
23\r
24WX_RELEASE_NODOT = 29\r
25COMPILER_PREFIX = bcc\r
26OBJS = \\r
14b682f7
VZ
27 $(COMPILER_PREFIX)$(COMPILER_VERSION)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
28LIBDIRNAME = \
29 .\..\..\lib\$(COMPILER_PREFIX)$(COMPILER_VERSION)_$(LIBTYPE_SUFFIX)$(CFG)
f82b7036
KO
30SETUPHDIR = \\r
31 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)\r
32PRINTING_CXXFLAGS = $(__RUNTIME_LIBS_7) -I$(BCCDIR)\include $(__DEBUGINFO) \\r
22a3b6e4
VZ
33 $(__OPTIMIZEFLAG_2) $(__THREADSFLAG_6) -D__WX$(TOOLKIT)__ \
34 $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__NDEBUG_DEFINE_p) \
35 $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) \
36 $(__UNICODE_DEFINE_p) $(__MSLU_DEFINE_p) -I$(SETUPHDIR) -I.\..\..\include \
f82b7036
KO
37 $(____CAIRO_INCLUDEDIR_FILENAMES_p) -I. $(__DLLFLAG_p) -I.\..\..\samples \\r
38 -DNOPCH $(CPPFLAGS) $(CXXFLAGS)\r
39PRINTING_OBJECTS = \\r
40 $(OBJS)\printing_printing.obj\r
41\r
42### Conditionally set variables: ###\r
43\r
22a3b6e4
VZ
44!if "$(TOOLKIT)" == "GTK"
45WIN32_TOOLKIT_LOWERCASE = gtk
46!endif
47!if "$(TOOLKIT)" == "MSW"
48WIN32_TOOLKIT_LOWERCASE = msw
49!endif
f82b7036
KO
50!if "$(USE_GUI)" == "0"\r
51PORTNAME = base\r
52!endif\r
53!if "$(USE_GUI)" == "1"\r
22a3b6e4
VZ
54PORTNAME = $(WIN32_TOOLKIT_LOWERCASE)$(TOOLKIT_VERSION)
55!endif
56!if "$(TOOLKIT)" == "MAC"
57WXBASEPORT = _carbon
58!endif
14b682f7
VZ
59!if "$(OFFICIAL_BUILD)" == "1"
60COMPILER_VERSION = ERROR-COMPILER-VERSION-MUST-BE-SET-FOR-OFFICIAL-BUILD
22a3b6e4 61!endif\r
f82b7036
KO
62!if "$(BUILD)" == "debug"\r
63WXDEBUGFLAG = d\r
64!endif\r
65!if "$(UNICODE)" == "1"\r
66WXUNICODEFLAG = u\r
67!endif\r
68!if "$(WXUNIV)" == "1"\r
69WXUNIVNAME = univ\r
70!endif\r
71!if "$(SHARED)" == "1"\r
72WXDLLFLAG = dll\r
73!endif\r
74!if "$(SHARED)" == "0"\r
75LIBTYPE_SUFFIX = lib\r
76!endif\r
77!if "$(SHARED)" == "1"\r
78LIBTYPE_SUFFIX = dll\r
79!endif\r
80!if "$(MONOLITHIC)" == "0"\r
81EXTRALIBS_FOR_BASE = \r
82!endif\r
83!if "$(MONOLITHIC)" == "1"\r
51ec29ea 84EXTRALIBS_FOR_BASE = \r
f82b7036 85!endif\r
22a3b6e4
VZ
86!if "$(TOOLKIT)" == "GTK" && "$(TOOLKIT_VERSION)" == "2"
87LIB_GTK = gtk-win32-2.0.lib gdk-win32-2.0.lib pangocairo-1.0.lib \
88 gdk_pixbuf-2.0.lib cairo.lib pango-1.0.lib gobject-2.0.lib gthread-2.0.lib \
89 glib-2.0.lib
90!endif
f82b7036
KO
91!if "$(BUILD)" == "debug"\r
92__OPTIMIZEFLAG_2 = -Od\r
93!endif\r
94!if "$(BUILD)" == "release"\r
95__OPTIMIZEFLAG_2 = -O2\r
96!endif\r
97!if "$(USE_THREADS)" == "0"\r
98__THREADSFLAG_5 = \r
99!endif\r
100!if "$(USE_THREADS)" == "1"\r
101__THREADSFLAG_5 = mt\r
102!endif\r
103!if "$(USE_THREADS)" == "0"\r
104__THREADSFLAG_6 = \r
105!endif\r
106!if "$(USE_THREADS)" == "1"\r
107__THREADSFLAG_6 = -tWM\r
108!endif\r
109!if "$(RUNTIME_LIBS)" == "dynamic"\r
110__RUNTIME_LIBS_7 = -tWR\r
111!endif\r
112!if "$(RUNTIME_LIBS)" == "static"\r
113__RUNTIME_LIBS_7 = \r
114!endif\r
115!if "$(RUNTIME_LIBS)" == "dynamic"\r
116__RUNTIME_LIBS_8 = i\r
117!endif\r
118!if "$(RUNTIME_LIBS)" == "static"\r
119__RUNTIME_LIBS_8 = \r
120!endif\r
121!if "$(WXUNIV)" == "1"\r
122__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__\r
123!endif\r
124!if "$(WXUNIV)" == "1"\r
125__WXUNIV_DEFINE_p_1 = -d__WXUNIVERSAL__\r
126!endif\r
127!if "$(DEBUG_FLAG)" == "0"\r
128__DEBUG_DEFINE_p = -DwxDEBUG_LEVEL=0\r
129!endif\r
130!if "$(DEBUG_FLAG)" == "0"\r
131__DEBUG_DEFINE_p_1 = -dwxDEBUG_LEVEL=0\r
132!endif\r
00fb97de
KO
133!if "$(BUILD)" == "release"\r
134__NDEBUG_DEFINE_p = -DNDEBUG\r
135!endif\r
136!if "$(BUILD)" == "release"\r
137__NDEBUG_DEFINE_p_1 = -dNDEBUG\r
138!endif\r
f82b7036
KO
139!if "$(USE_EXCEPTIONS)" == "0"\r
140__EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS\r
141!endif\r
142!if "$(USE_EXCEPTIONS)" == "0"\r
143__EXCEPTIONS_DEFINE_p_1 = -dwxNO_EXCEPTIONS\r
144!endif\r
145!if "$(USE_RTTI)" == "0"\r
146__RTTI_DEFINE_p = -DwxNO_RTTI\r
147!endif\r
148!if "$(USE_RTTI)" == "0"\r
149__RTTI_DEFINE_p_1 = -dwxNO_RTTI\r
150!endif\r
151!if "$(USE_THREADS)" == "0"\r
152__THREAD_DEFINE_p = -DwxNO_THREADS\r
153!endif\r
154!if "$(USE_THREADS)" == "0"\r
155__THREAD_DEFINE_p_1 = -dwxNO_THREADS\r
156!endif\r
157!if "$(UNICODE)" == "0"\r
158__UNICODE_DEFINE_p = -DwxUSE_UNICODE=0\r
159!endif\r
160!if "$(UNICODE)" == "1"\r
161__UNICODE_DEFINE_p = -D_UNICODE\r
162!endif\r
163!if "$(UNICODE)" == "0"\r
164__UNICODE_DEFINE_p_1 = -dwxUSE_UNICODE=0\r
165!endif\r
166!if "$(UNICODE)" == "1"\r
167__UNICODE_DEFINE_p_1 = -d_UNICODE\r
168!endif\r
169!if "$(MSLU)" == "1"\r
170__MSLU_DEFINE_p = -DwxUSE_UNICODE_MSLU=1\r
171!endif\r
172!if "$(MSLU)" == "1"\r
173__MSLU_DEFINE_p_1 = -dwxUSE_UNICODE_MSLU=1\r
174!endif\r
f82b7036
KO
175!if "$(USE_CAIRO)" == "1"\r
176____CAIRO_INCLUDEDIR_FILENAMES_p = -I$(CAIRO_ROOT)\include\cairo\r
177!endif\r
178!if "$(USE_CAIRO)" == "1"\r
179____CAIRO_INCLUDEDIR_FILENAMES_1_p = -i$(CAIRO_ROOT)\include\cairo\r
180!endif\r
181!if "$(SHARED)" == "1"\r
182__DLLFLAG_p = -DWXUSINGDLL\r
183!endif\r
184!if "$(SHARED)" == "1"\r
185__DLLFLAG_p_1 = -dWXUSINGDLL\r
186!endif\r
187!if "$(MONOLITHIC)" == "0"\r
188__WXLIB_CORE_p = \\r
189 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib\r
190!endif\r
191!if "$(MONOLITHIC)" == "0"\r
192__WXLIB_BASE_p = \\r
22a3b6e4 193 wxbase$(WXBASEPORT)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
f82b7036
KO
194!endif\r
195!if "$(MONOLITHIC)" == "1"\r
196__WXLIB_MONO_p = \\r
197 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib\r
198!endif\r
199!if "$(USE_GUI)" == "1"\r
200__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib\r
201!endif\r
202!if "$(USE_GUI)" == "1"\r
203__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib\r
204!endif\r
205!if "$(USE_GUI)" == "1"\r
206__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib\r
207!endif\r
208!if "$(MSLU)" == "1"\r
209__UNICOWS_LIB_p = unicows.lib\r
210!endif\r
f82b7036
KO
211!if "$(USE_CAIRO)" == "1"\r
212__CAIRO_LIB_p = cairo.lib\r
213!endif\r
214!if "$(USE_CAIRO)" == "1"\r
215____CAIRO_LIBDIR_FILENAMES_p = -L$(CAIRO_ROOT)\lib\r
216!endif\r
217!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"\r
218__DEBUGINFO = -v\r
219!endif\r
220!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"\r
221__DEBUGINFO = -v-\r
222!endif\r
223!if "$(DEBUG_INFO)" == "0"\r
224__DEBUGINFO = -v-\r
225!endif\r
226!if "$(DEBUG_INFO)" == "1"\r
227__DEBUGINFO = -v\r
228!endif\r
229\r
230\r
231all: $(OBJS)\r
232$(OBJS):\r
233 -if not exist $(OBJS) mkdir $(OBJS)\r
234\r
235### Targets: ###\r
236\r
237all: $(OBJS)\printing.exe\r
238\r
239clean: \r
240 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj\r
241 -if exist $(OBJS)\*.res del $(OBJS)\*.res\r
242 -if exist $(OBJS)\*.csm del $(OBJS)\*.csm\r
243 -if exist $(OBJS)\printing.exe del $(OBJS)\printing.exe\r
244 -if exist $(OBJS)\printing.tds del $(OBJS)\printing.tds\r
245 -if exist $(OBJS)\printing.ilc del $(OBJS)\printing.ilc\r
246 -if exist $(OBJS)\printing.ild del $(OBJS)\printing.ild\r
247 -if exist $(OBJS)\printing.ilf del $(OBJS)\printing.ilf\r
248 -if exist $(OBJS)\printing.ils del $(OBJS)\printing.ils\r
249\r
00eef16d 250$(OBJS)\printing.exe: $(PRINTING_OBJECTS) $(OBJS)\printing_sample.res\r
f82b7036 251 ilink32 -Tpe -q -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -aa $(____CAIRO_LIBDIR_FILENAMES_p) $(LDFLAGS) @&&|\r
22a3b6e4 252 c0w32.obj $(PRINTING_OBJECTS),$@,, $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) $(LIB_GTK) 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)\printing_sample.res
f82b7036
KO
253|\r
254\r
00eef16d 255$(OBJS)\printing_sample.res: .\..\..\samples\sample.rc\r
22a3b6e4 256 brcc32 -32 -r -fo$@ -i$(BCCDIR)\include -d__WX$(TOOLKIT)__ $(__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
00eef16d 257\r
f82b7036
KO
258$(OBJS)\printing_printing.obj: .\printing.cpp\r
259 $(CXX) -q -c -P -o$@ $(PRINTING_CXXFLAGS) .\printing.cpp\r
260\r