]> git.saurik.com Git - wxWidgets.git/blame - samples/opengl/cube/makefile.bcc
wxMac uses wxStandardPathsCF to mean wxStandardPaths in its wxBase
[wxWidgets.git] / samples / opengl / cube / makefile.bcc
CommitLineData
250700e4
RD
1# =========================================================================
2# This makefile was generated by
c4839ccf 3# Bakefile 0.1.4 (http://bakefile.sourceforge.net)
250700e4
RD
4# Do not modify, all changes will be overwritten!
5# =========================================================================
8b089c5e 6
9bfe7ad9
VS
7.autodepend
8
250700e4 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
250700e4 13BCCDIR = $(MAKEDIR)\..
8b089c5e
JS
14!endif
15
fd9f42b6 16!include ../../../build/msw/config.bcc
8b089c5e 17
250700e4
RD
18# -------------------------------------------------------------------------
19# Do not modify the rest of this file!
20# -------------------------------------------------------------------------
8b089c5e 21
250700e4
RD
22### Variables: ###
23
c33fae85 24WX_RELEASE_NODOT = 25
b17c1746
DE
25OBJS = \
26 bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
27SETUPHDIR = \
28 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
9bfe7ad9
VS
29CUBE_CXXFLAGS = $(__RUNTIME_LIBS_6) -I$(BCCDIR)\include $(__DEBUGINFO) \
30 $(__OPTIMIZEFLAG_2) -tWM -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
250700e4 31 $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) -I.\..\..\..\include \
c33fae85 32 -I$(SETUPHDIR) -I. $(__DLLFLAG_p) -I.\..\..\..\samples -DNOPCH $(CPPFLAGS) \
9bfe7ad9 33 $(CXXFLAGS)
67757ff7
VS
34CUBE_OBJECTS = \
35 $(OBJS)\cube_cube.obj
250700e4
RD
36
37### Conditionally set variables: ###
38
39!if "$(USE_GUI)" == "0"
40PORTNAME = base
41!endif
42!if "$(USE_GUI)" == "1"
43PORTNAME = msw
44!endif
67757ff7
VS
45!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
46WXDEBUGFLAG = d
47!endif
48!if "$(DEBUG_FLAG)" == "1"
250700e4
RD
49WXDEBUGFLAG = d
50!endif
250700e4
RD
51!if "$(UNICODE)" == "1"
52WXUNICODEFLAG = u
53!endif
54!if "$(WXUNIV)" == "1"
55WXUNIVNAME = univ
56!endif
250700e4 57!if "$(SHARED)" == "1"
b17c1746 58WXDLLFLAG = dll
67757ff7 59!endif
dd65d8c8
RN
60!if "$(MONOLITHIC)" == "0"
61EXTRALIBS_FOR_BASE =
62!endif
63!if "$(MONOLITHIC)" == "1"
64EXTRALIBS_FOR_BASE =
65!endif
66!if "$(USE_OPENGL)" == "1"
67__cube___depname = $(OBJS)\cube.exe
68!endif
250700e4
RD
69!if "$(BUILD)" == "debug"
70__OPTIMIZEFLAG_2 = -Od
71!endif
72!if "$(BUILD)" == "release"
73__OPTIMIZEFLAG_2 = -O2
74!endif
75!if "$(RUNTIME_LIBS)" == "dynamic"
76__RUNTIME_LIBS_6 = -tWR
77!endif
78!if "$(RUNTIME_LIBS)" == "static"
79__RUNTIME_LIBS_6 =
80!endif
81!if "$(RUNTIME_LIBS)" == "dynamic"
82__RUNTIME_LIBS_7 = i
83!endif
84!if "$(RUNTIME_LIBS)" == "static"
85__RUNTIME_LIBS_7 =
86!endif
b17c1746
DE
87!if "$(WXUNIV)" == "1"
88__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
89!endif
90!if "$(WXUNIV)" == "1"
91__WXUNIV_DEFINE_p_1 = -d__WXUNIVERSAL__
92!endif
93!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
94__DEBUG_DEFINE_p = -D__WXDEBUG__
95!endif
96!if "$(DEBUG_FLAG)" == "1"
97__DEBUG_DEFINE_p = -D__WXDEBUG__
98!endif
99!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
100__DEBUG_DEFINE_p_1 = -d__WXDEBUG__
101!endif
102!if "$(DEBUG_FLAG)" == "1"
103__DEBUG_DEFINE_p_1 = -d__WXDEBUG__
104!endif
250700e4 105!if "$(UNICODE)" == "1"
22cef566 106__UNICODE_DEFINE_p = -D_UNICODE
250700e4
RD
107!endif
108!if "$(UNICODE)" == "1"
22cef566 109__UNICODE_DEFINE_p_1 = -d_UNICODE
250700e4 110!endif
b17c1746
DE
111!if "$(SHARED)" == "1"
112__DLLFLAG_p = -DWXUSINGDLL
4e209a20 113!endif
b17c1746
DE
114!if "$(SHARED)" == "1"
115__DLLFLAG_p_1 = -dWXUSINGDLL
250700e4
RD
116!endif
117!if "$(MONOLITHIC)" == "0"
118__WXLIB_CORE_p = \
c33fae85 119 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
250700e4 120!endif
b17c1746 121!if "$(MONOLITHIC)" == "0"
c33fae85
RN
122__WXLIB_BASE_p = \
123 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
b17c1746 124!endif
250700e4
RD
125!if "$(MONOLITHIC)" == "1"
126__WXLIB_MONO_p = \
c33fae85 127 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
250700e4 128!endif
b17c1746 129!if "$(USE_GUI)" == "1"
9c2d002b 130__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
250700e4 131!endif
b17c1746 132!if "$(USE_GUI)" == "1"
9c2d002b 133__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
b17c1746
DE
134!endif
135!if "$(USE_GUI)" == "1"
9c2d002b 136__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
b17c1746
DE
137!endif
138!if "$(MSLU)" == "1"
139__UNICOWS_LIB_p = unicows.lib
140!endif
141!if "$(SHARED)" == "0"
142LIBDIRNAME = .\..\..\..\lib\bcc_lib$(CFG)
143!endif
144!if "$(SHARED)" == "1"
145LIBDIRNAME = .\..\..\..\lib\bcc_dll$(CFG)
146!endif
147!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
148__DEBUGINFO = -v
149!endif
150!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
151__DEBUGINFO = -v-
152!endif
153!if "$(DEBUG_INFO)" == "0"
154__DEBUGINFO = -v-
155!endif
156!if "$(DEBUG_INFO)" == "1"
157__DEBUGINFO = -v
250700e4
RD
158!endif
159
160
161all: $(OBJS)
162$(OBJS):
163 -if not exist $(OBJS) mkdir $(OBJS)
164
165### Targets: ###
166
dd65d8c8 167all: $(__cube___depname)
250700e4 168
250700e4
RD
169clean:
170 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
171 -if exist $(OBJS)\*.res del $(OBJS)\*.res
172 -if exist $(OBJS)\cube.exe del $(OBJS)\cube.exe
22cef566
VS
173 -if exist $(OBJS)\cube.tds del $(OBJS)\cube.tds
174 -if exist $(OBJS)\cube.ilc del $(OBJS)\cube.ilc
175 -if exist $(OBJS)\cube.ild del $(OBJS)\cube.ild
176 -if exist $(OBJS)\cube.ilf del $(OBJS)\cube.ilf
177 -if exist $(OBJS)\cube.ils del $(OBJS)\cube.ils
8b089c5e 178
dd65d8c8 179!if "$(USE_OPENGL)" == "1"
67757ff7 180$(OBJS)\cube.exe: $(CUBE_OBJECTS) $(OBJS)\cube_cube.res
9bfe7ad9 181 ilink32 -Tpe -q $(LDFLAGS) -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -aa @&&|
dd65d8c8 182 c0w32.obj $(CUBE_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 cw32mt$(__RUNTIME_LIBS_7).lib,, $(OBJS)\cube_cube.res
250700e4 183|
dd65d8c8 184!endif
b17c1746
DE
185
186$(OBJS)\cube_cube.obj: .\cube.cpp
187 $(CXX) -q -c -P -o$@ $(CUBE_CXXFLAGS) $**
188
189$(OBJS)\cube_cube.res: .\cube.rc
c33fae85 190 brcc32 -32 -r -fo$@ -i$(BCCDIR)\include -d__WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) -i.\..\..\..\include -i$(SETUPHDIR) -i. $(__DLLFLAG_p_1) -i.\..\..\..\samples -dNOPCH $**