]> git.saurik.com Git - wxWidgets.git/blob - contrib/samples/ogl/studio/makefile.bcc
wx-config2.6
[wxWidgets.git] / contrib / samples / ogl / studio / 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 OBJS = \
25 bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
26 SETUPHDIR = \
27 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
28 STUDIO_CXXFLAGS = $(__RUNTIME_LIBS_6) -I$(BCCDIR)\include $(__DEBUGINFO) \
29 $(__OPTIMIZEFLAG_2) -tWM -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
30 $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) -I.\..\..\..\..\include \
31 -I$(SETUPHDIR) -I. $(__DLLFLAG_p) -I.\..\..\..\..\samples \
32 -I.\..\..\..\include $(CPPFLAGS) $(CXXFLAGS)
33 STUDIO_OBJECTS = \
34 $(OBJS)\studio_studio.obj \
35 $(OBJS)\studio_doc.obj \
36 $(OBJS)\studio_shapes.obj \
37 $(OBJS)\studio_symbols.obj \
38 $(OBJS)\studio_view.obj \
39 $(OBJS)\studio_cspalette.obj \
40 $(OBJS)\studio_mainfrm.obj \
41 $(OBJS)\studio_project.obj \
42 $(OBJS)\studio_dialogs.obj \
43 $(OBJS)\studio_csprint.obj
44
45 ### Conditionally set variables: ###
46
47 !if "$(USE_GUI)" == "0"
48 PORTNAME = base
49 !endif
50 !if "$(USE_GUI)" == "1"
51 PORTNAME = msw
52 !endif
53 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
54 WXDEBUGFLAG = d
55 !endif
56 !if "$(DEBUG_FLAG)" == "1"
57 WXDEBUGFLAG = d
58 !endif
59 !if "$(UNICODE)" == "1"
60 WXUNICODEFLAG = u
61 !endif
62 !if "$(WXUNIV)" == "1"
63 WXUNIVNAME = univ
64 !endif
65 !if "$(SHARED)" == "1"
66 WXDLLFLAG = dll
67 !endif
68 !if "$(BUILD)" == "debug"
69 __OPTIMIZEFLAG_2 = -Od
70 !endif
71 !if "$(BUILD)" == "release"
72 __OPTIMIZEFLAG_2 = -O2
73 !endif
74 !if "$(RUNTIME_LIBS)" == "dynamic"
75 __RUNTIME_LIBS_6 = -tWR
76 !endif
77 !if "$(RUNTIME_LIBS)" == "static"
78 __RUNTIME_LIBS_6 =
79 !endif
80 !if "$(RUNTIME_LIBS)" == "dynamic"
81 __RUNTIME_LIBS_7 = i
82 !endif
83 !if "$(RUNTIME_LIBS)" == "static"
84 __RUNTIME_LIBS_7 =
85 !endif
86 !if "$(WXUNIV)" == "1"
87 __WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
88 !endif
89 !if "$(WXUNIV)" == "1"
90 __WXUNIV_DEFINE_p_1 = -d__WXUNIVERSAL__
91 !endif
92 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
93 __DEBUG_DEFINE_p = -D__WXDEBUG__
94 !endif
95 !if "$(DEBUG_FLAG)" == "1"
96 __DEBUG_DEFINE_p = -D__WXDEBUG__
97 !endif
98 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
99 __DEBUG_DEFINE_p_1 = -d__WXDEBUG__
100 !endif
101 !if "$(DEBUG_FLAG)" == "1"
102 __DEBUG_DEFINE_p_1 = -d__WXDEBUG__
103 !endif
104 !if "$(UNICODE)" == "1"
105 __UNICODE_DEFINE_p = -D_UNICODE
106 !endif
107 !if "$(UNICODE)" == "1"
108 __UNICODE_DEFINE_p_1 = -d_UNICODE
109 !endif
110 !if "$(SHARED)" == "1"
111 __DLLFLAG_p = -DWXUSINGDLL
112 !endif
113 !if "$(SHARED)" == "1"
114 __DLLFLAG_p_1 = -dWXUSINGDLL
115 !endif
116 !if "$(MONOLITHIC)" == "0"
117 __WXLIB_ADV_p = \
118 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_adv.lib
119 !endif
120 !if "$(MONOLITHIC)" == "0"
121 __WXLIB_HTML_p = \
122 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_html.lib
123 !endif
124 !if "$(MONOLITHIC)" == "0"
125 __WXLIB_CORE_p = \
126 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core.lib
127 !endif
128 !if "$(MONOLITHIC)" == "0"
129 __WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
130 !endif
131 !if "$(MONOLITHIC)" == "1"
132 __WXLIB_MONO_p = \
133 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
134 !endif
135 !if "$(USE_GUI)" == "1"
136 __LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
137 !endif
138 !if "$(USE_GUI)" == "1"
139 __LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
140 !endif
141 !if "$(USE_GUI)" == "1"
142 __LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
143 !endif
144 !if "$(MSLU)" == "1"
145 __UNICOWS_LIB_p = unicows.lib
146 !endif
147 !if "$(SHARED)" == "0"
148 LIBDIRNAME = .\..\..\..\..\lib\bcc_lib$(CFG)
149 !endif
150 !if "$(SHARED)" == "1"
151 LIBDIRNAME = .\..\..\..\..\lib\bcc_dll$(CFG)
152 !endif
153 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
154 __DEBUGINFO = -v
155 !endif
156 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
157 __DEBUGINFO = -v-
158 !endif
159 !if "$(DEBUG_INFO)" == "0"
160 __DEBUGINFO = -v-
161 !endif
162 !if "$(DEBUG_INFO)" == "1"
163 __DEBUGINFO = -v
164 !endif
165
166
167 all: $(OBJS)
168 $(OBJS):
169 -if not exist $(OBJS) mkdir $(OBJS)
170
171 ### Targets: ###
172
173 all: $(OBJS)\studio.exe data
174
175 clean:
176 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
177 -if exist $(OBJS)\*.res del $(OBJS)\*.res
178 -if exist $(OBJS)\studio.exe del $(OBJS)\studio.exe
179 -if exist $(OBJS)\studio.tds del $(OBJS)\studio.tds
180 -if exist $(OBJS)\studio.ilc del $(OBJS)\studio.ilc
181 -if exist $(OBJS)\studio.ild del $(OBJS)\studio.ild
182 -if exist $(OBJS)\studio.ilf del $(OBJS)\studio.ilf
183 -if exist $(OBJS)\studio.ils del $(OBJS)\studio.ils
184
185 $(OBJS)\studio.exe: $(STUDIO_OBJECTS) $(OBJS)\studio_studio.res
186 ilink32 -Tpe -q $(LDFLAGS) -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -aa @&&|
187 c0w32.obj $(STUDIO_OBJECTS),$@,, wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_ogl.lib wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_deprecated.lib $(__WXLIB_ADV_p) $(__WXLIB_HTML_p) $(__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 $(__UNICOWS_LIB_p) ole2w32.lib oleacc.lib odbc32.lib import32.lib cw32mt$(__RUNTIME_LIBS_7).lib,, $(OBJS)\studio_studio.res
188 |
189
190 data:
191 if not exist $(OBJS) mkdir $(OBJS)
192 for %f in (studio_resources.wxr) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
193
194 $(OBJS)\studio_studio.obj: .\studio.cpp
195 $(CXX) -q -c -P -o$@ $(STUDIO_CXXFLAGS) $**
196
197 $(OBJS)\studio_doc.obj: .\doc.cpp
198 $(CXX) -q -c -P -o$@ $(STUDIO_CXXFLAGS) $**
199
200 $(OBJS)\studio_shapes.obj: .\shapes.cpp
201 $(CXX) -q -c -P -o$@ $(STUDIO_CXXFLAGS) $**
202
203 $(OBJS)\studio_symbols.obj: .\symbols.cpp
204 $(CXX) -q -c -P -o$@ $(STUDIO_CXXFLAGS) $**
205
206 $(OBJS)\studio_view.obj: .\view.cpp
207 $(CXX) -q -c -P -o$@ $(STUDIO_CXXFLAGS) $**
208
209 $(OBJS)\studio_cspalette.obj: .\cspalette.cpp
210 $(CXX) -q -c -P -o$@ $(STUDIO_CXXFLAGS) $**
211
212 $(OBJS)\studio_mainfrm.obj: .\mainfrm.cpp
213 $(CXX) -q -c -P -o$@ $(STUDIO_CXXFLAGS) $**
214
215 $(OBJS)\studio_project.obj: .\project.cpp
216 $(CXX) -q -c -P -o$@ $(STUDIO_CXXFLAGS) $**
217
218 $(OBJS)\studio_dialogs.obj: .\dialogs.cpp
219 $(CXX) -q -c -P -o$@ $(STUDIO_CXXFLAGS) $**
220
221 $(OBJS)\studio_csprint.obj: .\csprint.cpp
222 $(CXX) -q -c -P -o$@ $(STUDIO_CXXFLAGS) $**
223
224 $(OBJS)\studio_studio.res: .\studio.rc
225 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 -i.\..\..\..\include $**