]> git.saurik.com Git - wxWidgets.git/blame - contrib/utils/wxrcedit/makefile.bcc
Use sizers for layout
[wxWidgets.git] / contrib / utils / wxrcedit / makefile.bcc
CommitLineData
40ff4100
JS
1# =========================================================================
2# This makefile was generated by
c4839ccf 3# Bakefile 0.1.4 (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)
27SETUPHDIR = \
28 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
9bfe7ad9
VS
29WXRCEDIT_CXXFLAGS = $(__RUNTIME_LIBS_6) -I$(BCCDIR)\include $(__DEBUGINFO) \
30 $(__OPTIMIZEFLAG_2) -tWM -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
40ff4100 31 $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) -I.\..\..\..\include \
c33fae85
RN
32 -I$(SETUPHDIR) -I. $(__DLLFLAG_p) -I.\..\..\..\samples -DNOPCH \
33 -I.\..\..\include $(CPPFLAGS) $(CXXFLAGS)
40ff4100
JS
34WXRCEDIT_OBJECTS = \
35 $(OBJS)\wxrcedit_edapp.obj \
36 $(OBJS)\wxrcedit_editor.obj \
37 $(OBJS)\wxrcedit_nodehnd.obj \
38 $(OBJS)\wxrcedit_nodesdb.obj \
39 $(OBJS)\wxrcedit_pe_adv.obj \
40 $(OBJS)\wxrcedit_pe_basic.obj \
41 $(OBJS)\wxrcedit_preview.obj \
42 $(OBJS)\wxrcedit_propedit.obj \
43 $(OBJS)\wxrcedit_propframe.obj \
44 $(OBJS)\wxrcedit_splittree.obj \
45 $(OBJS)\wxrcedit_xmlhelpr.obj
46
47### Conditionally set variables: ###
48
40ff4100
JS
49!if "$(USE_GUI)" == "0"
50PORTNAME = base
51!endif
52!if "$(USE_GUI)" == "1"
53PORTNAME = msw
54!endif
55!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
56WXDEBUGFLAG = d
57!endif
58!if "$(DEBUG_FLAG)" == "1"
59WXDEBUGFLAG = d
60!endif
40ff4100
JS
61!if "$(UNICODE)" == "1"
62WXUNICODEFLAG = u
63!endif
64!if "$(WXUNIV)" == "1"
65WXUNIVNAME = univ
66!endif
40ff4100 67!if "$(SHARED)" == "1"
b17c1746 68WXDLLFLAG = dll
40ff4100 69!endif
dd65d8c8
RN
70!if "$(MONOLITHIC)" == "0"
71EXTRALIBS_FOR_BASE =
72!endif
73!if "$(MONOLITHIC)" == "1"
74EXTRALIBS_FOR_BASE =
75!endif
40ff4100
JS
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
b17c1746
DE
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
40ff4100
JS
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
b17c1746
DE
118!if "$(SHARED)" == "1"
119__DLLFLAG_p = -DWXUSINGDLL
120!endif
121!if "$(SHARED)" == "1"
122__DLLFLAG_p_1 = -dWXUSINGDLL
40ff4100
JS
123!endif
124!if "$(MONOLITHIC)" == "0"
c33fae85
RN
125__WXLIB_XRC_p = \
126 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_xrc.lib
127!endif
128!if "$(MONOLITHIC)" == "0"
40ff4100 129__WXLIB_ADV_p = \
c33fae85 130 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_adv.lib
40ff4100
JS
131!endif
132!if "$(MONOLITHIC)" == "0"
b17c1746 133__WXLIB_HTML_p = \
c33fae85 134 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_html.lib
40ff4100
JS
135!endif
136!if "$(MONOLITHIC)" == "0"
137__WXLIB_CORE_p = \
c33fae85 138 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
40ff4100
JS
139!endif
140!if "$(MONOLITHIC)" == "0"
c33fae85
RN
141__WXLIB_XML_p = \
142 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_xml.lib
b17c1746
DE
143!endif
144!if "$(MONOLITHIC)" == "0"
c33fae85
RN
145__WXLIB_BASE_p = \
146 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
40ff4100
JS
147!endif
148!if "$(MONOLITHIC)" == "1"
149__WXLIB_MONO_p = \
c33fae85 150 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
40ff4100 151!endif
b17c1746 152!if "$(USE_GUI)" == "1"
9c2d002b 153__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
40ff4100 154!endif
b17c1746 155!if "$(USE_GUI)" == "1"
9c2d002b 156__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
40ff4100 157!endif
b17c1746 158!if "$(USE_GUI)" == "1"
9c2d002b 159__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
b17c1746
DE
160!endif
161!if "$(MSLU)" == "1"
162__UNICOWS_LIB_p = unicows.lib
163!endif
164!if "$(SHARED)" == "0"
165LIBDIRNAME = .\..\..\..\lib\bcc_lib$(CFG)
166!endif
167!if "$(SHARED)" == "1"
168LIBDIRNAME = .\..\..\..\lib\bcc_dll$(CFG)
169!endif
170!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
171__DEBUGINFO = -v
172!endif
173!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
174__DEBUGINFO = -v-
175!endif
176!if "$(DEBUG_INFO)" == "0"
177__DEBUGINFO = -v-
178!endif
179!if "$(DEBUG_INFO)" == "1"
180__DEBUGINFO = -v
40ff4100
JS
181!endif
182
183
184all: $(OBJS)
185$(OBJS):
186 -if not exist $(OBJS) mkdir $(OBJS)
187
188### Targets: ###
189
190all: $(OBJS)\wxrcedit.exe
191
b17c1746
DE
192clean:
193 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
194 -if exist $(OBJS)\*.res del $(OBJS)\*.res
195 -if exist $(OBJS)\wxrcedit.exe del $(OBJS)\wxrcedit.exe
196 -if exist $(OBJS)\wxrcedit.tds del $(OBJS)\wxrcedit.tds
197 -if exist $(OBJS)\wxrcedit.ilc del $(OBJS)\wxrcedit.ilc
198 -if exist $(OBJS)\wxrcedit.ild del $(OBJS)\wxrcedit.ild
199 -if exist $(OBJS)\wxrcedit.ilf del $(OBJS)\wxrcedit.ilf
200 -if exist $(OBJS)\wxrcedit.ils del $(OBJS)\wxrcedit.ils
201
202$(OBJS)\wxrcedit.exe: $(WXRCEDIT_OBJECTS) $(OBJS)\wxrcedit_wxrcedit.res
203 ilink32 -Tpe -q $(LDFLAGS) -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -aa @&&|
dd65d8c8 204 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
205|
206
40ff4100
JS
207$(OBJS)\wxrcedit_edapp.obj: .\edapp.cpp
208 $(CXX) -q -c -P -o$@ $(WXRCEDIT_CXXFLAGS) $**
209
210$(OBJS)\wxrcedit_editor.obj: .\editor.cpp
211 $(CXX) -q -c -P -o$@ $(WXRCEDIT_CXXFLAGS) $**
212
213$(OBJS)\wxrcedit_nodehnd.obj: .\nodehnd.cpp
214 $(CXX) -q -c -P -o$@ $(WXRCEDIT_CXXFLAGS) $**
215
216$(OBJS)\wxrcedit_nodesdb.obj: .\nodesdb.cpp
217 $(CXX) -q -c -P -o$@ $(WXRCEDIT_CXXFLAGS) $**
218
219$(OBJS)\wxrcedit_pe_adv.obj: .\pe_adv.cpp
220 $(CXX) -q -c -P -o$@ $(WXRCEDIT_CXXFLAGS) $**
221
222$(OBJS)\wxrcedit_pe_basic.obj: .\pe_basic.cpp
223 $(CXX) -q -c -P -o$@ $(WXRCEDIT_CXXFLAGS) $**
224
225$(OBJS)\wxrcedit_preview.obj: .\preview.cpp
226 $(CXX) -q -c -P -o$@ $(WXRCEDIT_CXXFLAGS) $**
227
228$(OBJS)\wxrcedit_propedit.obj: .\propedit.cpp
229 $(CXX) -q -c -P -o$@ $(WXRCEDIT_CXXFLAGS) $**
230
231$(OBJS)\wxrcedit_propframe.obj: .\propframe.cpp
232 $(CXX) -q -c -P -o$@ $(WXRCEDIT_CXXFLAGS) $**
233
234$(OBJS)\wxrcedit_splittree.obj: .\splittree.cpp
235 $(CXX) -q -c -P -o$@ $(WXRCEDIT_CXXFLAGS) $**
236
40ff4100
JS
237$(OBJS)\wxrcedit_xmlhelpr.obj: .\xmlhelpr.cpp
238 $(CXX) -q -c -P -o$@ $(WXRCEDIT_CXXFLAGS) $**
239
b17c1746 240$(OBJS)\wxrcedit_wxrcedit.res: .\wxrcedit.rc
c33fae85 241 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 $**