]> git.saurik.com Git - wxWidgets.git/blob - samples/opengl/penguin/makefile.bcc
Use event modifiers and accessors rather than m_ variables directly, which are now...
[wxWidgets.git] / samples / opengl / penguin / makefile.bcc
1 # =========================================================================
2 # This makefile was generated by
3 # Bakefile 0.1.4 (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 = 25
25 OBJS = \
26 bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
27 SETUPHDIR = \
28 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
29 PENGUIN_CFLAGS = $(__RUNTIME_LIBS_6) -I$(BCCDIR)\include $(__DEBUGINFO) \
30 $(__OPTIMIZEFLAG_2) -tWM -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
31 $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) -I.\..\..\..\include \
32 -I$(SETUPHDIR) -I. $(__DLLFLAG_p) -I.\..\..\..\samples -DNOPCH $(CPPFLAGS) \
33 $(CFLAGS)
34 PENGUIN_CXXFLAGS = $(__RUNTIME_LIBS_6) -I$(BCCDIR)\include $(__DEBUGINFO) \
35 $(__OPTIMIZEFLAG_2) -tWM -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
36 $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) -I.\..\..\..\include \
37 -I$(SETUPHDIR) -I. $(__DLLFLAG_p) -I.\..\..\..\samples -DNOPCH $(CPPFLAGS) \
38 $(CXXFLAGS)
39 PENGUIN_OBJECTS = \
40 $(OBJS)\penguin_penguin.obj \
41 $(OBJS)\penguin_lw.obj \
42 $(OBJS)\penguin_trackball.obj
43
44 ### Conditionally set variables: ###
45
46 !if "$(USE_GUI)" == "0"
47 PORTNAME = base
48 !endif
49 !if "$(USE_GUI)" == "1"
50 PORTNAME = msw
51 !endif
52 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
53 WXDEBUGFLAG = d
54 !endif
55 !if "$(DEBUG_FLAG)" == "1"
56 WXDEBUGFLAG = d
57 !endif
58 !if "$(UNICODE)" == "1"
59 WXUNICODEFLAG = u
60 !endif
61 !if "$(WXUNIV)" == "1"
62 WXUNIVNAME = univ
63 !endif
64 !if "$(SHARED)" == "1"
65 WXDLLFLAG = dll
66 !endif
67 !if "$(MONOLITHIC)" == "0"
68 EXTRALIBS_FOR_BASE =
69 !endif
70 !if "$(MONOLITHIC)" == "1"
71 EXTRALIBS_FOR_BASE =
72 !endif
73 !if "$(USE_OPENGL)" == "1"
74 __penguin___depname = $(OBJS)\penguin.exe
75 !endif
76 !if "$(BUILD)" == "debug"
77 __OPTIMIZEFLAG_2 = -Od
78 !endif
79 !if "$(BUILD)" == "release"
80 __OPTIMIZEFLAG_2 = -O2
81 !endif
82 !if "$(RUNTIME_LIBS)" == "dynamic"
83 __RUNTIME_LIBS_6 = -tWR
84 !endif
85 !if "$(RUNTIME_LIBS)" == "static"
86 __RUNTIME_LIBS_6 =
87 !endif
88 !if "$(RUNTIME_LIBS)" == "dynamic"
89 __RUNTIME_LIBS_7 = i
90 !endif
91 !if "$(RUNTIME_LIBS)" == "static"
92 __RUNTIME_LIBS_7 =
93 !endif
94 !if "$(WXUNIV)" == "1"
95 __WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
96 !endif
97 !if "$(WXUNIV)" == "1"
98 __WXUNIV_DEFINE_p_1 = -d__WXUNIVERSAL__
99 !endif
100 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
101 __DEBUG_DEFINE_p = -D__WXDEBUG__
102 !endif
103 !if "$(DEBUG_FLAG)" == "1"
104 __DEBUG_DEFINE_p = -D__WXDEBUG__
105 !endif
106 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
107 __DEBUG_DEFINE_p_1 = -d__WXDEBUG__
108 !endif
109 !if "$(DEBUG_FLAG)" == "1"
110 __DEBUG_DEFINE_p_1 = -d__WXDEBUG__
111 !endif
112 !if "$(UNICODE)" == "1"
113 __UNICODE_DEFINE_p = -D_UNICODE
114 !endif
115 !if "$(UNICODE)" == "1"
116 __UNICODE_DEFINE_p_1 = -d_UNICODE
117 !endif
118 !if "$(SHARED)" == "1"
119 __DLLFLAG_p = -DWXUSINGDLL
120 !endif
121 !if "$(SHARED)" == "1"
122 __DLLFLAG_p_1 = -dWXUSINGDLL
123 !endif
124 !if "$(MONOLITHIC)" == "0"
125 __WXLIB_CORE_p = \
126 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
127 !endif
128 !if "$(MONOLITHIC)" == "0"
129 __WXLIB_BASE_p = \
130 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
131 !endif
132 !if "$(MONOLITHIC)" == "1"
133 __WXLIB_MONO_p = \
134 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
135 !endif
136 !if "$(USE_GUI)" == "1"
137 __LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
138 !endif
139 !if "$(USE_GUI)" == "1"
140 __LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
141 !endif
142 !if "$(USE_GUI)" == "1"
143 __LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
144 !endif
145 !if "$(MSLU)" == "1"
146 __UNICOWS_LIB_p = unicows.lib
147 !endif
148 !if "$(SHARED)" == "0"
149 LIBDIRNAME = .\..\..\..\lib\bcc_lib$(CFG)
150 !endif
151 !if "$(SHARED)" == "1"
152 LIBDIRNAME = .\..\..\..\lib\bcc_dll$(CFG)
153 !endif
154 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
155 __DEBUGINFO = -v
156 !endif
157 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
158 __DEBUGINFO = -v-
159 !endif
160 !if "$(DEBUG_INFO)" == "0"
161 __DEBUGINFO = -v-
162 !endif
163 !if "$(DEBUG_INFO)" == "1"
164 __DEBUGINFO = -v
165 !endif
166
167
168 all: $(OBJS)
169 $(OBJS):
170 -if not exist $(OBJS) mkdir $(OBJS)
171
172 ### Targets: ###
173
174 all: $(__penguin___depname) data
175
176 clean:
177 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
178 -if exist $(OBJS)\*.res del $(OBJS)\*.res
179 -if exist $(OBJS)\penguin.exe del $(OBJS)\penguin.exe
180 -if exist $(OBJS)\penguin.tds del $(OBJS)\penguin.tds
181 -if exist $(OBJS)\penguin.ilc del $(OBJS)\penguin.ilc
182 -if exist $(OBJS)\penguin.ild del $(OBJS)\penguin.ild
183 -if exist $(OBJS)\penguin.ilf del $(OBJS)\penguin.ilf
184 -if exist $(OBJS)\penguin.ils del $(OBJS)\penguin.ils
185
186 !if "$(USE_OPENGL)" == "1"
187 $(OBJS)\penguin.exe: $(PENGUIN_OBJECTS) $(OBJS)\penguin_penguin.res
188 ilink32 -Tpe -q $(LDFLAGS) -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -aa @&&|
189 c0w32.obj $(PENGUIN_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)\penguin_penguin.res
190 |
191 !endif
192
193 data:
194 if not exist $(OBJS) mkdir $(OBJS)
195 for %f in (penguin.lwo) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
196
197 $(OBJS)\penguin_penguin.obj: .\penguin.cpp
198 $(CXX) -q -c -P -o$@ $(PENGUIN_CXXFLAGS) $**
199
200 $(OBJS)\penguin_lw.obj: .\lw.cpp
201 $(CXX) -q -c -P -o$@ $(PENGUIN_CXXFLAGS) $**
202
203 $(OBJS)\penguin_trackball.obj: .\trackball.c
204 $(CC) -q -c -P- -o$@ $(PENGUIN_CFLAGS) $**
205
206 $(OBJS)\penguin_penguin.res: .\penguin.rc
207 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 $**