]> git.saurik.com Git - wxWidgets.git/blame - contrib/utils/convertrc/makefile.bcc
Unicode markup.
[wxWidgets.git] / contrib / utils / convertrc / 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
b17c1746
DE
25OBJS = \
26 bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
b14abf14 27LIBDIRNAME = .\..\..\..\lib\bcc_$(LIBTYPE_SUFFIX)$(CFG)
b17c1746
DE
28SETUPHDIR = \
29 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
9bfe7ad9
VS
30CONVERTRC_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
35CONVERTRC_OBJECTS = \
36 $(OBJS)\convertrc_convert.obj \
37 $(OBJS)\convertrc_rc2wxr.obj \
38 $(OBJS)\convertrc_rc2xml.obj \
39 $(OBJS)\convertrc_wxr2xml.obj
40ff4100
JS
40
41### Conditionally set variables: ###
42
40ff4100
JS
43!if "$(USE_GUI)" == "0"
44PORTNAME = base
45!endif
46!if "$(USE_GUI)" == "1"
47PORTNAME = msw
48!endif
49!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
50WXDEBUGFLAG = d
51!endif
52!if "$(DEBUG_FLAG)" == "1"
53WXDEBUGFLAG = d
54!endif
40ff4100
JS
55!if "$(UNICODE)" == "1"
56WXUNICODEFLAG = u
57!endif
58!if "$(WXUNIV)" == "1"
59WXUNIVNAME = univ
60!endif
40ff4100 61!if "$(SHARED)" == "1"
b17c1746 62WXDLLFLAG = dll
40ff4100 63!endif
b14abf14
JS
64!if "$(SHARED)" == "0"
65LIBTYPE_SUFFIX = lib
66!endif
67!if "$(SHARED)" == "1"
68LIBTYPE_SUFFIX = dll
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
40ff4100 120!endif
b17c1746
DE
121!if "$(SHARED)" == "1"
122__DLLFLAG_p_1 = -dWXUSINGDLL
40ff4100
JS
123!endif
124!if "$(MONOLITHIC)" == "0"
125__WXLIB_CORE_p = \
c33fae85 126 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
40ff4100 127!endif
b17c1746 128!if "$(MONOLITHIC)" == "0"
c33fae85
RN
129__WXLIB_XML_p = \
130 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_xml.lib
b17c1746
DE
131!endif
132!if "$(MONOLITHIC)" == "0"
c33fae85
RN
133__WXLIB_BASE_p = \
134 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
b17c1746 135!endif
40ff4100
JS
136!if "$(MONOLITHIC)" == "1"
137__WXLIB_MONO_p = \
c33fae85 138 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
40ff4100 139!endif
b17c1746 140!if "$(USE_GUI)" == "1"
9c2d002b 141__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
40ff4100 142!endif
b17c1746 143!if "$(USE_GUI)" == "1"
9c2d002b 144__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
40ff4100 145!endif
b17c1746 146!if "$(USE_GUI)" == "1"
9c2d002b 147__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
b17c1746
DE
148!endif
149!if "$(MSLU)" == "1"
150__UNICOWS_LIB_p = unicows.lib
151!endif
b17c1746
DE
152!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
153__DEBUGINFO = -v
154!endif
155!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
156__DEBUGINFO = -v-
157!endif
158!if "$(DEBUG_INFO)" == "0"
159__DEBUGINFO = -v-
160!endif
161!if "$(DEBUG_INFO)" == "1"
162__DEBUGINFO = -v
40ff4100
JS
163!endif
164
165
166all: $(OBJS)
167$(OBJS):
168 -if not exist $(OBJS) mkdir $(OBJS)
169
170### Targets: ###
171
172all: $(OBJS)\convertrc.exe
173
40ff4100
JS
174clean:
175 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
176 -if exist $(OBJS)\*.res del $(OBJS)\*.res
b14abf14 177 -if exist $(OBJS)\*.csm del $(OBJS)\*.csm
40ff4100
JS
178 -if exist $(OBJS)\convertrc.exe del $(OBJS)\convertrc.exe
179 -if exist $(OBJS)\convertrc.tds del $(OBJS)\convertrc.tds
180 -if exist $(OBJS)\convertrc.ilc del $(OBJS)\convertrc.ilc
181 -if exist $(OBJS)\convertrc.ild del $(OBJS)\convertrc.ild
182 -if exist $(OBJS)\convertrc.ilf del $(OBJS)\convertrc.ilf
183 -if exist $(OBJS)\convertrc.ils del $(OBJS)\convertrc.ils
184
185$(OBJS)\convertrc.exe: $(CONVERTRC_OBJECTS) $(OBJS)\convertrc_wxconvert.res
9bfe7ad9 186 ilink32 -Tpe -q $(LDFLAGS) -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -aa @&&|
dd65d8c8 187 c0w32.obj $(CONVERTRC_OBJECTS),$@,, wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_deprecated.lib $(__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)\convertrc_wxconvert.res
40ff4100 188|
b17c1746
DE
189
190$(OBJS)\convertrc_convert.obj: .\convert.cpp
191 $(CXX) -q -c -P -o$@ $(CONVERTRC_CXXFLAGS) $**
192
193$(OBJS)\convertrc_rc2wxr.obj: .\rc2wxr.cpp
194 $(CXX) -q -c -P -o$@ $(CONVERTRC_CXXFLAGS) $**
195
196$(OBJS)\convertrc_rc2xml.obj: .\rc2xml.cpp
197 $(CXX) -q -c -P -o$@ $(CONVERTRC_CXXFLAGS) $**
198
199$(OBJS)\convertrc_wxr2xml.obj: .\wxr2xml.cpp
200 $(CXX) -q -c -P -o$@ $(CONVERTRC_CXXFLAGS) $**
201
202$(OBJS)\convertrc_wxconvert.res: .\wxconvert.rc
b14abf14
JS
203 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 $**
204