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