]> git.saurik.com Git - wxWidgets.git/blame - utils/wxrc/makefile.bcc
Unwanted semicolon fix [#1212497] + source cleaning.
[wxWidgets.git] / utils / wxrc / makefile.bcc
CommitLineData
cecc483e
VS
1# =========================================================================
2# This makefile was generated by
8c9f8f91 3# Bakefile 0.1.8 (http://bakefile.sourceforge.net)
cecc483e
VS
4# Do not modify, all changes will be overwritten!
5# =========================================================================
6
9bfe7ad9
VS
7.autodepend
8
cecc483e 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
cecc483e
VS
13BCCDIR = $(MAKEDIR)\..
14!endif
15
c33fae85 16!include ../../build/msw/config.bcc
cecc483e
VS
17
18# -------------------------------------------------------------------------
19# Do not modify the rest of this file!
20# -------------------------------------------------------------------------
21
cecc483e
VS
22### Variables: ###
23
4818141b 24WX_RELEASE_NODOT = 26
cecc483e
VS
25OBJS = \
26 bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
162a956b 27LIBDIRNAME = .\..\..\lib\bcc_$(LIBTYPE_SUFFIX)$(CFG)
75a0a7b7
VS
28SETUPHDIR = \
29 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
8c9f8f91
JS
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) -I.\..\..\include -I$(SETUPHDIR) \
162a956b 34 -I. $(__DLLFLAG_p) -DwxUSE_GUI=0 $(CPPFLAGS) $(CXXFLAGS)
3f55f5b8
VS
35WXRC_OBJECTS = \
36 $(OBJS)\wxrc_wxrc.obj
cecc483e
VS
37
38### Conditionally set variables: ###
39
40!if "$(USE_GUI)" == "0"
41PORTNAME = base
42!endif
43!if "$(USE_GUI)" == "1"
44PORTNAME = msw
45!endif
3f55f5b8
VS
46!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
47WXDEBUGFLAG = d
48!endif
49!if "$(DEBUG_FLAG)" == "1"
cecc483e
VS
50WXDEBUGFLAG = d
51!endif
cecc483e
VS
52!if "$(UNICODE)" == "1"
53WXUNICODEFLAG = u
54!endif
55!if "$(WXUNIV)" == "1"
56WXUNIVNAME = univ
57!endif
cecc483e 58!if "$(SHARED)" == "1"
b17c1746 59WXDLLFLAG = dll
3f55f5b8 60!endif
162a956b
JS
61!if "$(SHARED)" == "0"
62LIBTYPE_SUFFIX = lib
63!endif
64!if "$(SHARED)" == "1"
65LIBTYPE_SUFFIX = dll
66!endif
dd65d8c8
RN
67!if "$(MONOLITHIC)" == "0"
68EXTRALIBS_FOR_BASE =
69!endif
70!if "$(MONOLITHIC)" == "1"
71EXTRALIBS_FOR_BASE =
72!endif
d2ec8d84
VS
73!if "$(USE_XRC)" == "1"
74__wxrc___depname = $(OBJS)\wxrc.exe
75!endif
cecc483e
VS
76!if "$(BUILD)" == "debug"
77__OPTIMIZEFLAG_2 = -Od
78!endif
79!if "$(BUILD)" == "release"
80__OPTIMIZEFLAG_2 = -O2
81!endif
8c9f8f91
JS
82!if "$(USE_THREADS)" == "0"
83__THREADSFLAG_5 =
84!endif
85!if "$(USE_THREADS)" == "1"
86__THREADSFLAG_5 = mt
87!endif
88!if "$(USE_THREADS)" == "0"
89__THREADSFLAG_6 =
90!endif
91!if "$(USE_THREADS)" == "1"
92__THREADSFLAG_6 = -tWM
93!endif
cecc483e 94!if "$(RUNTIME_LIBS)" == "dynamic"
8c9f8f91 95__RUNTIME_LIBS_7 = -tWR
cecc483e
VS
96!endif
97!if "$(RUNTIME_LIBS)" == "static"
8c9f8f91 98__RUNTIME_LIBS_7 =
cecc483e
VS
99!endif
100!if "$(RUNTIME_LIBS)" == "dynamic"
8c9f8f91 101__RUNTIME_LIBS_8 = i
cecc483e
VS
102!endif
103!if "$(RUNTIME_LIBS)" == "static"
8c9f8f91 104__RUNTIME_LIBS_8 =
cecc483e 105!endif
b17c1746
DE
106!if "$(WXUNIV)" == "1"
107__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
108!endif
109!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
110__DEBUG_DEFINE_p = -D__WXDEBUG__
111!endif
112!if "$(DEBUG_FLAG)" == "1"
113__DEBUG_DEFINE_p = -D__WXDEBUG__
114!endif
8c9f8f91
JS
115!if "$(USE_EXCEPTIONS)" == "0"
116__EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
117!endif
118!if "$(USE_RTTI)" == "0"
119__RTTI_DEFINE_p = -DwxNO_RTTI
120!endif
121!if "$(USE_THREADS)" == "0"
122__THREAD_DEFINE_p = -DwxNO_THREADS
123!endif
cecc483e 124!if "$(UNICODE)" == "1"
ec08d395 125__UNICODE_DEFINE_p = -D_UNICODE
cecc483e 126!endif
b17c1746
DE
127!if "$(SHARED)" == "1"
128__DLLFLAG_p = -DWXUSINGDLL
129!endif
130!if "$(MONOLITHIC)" == "0"
c33fae85
RN
131__WXLIB_XML_p = \
132 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_xml.lib
2265a2d5 133!endif
cecc483e 134!if "$(MONOLITHIC)" == "0"
c33fae85
RN
135__WXLIB_BASE_p = \
136 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
cecc483e
VS
137!endif
138!if "$(MONOLITHIC)" == "1"
139__WXLIB_MONO_p = \
c33fae85 140 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
cecc483e 141!endif
b17c1746 142!if "$(USE_GUI)" == "1"
9c2d002b 143__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
cecc483e 144!endif
b17c1746 145!if "$(USE_GUI)" == "1"
9c2d002b 146__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
b17c1746
DE
147!endif
148!if "$(USE_GUI)" == "1"
9c2d002b 149__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
b17c1746
DE
150!endif
151!if "$(MSLU)" == "1"
152__UNICOWS_LIB_p = unicows.lib
153!endif
b17c1746
DE
154!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
155__DEBUGINFO = -v
156!endif
157!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
158__DEBUGINFO = -v-
159!endif
160!if "$(DEBUG_INFO)" == "0"
161__DEBUGINFO = -v-
162!endif
163!if "$(DEBUG_INFO)" == "1"
164__DEBUGINFO = -v
cecc483e
VS
165!endif
166
167
168all: $(OBJS)
169$(OBJS):
170 -if not exist $(OBJS) mkdir $(OBJS)
171
172### Targets: ###
173
d2ec8d84 174all: $(__wxrc___depname)
cecc483e 175
cecc483e
VS
176clean:
177 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
178 -if exist $(OBJS)\*.res del $(OBJS)\*.res
162a956b 179 -if exist $(OBJS)\*.csm del $(OBJS)\*.csm
cecc483e 180 -if exist $(OBJS)\wxrc.exe del $(OBJS)\wxrc.exe
ec08d395
JS
181 -if exist $(OBJS)\wxrc.tds del $(OBJS)\wxrc.tds
182 -if exist $(OBJS)\wxrc.ilc del $(OBJS)\wxrc.ilc
183 -if exist $(OBJS)\wxrc.ild del $(OBJS)\wxrc.ild
184 -if exist $(OBJS)\wxrc.ilf del $(OBJS)\wxrc.ilf
185 -if exist $(OBJS)\wxrc.ils del $(OBJS)\wxrc.ils
cecc483e 186
d2ec8d84 187!if "$(USE_XRC)" == "1"
3f55f5b8 188$(OBJS)\wxrc.exe: $(WXRC_OBJECTS)
9bfe7ad9 189 ilink32 -Tpe -q $(LDFLAGS) -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -ap @&&|
8c9f8f91 190 c0x32.obj $(WXRC_OBJECTS),$@,, $(__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 cw32$(__THREADSFLAG_5)$(__RUNTIME_LIBS_8).lib,,
cecc483e 191|
d2ec8d84 192!endif
b17c1746
DE
193
194$(OBJS)\wxrc_wxrc.obj: .\wxrc.cpp
195 $(CXX) -q -c -P -o$@ $(WXRC_CXXFLAGS) $**
162a956b 196