]> git.saurik.com Git - wxWidgets.git/blame_incremental - contrib/utils/wxrcedit/makefile.bcc
Add wxTempFileOutputStream
[wxWidgets.git] / contrib / utils / wxrcedit / makefile.bcc
... / ...
CommitLineData
1# =========================================================================
2# This makefile was generated by
3# Bakefile 0.1.6 (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
13BCCDIR = $(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
24WX_RELEASE_NODOT = 25
25OBJS = \
26 bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
27LIBDIRNAME = .\..\..\..\lib\bcc_$(LIBTYPE_SUFFIX)$(CFG)
28SETUPHDIR = \
29 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
30WXRCEDIT_CXXFLAGS = $(__RUNTIME_LIBS_6) -I$(BCCDIR)\include $(__DEBUGINFO) \
31 $(__OPTIMIZEFLAG_2) -tWM -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
32 $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) -I.\..\..\..\include \
33 -I$(SETUPHDIR) -I. $(__DLLFLAG_p) -I.\..\..\..\samples -DNOPCH \
34 -I.\..\..\include $(CPPFLAGS) $(CXXFLAGS)
35WXRCEDIT_OBJECTS = \
36 $(OBJS)\wxrcedit_edapp.obj \
37 $(OBJS)\wxrcedit_editor.obj \
38 $(OBJS)\wxrcedit_nodehnd.obj \
39 $(OBJS)\wxrcedit_nodesdb.obj \
40 $(OBJS)\wxrcedit_pe_adv.obj \
41 $(OBJS)\wxrcedit_pe_basic.obj \
42 $(OBJS)\wxrcedit_preview.obj \
43 $(OBJS)\wxrcedit_propedit.obj \
44 $(OBJS)\wxrcedit_propframe.obj \
45 $(OBJS)\wxrcedit_splittree.obj \
46 $(OBJS)\wxrcedit_xmlhelpr.obj
47
48### Conditionally set variables: ###
49
50!if "$(USE_GUI)" == "0"
51PORTNAME = base
52!endif
53!if "$(USE_GUI)" == "1"
54PORTNAME = msw
55!endif
56!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
57WXDEBUGFLAG = d
58!endif
59!if "$(DEBUG_FLAG)" == "1"
60WXDEBUGFLAG = d
61!endif
62!if "$(UNICODE)" == "1"
63WXUNICODEFLAG = u
64!endif
65!if "$(WXUNIV)" == "1"
66WXUNIVNAME = univ
67!endif
68!if "$(SHARED)" == "1"
69WXDLLFLAG = dll
70!endif
71!if "$(SHARED)" == "0"
72LIBTYPE_SUFFIX = lib
73!endif
74!if "$(SHARED)" == "1"
75LIBTYPE_SUFFIX = dll
76!endif
77!if "$(MONOLITHIC)" == "0"
78EXTRALIBS_FOR_BASE =
79!endif
80!if "$(MONOLITHIC)" == "1"
81EXTRALIBS_FOR_BASE =
82!endif
83!if "$(BUILD)" == "debug"
84__OPTIMIZEFLAG_2 = -Od
85!endif
86!if "$(BUILD)" == "release"
87__OPTIMIZEFLAG_2 = -O2
88!endif
89!if "$(RUNTIME_LIBS)" == "dynamic"
90__RUNTIME_LIBS_6 = -tWR
91!endif
92!if "$(RUNTIME_LIBS)" == "static"
93__RUNTIME_LIBS_6 =
94!endif
95!if "$(RUNTIME_LIBS)" == "dynamic"
96__RUNTIME_LIBS_7 = i
97!endif
98!if "$(RUNTIME_LIBS)" == "static"
99__RUNTIME_LIBS_7 =
100!endif
101!if "$(WXUNIV)" == "1"
102__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
103!endif
104!if "$(WXUNIV)" == "1"
105__WXUNIV_DEFINE_p_1 = -d__WXUNIVERSAL__
106!endif
107!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
108__DEBUG_DEFINE_p = -D__WXDEBUG__
109!endif
110!if "$(DEBUG_FLAG)" == "1"
111__DEBUG_DEFINE_p = -D__WXDEBUG__
112!endif
113!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
114__DEBUG_DEFINE_p_1 = -d__WXDEBUG__
115!endif
116!if "$(DEBUG_FLAG)" == "1"
117__DEBUG_DEFINE_p_1 = -d__WXDEBUG__
118!endif
119!if "$(UNICODE)" == "1"
120__UNICODE_DEFINE_p = -D_UNICODE
121!endif
122!if "$(UNICODE)" == "1"
123__UNICODE_DEFINE_p_1 = -d_UNICODE
124!endif
125!if "$(SHARED)" == "1"
126__DLLFLAG_p = -DWXUSINGDLL
127!endif
128!if "$(SHARED)" == "1"
129__DLLFLAG_p_1 = -dWXUSINGDLL
130!endif
131!if "$(MONOLITHIC)" == "0"
132__WXLIB_XRC_p = \
133 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_xrc.lib
134!endif
135!if "$(MONOLITHIC)" == "0"
136__WXLIB_ADV_p = \
137 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_adv.lib
138!endif
139!if "$(MONOLITHIC)" == "0"
140__WXLIB_HTML_p = \
141 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_html.lib
142!endif
143!if "$(MONOLITHIC)" == "0"
144__WXLIB_CORE_p = \
145 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
146!endif
147!if "$(MONOLITHIC)" == "0"
148__WXLIB_XML_p = \
149 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_xml.lib
150!endif
151!if "$(MONOLITHIC)" == "0"
152__WXLIB_BASE_p = \
153 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
154!endif
155!if "$(MONOLITHIC)" == "1"
156__WXLIB_MONO_p = \
157 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
158!endif
159!if "$(USE_GUI)" == "1"
160__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
161!endif
162!if "$(USE_GUI)" == "1"
163__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
164!endif
165!if "$(USE_GUI)" == "1"
166__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
167!endif
168!if "$(MSLU)" == "1"
169__UNICOWS_LIB_p = unicows.lib
170!endif
171!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
172__DEBUGINFO = -v
173!endif
174!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
175__DEBUGINFO = -v-
176!endif
177!if "$(DEBUG_INFO)" == "0"
178__DEBUGINFO = -v-
179!endif
180!if "$(DEBUG_INFO)" == "1"
181__DEBUGINFO = -v
182!endif
183
184
185all: $(OBJS)
186$(OBJS):
187 -if not exist $(OBJS) mkdir $(OBJS)
188
189### Targets: ###
190
191all: $(OBJS)\wxrcedit.exe
192
193clean:
194 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
195 -if exist $(OBJS)\*.res del $(OBJS)\*.res
196 -if exist $(OBJS)\*.csm del $(OBJS)\*.csm
197 -if exist $(OBJS)\wxrcedit.exe del $(OBJS)\wxrcedit.exe
198 -if exist $(OBJS)\wxrcedit.tds del $(OBJS)\wxrcedit.tds
199 -if exist $(OBJS)\wxrcedit.ilc del $(OBJS)\wxrcedit.ilc
200 -if exist $(OBJS)\wxrcedit.ild del $(OBJS)\wxrcedit.ild
201 -if exist $(OBJS)\wxrcedit.ilf del $(OBJS)\wxrcedit.ilf
202 -if exist $(OBJS)\wxrcedit.ils del $(OBJS)\wxrcedit.ils
203
204$(OBJS)\wxrcedit.exe: $(WXRCEDIT_OBJECTS) $(OBJS)\wxrcedit_wxrcedit.res
205 ilink32 -Tpe -q $(LDFLAGS) -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -aa @&&|
206 c0w32.obj $(WXRCEDIT_OBJECTS),$@,, $(__WXLIB_XRC_p) $(__WXLIB_ADV_p) $(__WXLIB_HTML_p) $(__WXLIB_CORE_p) $(__WXLIB_XML_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)\wxrcedit_wxrcedit.res
207|
208
209$(OBJS)\wxrcedit_edapp.obj: .\edapp.cpp
210 $(CXX) -q -c -P -o$@ $(WXRCEDIT_CXXFLAGS) $**
211
212$(OBJS)\wxrcedit_editor.obj: .\editor.cpp
213 $(CXX) -q -c -P -o$@ $(WXRCEDIT_CXXFLAGS) $**
214
215$(OBJS)\wxrcedit_nodehnd.obj: .\nodehnd.cpp
216 $(CXX) -q -c -P -o$@ $(WXRCEDIT_CXXFLAGS) $**
217
218$(OBJS)\wxrcedit_nodesdb.obj: .\nodesdb.cpp
219 $(CXX) -q -c -P -o$@ $(WXRCEDIT_CXXFLAGS) $**
220
221$(OBJS)\wxrcedit_pe_adv.obj: .\pe_adv.cpp
222 $(CXX) -q -c -P -o$@ $(WXRCEDIT_CXXFLAGS) $**
223
224$(OBJS)\wxrcedit_pe_basic.obj: .\pe_basic.cpp
225 $(CXX) -q -c -P -o$@ $(WXRCEDIT_CXXFLAGS) $**
226
227$(OBJS)\wxrcedit_preview.obj: .\preview.cpp
228 $(CXX) -q -c -P -o$@ $(WXRCEDIT_CXXFLAGS) $**
229
230$(OBJS)\wxrcedit_propedit.obj: .\propedit.cpp
231 $(CXX) -q -c -P -o$@ $(WXRCEDIT_CXXFLAGS) $**
232
233$(OBJS)\wxrcedit_propframe.obj: .\propframe.cpp
234 $(CXX) -q -c -P -o$@ $(WXRCEDIT_CXXFLAGS) $**
235
236$(OBJS)\wxrcedit_splittree.obj: .\splittree.cpp
237 $(CXX) -q -c -P -o$@ $(WXRCEDIT_CXXFLAGS) $**
238
239$(OBJS)\wxrcedit_xmlhelpr.obj: .\xmlhelpr.cpp
240 $(CXX) -q -c -P -o$@ $(WXRCEDIT_CXXFLAGS) $**
241
242$(OBJS)\wxrcedit_wxrcedit.res: .\wxrcedit.rc
243 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 -i.\..\..\include $**
244