]> git.saurik.com Git - wxWidgets.git/blame - contrib/utils/wxrcedit/makefile.bcc
Correct orientation of splitter sash again.
[wxWidgets.git] / contrib / utils / wxrcedit / makefile.bcc
CommitLineData
40ff4100
JS
1# =========================================================================
2# This makefile was generated by
b14abf14 3# Bakefile 0.1.6 (http://bakefile.sourceforge.net)
40ff4100
JS
4# Do not modify, all changes will be overwritten!
5# =========================================================================
6
9bfe7ad9
VS
7.autodepend
8
40ff4100 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
40ff4100
JS
13BCCDIR = $(MAKEDIR)\..
14!endif
15
16!include ../../../build/msw/config.bcc
17
18# -------------------------------------------------------------------------
19# Do not modify the rest of this file!
20# -------------------------------------------------------------------------
21
40ff4100
JS
22### Variables: ###
23
c33fae85 24WX_RELEASE_NODOT = 25
40ff4100
JS
25OBJS = \
26 bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
b14abf14 27LIBDIRNAME = .\..\..\..\lib\bcc_$(LIBTYPE_SUFFIX)$(CFG)
40ff4100
JS
28SETUPHDIR = \
29 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
9bfe7ad9
VS
30WXRCEDIT_CXXFLAGS = $(__RUNTIME_LIBS_6) -I$(BCCDIR)\include $(__DEBUGINFO) \
31 $(__OPTIMIZEFLAG_2) -tWM -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
40ff4100 32 $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) -I.\..\..\..\include \
c33fae85
RN
33 -I$(SETUPHDIR) -I. $(__DLLFLAG_p) -I.\..\..\..\samples -DNOPCH \
34 -I.\..\..\include $(CPPFLAGS) $(CXXFLAGS)
40ff4100
JS
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
40ff4100
JS
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
40ff4100
JS
62!if "$(UNICODE)" == "1"
63WXUNICODEFLAG = u
64!endif
65!if "$(WXUNIV)" == "1"
66WXUNIVNAME = univ
67!endif
40ff4100 68!if "$(SHARED)" == "1"
b17c1746 69WXDLLFLAG = dll
40ff4100 70!endif
b14abf14
JS
71!if "$(SHARED)" == "0"
72LIBTYPE_SUFFIX = lib
73!endif
74!if "$(SHARED)" == "1"
75LIBTYPE_SUFFIX = dll
76!endif
dd65d8c8
RN
77!if "$(MONOLITHIC)" == "0"
78EXTRALIBS_FOR_BASE =
79!endif
80!if "$(MONOLITHIC)" == "1"
81EXTRALIBS_FOR_BASE =
82!endif
40ff4100
JS
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
b17c1746
DE
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
40ff4100
JS
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
b17c1746
DE
125!if "$(SHARED)" == "1"
126__DLLFLAG_p = -DWXUSINGDLL
127!endif
128!if "$(SHARED)" == "1"
129__DLLFLAG_p_1 = -dWXUSINGDLL
40ff4100
JS
130!endif
131!if "$(MONOLITHIC)" == "0"
c33fae85
RN
132__WXLIB_XRC_p = \
133 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_xrc.lib
134!endif
135!if "$(MONOLITHIC)" == "0"
40ff4100 136__WXLIB_ADV_p = \
c33fae85 137 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_adv.lib
40ff4100
JS
138!endif
139!if "$(MONOLITHIC)" == "0"
b17c1746 140__WXLIB_HTML_p = \
c33fae85 141 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_html.lib
40ff4100
JS
142!endif
143!if "$(MONOLITHIC)" == "0"
144__WXLIB_CORE_p = \
c33fae85 145 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
40ff4100
JS
146!endif
147!if "$(MONOLITHIC)" == "0"
c33fae85
RN
148__WXLIB_XML_p = \
149 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_xml.lib
b17c1746
DE
150!endif
151!if "$(MONOLITHIC)" == "0"
c33fae85
RN
152__WXLIB_BASE_p = \
153 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
40ff4100
JS
154!endif
155!if "$(MONOLITHIC)" == "1"
156__WXLIB_MONO_p = \
c33fae85 157 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
40ff4100 158!endif
b17c1746 159!if "$(USE_GUI)" == "1"
9c2d002b 160__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
40ff4100 161!endif
b17c1746 162!if "$(USE_GUI)" == "1"
9c2d002b 163__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
40ff4100 164!endif
b17c1746 165!if "$(USE_GUI)" == "1"
9c2d002b 166__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
b17c1746
DE
167!endif
168!if "$(MSLU)" == "1"
169__UNICOWS_LIB_p = unicows.lib
170!endif
b17c1746
DE
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
40ff4100
JS
182!endif
183
184
185all: $(OBJS)
186$(OBJS):
187 -if not exist $(OBJS) mkdir $(OBJS)
188
189### Targets: ###
190
191all: $(OBJS)\wxrcedit.exe
192
b17c1746
DE
193clean:
194 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
195 -if exist $(OBJS)\*.res del $(OBJS)\*.res
b14abf14 196 -if exist $(OBJS)\*.csm del $(OBJS)\*.csm
b17c1746
DE
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 @&&|
b14abf14 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
b17c1746
DE
207|
208
40ff4100
JS
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
40ff4100
JS
239$(OBJS)\wxrcedit_xmlhelpr.obj: .\xmlhelpr.cpp
240 $(CXX) -q -c -P -o$@ $(WXRCEDIT_CXXFLAGS) $**
241
b17c1746 242$(OBJS)\wxrcedit_wxrcedit.res: .\wxrcedit.rc
b14abf14
JS
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