update makefiles
[wxWidgets.git] / samples / docview / makefile.bcc
1 # =========================================================================
2 #     This makefile was generated by
3 #     Bakefile 0.2.2 (http://bakefile.sourceforge.net)
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 DOCVIEW_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) \
34         $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) $(__MSLU_DEFINE_p) \
35         $(__GFXCTX_DEFINE_p) -I$(SETUPHDIR) -I.\..\..\include -I. $(__DLLFLAG_p) \
36         -I.\..\..\samples -DNOPCH $(CPPFLAGS) $(CXXFLAGS)
37 DOCVIEW_OBJECTS =  \
38         $(OBJS)\docview_docview.obj \
39         $(OBJS)\docview_doc.obj \
40         $(OBJS)\docview_view.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" && "$(DEBUG_FLAG)" == "default"
51 WXDEBUGFLAG = d
52 !endif
53 !if "$(DEBUG_FLAG)" == "1"
54 WXDEBUGFLAG = d
55 !endif
56 !if "$(UNICODE)" == "1"
57 WXUNICODEFLAG = u
58 !endif
59 !if "$(WXUNIV)" == "1"
60 WXUNIVNAME = univ
61 !endif
62 !if "$(SHARED)" == "1"
63 WXDLLFLAG = dll
64 !endif
65 !if "$(SHARED)" == "0"
66 LIBTYPE_SUFFIX = lib
67 !endif
68 !if "$(SHARED)" == "1"
69 LIBTYPE_SUFFIX = dll
70 !endif
71 !if "$(MONOLITHIC)" == "0"
72 EXTRALIBS_FOR_BASE = 
73 !endif
74 !if "$(MONOLITHIC)" == "1"
75 EXTRALIBS_FOR_BASE =  
76 !endif
77 !if "$(BUILD)" == "debug"
78 __OPTIMIZEFLAG_2 = -Od
79 !endif
80 !if "$(BUILD)" == "release"
81 __OPTIMIZEFLAG_2 = -O2
82 !endif
83 !if "$(USE_THREADS)" == "0"
84 __THREADSFLAG_5 = 
85 !endif
86 !if "$(USE_THREADS)" == "1"
87 __THREADSFLAG_5 = mt
88 !endif
89 !if "$(USE_THREADS)" == "0"
90 __THREADSFLAG_6 = 
91 !endif
92 !if "$(USE_THREADS)" == "1"
93 __THREADSFLAG_6 = -tWM
94 !endif
95 !if "$(RUNTIME_LIBS)" == "dynamic"
96 __RUNTIME_LIBS_7 = -tWR
97 !endif
98 !if "$(RUNTIME_LIBS)" == "static"
99 __RUNTIME_LIBS_7 = 
100 !endif
101 !if "$(RUNTIME_LIBS)" == "dynamic"
102 __RUNTIME_LIBS_8 = i
103 !endif
104 !if "$(RUNTIME_LIBS)" == "static"
105 __RUNTIME_LIBS_8 = 
106 !endif
107 !if "$(WXUNIV)" == "1"
108 __WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
109 !endif
110 !if "$(WXUNIV)" == "1"
111 __WXUNIV_DEFINE_p_1 = -d__WXUNIVERSAL__
112 !endif
113 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
114 __DEBUG_DEFINE_p = -D__WXDEBUG__
115 !endif
116 !if "$(DEBUG_FLAG)" == "1"
117 __DEBUG_DEFINE_p = -D__WXDEBUG__
118 !endif
119 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
120 __DEBUG_DEFINE_p_1 = -d__WXDEBUG__
121 !endif
122 !if "$(DEBUG_FLAG)" == "1"
123 __DEBUG_DEFINE_p_1 = -d__WXDEBUG__
124 !endif
125 !if "$(USE_EXCEPTIONS)" == "0"
126 __EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
127 !endif
128 !if "$(USE_EXCEPTIONS)" == "0"
129 __EXCEPTIONS_DEFINE_p_1 = -dwxNO_EXCEPTIONS
130 !endif
131 !if "$(USE_RTTI)" == "0"
132 __RTTI_DEFINE_p = -DwxNO_RTTI
133 !endif
134 !if "$(USE_RTTI)" == "0"
135 __RTTI_DEFINE_p_1 = -dwxNO_RTTI
136 !endif
137 !if "$(USE_THREADS)" == "0"
138 __THREAD_DEFINE_p = -DwxNO_THREADS
139 !endif
140 !if "$(USE_THREADS)" == "0"
141 __THREAD_DEFINE_p_1 = -dwxNO_THREADS
142 !endif
143 !if "$(UNICODE)" == "1"
144 __UNICODE_DEFINE_p = -D_UNICODE
145 !endif
146 !if "$(UNICODE)" == "1"
147 __UNICODE_DEFINE_p_1 = -d_UNICODE
148 !endif
149 !if "$(MSLU)" == "1"
150 __MSLU_DEFINE_p = -DwxUSE_UNICODE_MSLU=1
151 !endif
152 !if "$(MSLU)" == "1"
153 __MSLU_DEFINE_p_1 = -dwxUSE_UNICODE_MSLU=1
154 !endif
155 !if "$(USE_GDIPLUS)" == "1"
156 __GFXCTX_DEFINE_p = -DwxUSE_GRAPHICS_CONTEXT=1
157 !endif
158 !if "$(USE_GDIPLUS)" == "1"
159 __GFXCTX_DEFINE_p_1 = -dwxUSE_GRAPHICS_CONTEXT=1
160 !endif
161 !if "$(SHARED)" == "1"
162 __DLLFLAG_p = -DWXUSINGDLL
163 !endif
164 !if "$(SHARED)" == "1"
165 __DLLFLAG_p_1 = -dWXUSINGDLL
166 !endif
167 !if "$(MONOLITHIC)" == "0"
168 __WXLIB_CORE_p = \
169         wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
170 !endif
171 !if "$(MONOLITHIC)" == "0"
172 __WXLIB_BASE_p = \
173         wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
174 !endif
175 !if "$(MONOLITHIC)" == "1"
176 __WXLIB_MONO_p = \
177         wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
178 !endif
179 !if "$(USE_GUI)" == "1"
180 __LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
181 !endif
182 !if "$(USE_GUI)" == "1"
183 __LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
184 !endif
185 !if "$(USE_GUI)" == "1"
186 __LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
187 !endif
188 !if "$(MSLU)" == "1"
189 __UNICOWS_LIB_p = unicows.lib
190 !endif
191 !if "$(USE_GDIPLUS)" == "1"
192 __GDIPLUS_LIB_p = gdiplus.lib
193 !endif
194 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
195 __DEBUGINFO = -v
196 !endif
197 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
198 __DEBUGINFO = -v-
199 !endif
200 !if "$(DEBUG_INFO)" == "0"
201 __DEBUGINFO = -v-
202 !endif
203 !if "$(DEBUG_INFO)" == "1"
204 __DEBUGINFO = -v
205 !endif
206
207
208 all: $(OBJS)
209 $(OBJS):
210         -if not exist $(OBJS) mkdir $(OBJS)
211
212 ### Targets: ###
213
214 all: $(OBJS)\docview.exe
215
216 clean: 
217         -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
218         -if exist $(OBJS)\*.res del $(OBJS)\*.res
219         -if exist $(OBJS)\*.csm del $(OBJS)\*.csm
220         -if exist $(OBJS)\docview.exe del $(OBJS)\docview.exe
221         -if exist $(OBJS)\docview.tds del $(OBJS)\docview.tds
222         -if exist $(OBJS)\docview.ilc del $(OBJS)\docview.ilc
223         -if exist $(OBJS)\docview.ild del $(OBJS)\docview.ild
224         -if exist $(OBJS)\docview.ilf del $(OBJS)\docview.ilf
225         -if exist $(OBJS)\docview.ils del $(OBJS)\docview.ils
226
227 $(OBJS)\docview.exe: $(DOCVIEW_OBJECTS)  $(OBJS)\docview_docview.res
228         ilink32 -Tpe -q $(LDFLAGS) -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO)  -L$(LIBDIRNAME) -aa @&&|
229         c0w32.obj $(DOCVIEW_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)\docview_docview.res
230 |
231
232 $(OBJS)\docview_docview.obj: .\docview.cpp
233         $(CXX) -q -c -P -o$@ $(DOCVIEW_CXXFLAGS) $**
234
235 $(OBJS)\docview_doc.obj: .\doc.cpp
236         $(CXX) -q -c -P -o$@ $(DOCVIEW_CXXFLAGS) $**
237
238 $(OBJS)\docview_view.obj: .\view.cpp
239         $(CXX) -q -c -P -o$@ $(DOCVIEW_CXXFLAGS) $**
240
241 $(OBJS)\docview_docview.res: .\docview.rc
242         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 $**
243