]> git.saurik.com Git - wxWidgets.git/blame - samples/opengl/isosurf/makefile.bcc
Typo fix in comment
[wxWidgets.git] / samples / opengl / isosurf / makefile.bcc
CommitLineData
e93c6860
VS
1# =========================================================================
2# This makefile was generated by
0d90d6ea 3# Bakefile 0.1.9 (http://bakefile.sourceforge.net)
e93c6860
VS
4# Do not modify, all changes will be overwritten!
5# =========================================================================
8b089c5e 6
9bfe7ad9
VS
7.autodepend
8
e93c6860 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
e93c6860 13BCCDIR = $(MAKEDIR)\..
8b089c5e
JS
14!endif
15
fd9f42b6 16!include ../../../build/msw/config.bcc
8b089c5e 17
e93c6860
VS
18# -------------------------------------------------------------------------
19# Do not modify the rest of this file!
20# -------------------------------------------------------------------------
8b089c5e 21
e93c6860
VS
22### Variables: ###
23
4cbcfb73 24WX_RELEASE_NODOT = 27
b17c1746
DE
25OBJS = \
26 bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
b14abf14 27LIBDIRNAME = .\..\..\..\lib\bcc_$(LIBTYPE_SUFFIX)$(CFG)
b17c1746
DE
28SETUPHDIR = \
29 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
8c9f8f91
JS
30ISOSURF_CXXFLAGS = $(__RUNTIME_LIBS_7) -I$(BCCDIR)\include $(__DEBUGINFO) \
31 $(__OPTIMIZEFLAG_2) $(__THREADSFLAG_6) -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
32 $(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
2113bc77
MW
33 $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) $(__MSLU_DEFINE_p) \
34 -I.\..\..\..\include -I$(SETUPHDIR) -I. $(__DLLFLAG_p) -I.\..\..\..\samples \
35 -DNOPCH $(CPPFLAGS) $(CXXFLAGS)
e93c6860
VS
36ISOSURF_OBJECTS = \
37 $(OBJS)\isosurf_isosurf.obj
e93c6860
VS
38
39### Conditionally set variables: ###
40
41!if "$(USE_GUI)" == "0"
42PORTNAME = base
43!endif
44!if "$(USE_GUI)" == "1"
45PORTNAME = msw
46!endif
47!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
48WXDEBUGFLAG = d
49!endif
50!if "$(DEBUG_FLAG)" == "1"
51WXDEBUGFLAG = d
52!endif
e93c6860
VS
53!if "$(UNICODE)" == "1"
54WXUNICODEFLAG = u
55!endif
56!if "$(WXUNIV)" == "1"
57WXUNIVNAME = univ
58!endif
e93c6860 59!if "$(SHARED)" == "1"
b17c1746 60WXDLLFLAG = dll
e93c6860 61!endif
b14abf14
JS
62!if "$(SHARED)" == "0"
63LIBTYPE_SUFFIX = lib
64!endif
65!if "$(SHARED)" == "1"
66LIBTYPE_SUFFIX = dll
67!endif
dd65d8c8
RN
68!if "$(MONOLITHIC)" == "0"
69EXTRALIBS_FOR_BASE =
70!endif
71!if "$(MONOLITHIC)" == "1"
72EXTRALIBS_FOR_BASE =
73!endif
74!if "$(USE_OPENGL)" == "1"
75__isosurf___depname = $(OBJS)\isosurf.exe
76!endif
e93c6860
VS
77!if "$(BUILD)" == "debug"
78__OPTIMIZEFLAG_2 = -Od
79!endif
80!if "$(BUILD)" == "release"
81__OPTIMIZEFLAG_2 = -O2
82!endif
8c9f8f91
JS
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
e93c6860 95!if "$(RUNTIME_LIBS)" == "dynamic"
8c9f8f91 96__RUNTIME_LIBS_7 = -tWR
e93c6860
VS
97!endif
98!if "$(RUNTIME_LIBS)" == "static"
8c9f8f91 99__RUNTIME_LIBS_7 =
e93c6860
VS
100!endif
101!if "$(RUNTIME_LIBS)" == "dynamic"
8c9f8f91 102__RUNTIME_LIBS_8 = i
e93c6860
VS
103!endif
104!if "$(RUNTIME_LIBS)" == "static"
8c9f8f91 105__RUNTIME_LIBS_8 =
e93c6860 106!endif
b17c1746
DE
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
8c9f8f91
JS
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
e93c6860 143!if "$(UNICODE)" == "1"
e09c7b2d 144__UNICODE_DEFINE_p = -D_UNICODE
e93c6860
VS
145!endif
146!if "$(UNICODE)" == "1"
e09c7b2d 147__UNICODE_DEFINE_p_1 = -d_UNICODE
e93c6860 148!endif
2113bc77
MW
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
b17c1746
DE
155!if "$(SHARED)" == "1"
156__DLLFLAG_p = -DWXUSINGDLL
4e209a20 157!endif
b17c1746
DE
158!if "$(SHARED)" == "1"
159__DLLFLAG_p_1 = -dWXUSINGDLL
e93c6860
VS
160!endif
161!if "$(MONOLITHIC)" == "0"
162__WXLIB_CORE_p = \
c33fae85 163 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
e93c6860 164!endif
b17c1746 165!if "$(MONOLITHIC)" == "0"
c33fae85
RN
166__WXLIB_BASE_p = \
167 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
b17c1746 168!endif
e93c6860
VS
169!if "$(MONOLITHIC)" == "1"
170__WXLIB_MONO_p = \
c33fae85 171 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
e93c6860 172!endif
b17c1746 173!if "$(USE_GUI)" == "1"
9c2d002b 174__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
e93c6860 175!endif
b17c1746 176!if "$(USE_GUI)" == "1"
9c2d002b 177__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
b17c1746
DE
178!endif
179!if "$(USE_GUI)" == "1"
9c2d002b 180__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
b17c1746
DE
181!endif
182!if "$(MSLU)" == "1"
183__UNICOWS_LIB_p = unicows.lib
184!endif
b17c1746
DE
185!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
186__DEBUGINFO = -v
187!endif
188!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
189__DEBUGINFO = -v-
190!endif
191!if "$(DEBUG_INFO)" == "0"
192__DEBUGINFO = -v-
193!endif
194!if "$(DEBUG_INFO)" == "1"
195__DEBUGINFO = -v
e93c6860
VS
196!endif
197
198
199all: $(OBJS)
200$(OBJS):
201 -if not exist $(OBJS) mkdir $(OBJS)
202
203### Targets: ###
204
dd65d8c8 205all: $(__isosurf___depname) data
e93c6860 206
e93c6860
VS
207clean:
208 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
209 -if exist $(OBJS)\*.res del $(OBJS)\*.res
b14abf14 210 -if exist $(OBJS)\*.csm del $(OBJS)\*.csm
e93c6860 211 -if exist $(OBJS)\isosurf.exe del $(OBJS)\isosurf.exe
e09c7b2d
VS
212 -if exist $(OBJS)\isosurf.tds del $(OBJS)\isosurf.tds
213 -if exist $(OBJS)\isosurf.ilc del $(OBJS)\isosurf.ilc
214 -if exist $(OBJS)\isosurf.ild del $(OBJS)\isosurf.ild
215 -if exist $(OBJS)\isosurf.ilf del $(OBJS)\isosurf.ilf
216 -if exist $(OBJS)\isosurf.ils del $(OBJS)\isosurf.ils
8b089c5e 217
dd65d8c8 218!if "$(USE_OPENGL)" == "1"
e09c7b2d 219$(OBJS)\isosurf.exe: $(ISOSURF_OBJECTS) $(OBJS)\isosurf_sample.res
9bfe7ad9 220 ilink32 -Tpe -q $(LDFLAGS) -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -aa @&&|
8c9f8f91 221 c0w32.obj $(ISOSURF_OBJECTS),$@,, wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_gl.lib $(__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) ole2w32.lib oleacc.lib odbc32.lib import32.lib cw32$(__THREADSFLAG_5)$(__RUNTIME_LIBS_8).lib,, $(OBJS)\isosurf_sample.res
e93c6860 222|
dd65d8c8 223!endif
b17c1746
DE
224
225data:
226 if not exist $(OBJS) mkdir $(OBJS)
227 for %f in (isosurf.dat.gz) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
228
229$(OBJS)\isosurf_sample.res: .\..\..\..\samples\sample.rc
2113bc77 230 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) -i.\..\..\..\include -i$(SETUPHDIR) -i. $(__DLLFLAG_p_1) -i.\..\..\..\samples $**
b17c1746
DE
231
232$(OBJS)\isosurf_isosurf.obj: .\isosurf.cpp
233 $(CXX) -q -c -P -o$@ $(ISOSURF_CXXFLAGS) $**
b14abf14 234