]> git.saurik.com Git - wxWidgets.git/blame_incremental - utils/wxrc/makefile.bcc
wxMotif compilation fixes after wxDC changes
[wxWidgets.git] / utils / wxrc / makefile.bcc
... / ...
CommitLineData
1# =========================================================================
2# This makefile was generated by
3# Bakefile 0.2.1 (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 = 29
25OBJS = \
26 bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
27LIBDIRNAME = .\..\..\lib\bcc_$(LIBTYPE_SUFFIX)$(CFG)
28SETUPHDIR = \
29 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
30WXRC_CXXFLAGS = $(__RUNTIME_LIBS_7) -I$(BCCDIR)\include $(__DEBUGINFO) \
31 $(__OPTIMIZEFLAG_2) $(__THREADSFLAG_6) -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
32 $(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
33 $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) $(__MSLU_DEFINE_p) \
34 $(__GFXCTX_DEFINE_p) -I$(SETUPHDIR) -I.\..\..\include -I. $(__DLLFLAG_p) \
35 -DwxUSE_GUI=0 $(CPPFLAGS) $(CXXFLAGS)
36WXRC_OBJECTS = \
37 $(OBJS)\wxrc_wxrc.obj
38
39### Conditionally set variables: ###
40
41!if "$(USE_GUI)" == "0"
42PORTNAME = base
43!endif
44!if "$(USE_GUI)" == "1"
45PORTNAME = msw
46!endif
47!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
48WXDEBUGFLAG = d
49!endif
50!if "$(DEBUG_FLAG)" == "1"
51WXDEBUGFLAG = d
52!endif
53!if "$(UNICODE)" == "1"
54WXUNICODEFLAG = u
55!endif
56!if "$(WXUNIV)" == "1"
57WXUNIVNAME = univ
58!endif
59!if "$(SHARED)" == "1"
60WXDLLFLAG = dll
61!endif
62!if "$(SHARED)" == "0"
63LIBTYPE_SUFFIX = lib
64!endif
65!if "$(SHARED)" == "1"
66LIBTYPE_SUFFIX = dll
67!endif
68!if "$(MONOLITHIC)" == "0"
69EXTRALIBS_FOR_BASE =
70!endif
71!if "$(MONOLITHIC)" == "1"
72EXTRALIBS_FOR_BASE =
73!endif
74!if "$(USE_XRC)" == "1"
75__wxrc___depname = $(OBJS)\wxrc.exe
76!endif
77!if "$(BUILD)" == "debug"
78__OPTIMIZEFLAG_2 = -Od
79!endif
80!if "$(BUILD)" == "release"
81__OPTIMIZEFLAG_2 = -O2
82!endif
83!if "$(USE_THREADS)" == "0"
84__THREADSFLAG_5 =
85!endif
86!if "$(USE_THREADS)" == "1"
87__THREADSFLAG_5 = mt
88!endif
89!if "$(USE_THREADS)" == "0"
90__THREADSFLAG_6 =
91!endif
92!if "$(USE_THREADS)" == "1"
93__THREADSFLAG_6 = -tWM
94!endif
95!if "$(RUNTIME_LIBS)" == "dynamic"
96__RUNTIME_LIBS_7 = -tWR
97!endif
98!if "$(RUNTIME_LIBS)" == "static"
99__RUNTIME_LIBS_7 =
100!endif
101!if "$(RUNTIME_LIBS)" == "dynamic"
102__RUNTIME_LIBS_8 = i
103!endif
104!if "$(RUNTIME_LIBS)" == "static"
105__RUNTIME_LIBS_8 =
106!endif
107!if "$(WXUNIV)" == "1"
108__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
109!endif
110!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
111__DEBUG_DEFINE_p = -D__WXDEBUG__
112!endif
113!if "$(DEBUG_FLAG)" == "1"
114__DEBUG_DEFINE_p = -D__WXDEBUG__
115!endif
116!if "$(USE_EXCEPTIONS)" == "0"
117__EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
118!endif
119!if "$(USE_RTTI)" == "0"
120__RTTI_DEFINE_p = -DwxNO_RTTI
121!endif
122!if "$(USE_THREADS)" == "0"
123__THREAD_DEFINE_p = -DwxNO_THREADS
124!endif
125!if "$(UNICODE)" == "1"
126__UNICODE_DEFINE_p = -D_UNICODE
127!endif
128!if "$(MSLU)" == "1"
129__MSLU_DEFINE_p = -DwxUSE_UNICODE_MSLU=1
130!endif
131!if "$(USE_GDIPLUS)" == "1"
132__GFXCTX_DEFINE_p = -DwxUSE_GRAPHICS_CONTEXT=1
133!endif
134!if "$(SHARED)" == "1"
135__DLLFLAG_p = -DWXUSINGDLL
136!endif
137!if "$(MONOLITHIC)" == "0"
138__WXLIB_XML_p = \
139 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_xml.lib
140!endif
141!if "$(MONOLITHIC)" == "0"
142__WXLIB_BASE_p = \
143 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
144!endif
145!if "$(MONOLITHIC)" == "1"
146__WXLIB_MONO_p = \
147 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
148!endif
149!if "$(MSLU)" == "1"
150__UNICOWS_LIB_p = unicows.lib
151!endif
152!if "$(USE_GDIPLUS)" == "1"
153__GDIPLUS_LIB_p = gdiplus.lib
154!endif
155!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
156__DEBUGINFO = -v
157!endif
158!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
159__DEBUGINFO = -v-
160!endif
161!if "$(DEBUG_INFO)" == "0"
162__DEBUGINFO = -v-
163!endif
164!if "$(DEBUG_INFO)" == "1"
165__DEBUGINFO = -v
166!endif
167
168
169all: $(OBJS)
170$(OBJS):
171 -if not exist $(OBJS) mkdir $(OBJS)
172
173### Targets: ###
174
175all: $(__wxrc___depname)
176
177clean:
178 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
179 -if exist $(OBJS)\*.res del $(OBJS)\*.res
180 -if exist $(OBJS)\*.csm del $(OBJS)\*.csm
181 -if exist $(OBJS)\wxrc.exe del $(OBJS)\wxrc.exe
182 -if exist $(OBJS)\wxrc.tds del $(OBJS)\wxrc.tds
183 -if exist $(OBJS)\wxrc.ilc del $(OBJS)\wxrc.ilc
184 -if exist $(OBJS)\wxrc.ild del $(OBJS)\wxrc.ild
185 -if exist $(OBJS)\wxrc.ilf del $(OBJS)\wxrc.ilf
186 -if exist $(OBJS)\wxrc.ils del $(OBJS)\wxrc.ils
187
188!if "$(USE_XRC)" == "1"
189$(OBJS)\wxrc.exe: $(WXRC_OBJECTS)
190 ilink32 -Tpe -q $(LDFLAGS) -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -ap @&&|
191 c0x32.obj $(WXRC_OBJECTS),$@,, $(__WXLIB_XML_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) wxzlib$(WXDEBUGFLAG).lib wxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib $(EXTRALIBS_FOR_BASE) $(__UNICOWS_LIB_p) $(__GDIPLUS_LIB_p) ole2w32.lib oleacc.lib odbc32.lib import32.lib cw32$(__THREADSFLAG_5)$(__RUNTIME_LIBS_8).lib,,
192|
193!endif
194
195$(OBJS)\wxrc_wxrc.obj: .\wxrc.cpp
196 $(CXX) -q -c -P -o$@ $(WXRC_CXXFLAGS) $**
197