]> git.saurik.com Git - wxWidgets.git/blame - utils/execmon/makefile.bcc
remove ancient defines left over from GTK1
[wxWidgets.git] / utils / execmon / makefile.bcc
CommitLineData
f82b7036
KO
1# =========================================================================\r
2# This makefile was generated by\r
00eef16d 3# Bakefile 0.2.9 (http://www.bakefile.org)\r
f82b7036
KO
4# Do not modify, all changes will be overwritten!\r
5# =========================================================================\r
6\r
7.autodepend\r
8\r
9!ifndef BCCDIR\r
10!ifndef MAKEDIR\r
11!error Your Borland compiler does not define MAKEDIR. Please define the BCCDIR variable, e.g. BCCDIR=d:\bc4\r
12!endif\r
13BCCDIR = $(MAKEDIR)\..\r
14!endif\r
15\r
16!include ../../build/msw/config.bcc\r
17\r
18# -------------------------------------------------------------------------\r
19# Do not modify the rest of this file!\r
20# -------------------------------------------------------------------------\r
21\r
22### Variables: ###\r
23\r
24WX_RELEASE_NODOT = 29\r
25COMPILER_PREFIX = bcc\r
26OBJS = \\r
bed99c22
VZ
27 $(COMPILER_PREFIX)$(COMPILER_VERSION)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)\r
28LIBDIRNAME = \\r
29 .\..\..\lib\$(COMPILER_PREFIX)$(COMPILER_VERSION)_$(LIBTYPE_SUFFIX)$(CFG)\r
f82b7036
KO
30SETUPHDIR = \\r
31 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)\r
32EXECMON_CXXFLAGS = $(__RUNTIME_LIBS_7) -I$(BCCDIR)\include $(__DEBUGINFO) \\r
bed99c22
VZ
33 $(__OPTIMIZEFLAG_2) $(__THREADSFLAG_6) -D__WXMSW__ $(__WXUNIV_DEFINE_p) \\r
34 $(__DEBUG_DEFINE_p) $(__NDEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) \\r
35 $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) \\r
36 $(__MSLU_DEFINE_p) -I$(SETUPHDIR) -I.\..\..\include \\r
f82b7036
KO
37 $(____CAIRO_INCLUDEDIR_FILENAMES_p) -I. $(__DLLFLAG_p) -DwxUSE_GUI=0 \\r
38 $(CPPFLAGS) $(CXXFLAGS)\r
39EXECMON_OBJECTS = \\r
40 $(OBJS)\execmon_execmon.obj\r
41\r
42### Conditionally set variables: ###\r
43\r
44!if "$(USE_GUI)" == "0"\r
45PORTNAME = base\r
46!endif\r
47!if "$(USE_GUI)" == "1"\r
bed99c22
VZ
48PORTNAME = msw$(TOOLKIT_VERSION)\r
49!endif\r
50!if "$(OFFICIAL_BUILD)" == "1"\r
51COMPILER_VERSION = ERROR-COMPILER-VERSION-MUST-BE-SET-FOR-OFFICIAL-BUILD\r
22a3b6e4 52!endif\r
f82b7036
KO
53!if "$(BUILD)" == "debug"\r
54WXDEBUGFLAG = d\r
55!endif\r
56!if "$(UNICODE)" == "1"\r
57WXUNICODEFLAG = u\r
58!endif\r
59!if "$(WXUNIV)" == "1"\r
60WXUNIVNAME = univ\r
61!endif\r
62!if "$(SHARED)" == "1"\r
63WXDLLFLAG = dll\r
64!endif\r
65!if "$(SHARED)" == "0"\r
66LIBTYPE_SUFFIX = lib\r
67!endif\r
68!if "$(SHARED)" == "1"\r
69LIBTYPE_SUFFIX = dll\r
70!endif\r
71!if "$(MONOLITHIC)" == "0"\r
72EXTRALIBS_FOR_BASE = \r
73!endif\r
74!if "$(MONOLITHIC)" == "1"\r
51ec29ea 75EXTRALIBS_FOR_BASE = \r
f82b7036
KO
76!endif\r
77!if "$(USE_XRC)" == "1"\r
78__execmon___depname = $(OBJS)\execmon.exe\r
79!endif\r
80!if "$(BUILD)" == "debug"\r
81__OPTIMIZEFLAG_2 = -Od\r
82!endif\r
83!if "$(BUILD)" == "release"\r
84__OPTIMIZEFLAG_2 = -O2\r
85!endif\r
86!if "$(USE_THREADS)" == "0"\r
87__THREADSFLAG_5 = \r
88!endif\r
89!if "$(USE_THREADS)" == "1"\r
90__THREADSFLAG_5 = mt\r
91!endif\r
92!if "$(USE_THREADS)" == "0"\r
93__THREADSFLAG_6 = \r
94!endif\r
95!if "$(USE_THREADS)" == "1"\r
96__THREADSFLAG_6 = -tWM\r
97!endif\r
98!if "$(RUNTIME_LIBS)" == "dynamic"\r
99__RUNTIME_LIBS_7 = -tWR\r
100!endif\r
101!if "$(RUNTIME_LIBS)" == "static"\r
102__RUNTIME_LIBS_7 = \r
103!endif\r
104!if "$(RUNTIME_LIBS)" == "dynamic"\r
105__RUNTIME_LIBS_8 = i\r
106!endif\r
107!if "$(RUNTIME_LIBS)" == "static"\r
108__RUNTIME_LIBS_8 = \r
109!endif\r
110!if "$(WXUNIV)" == "1"\r
111__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__\r
112!endif\r
113!if "$(DEBUG_FLAG)" == "0"\r
114__DEBUG_DEFINE_p = -DwxDEBUG_LEVEL=0\r
115!endif\r
00fb97de
KO
116!if "$(BUILD)" == "release"\r
117__NDEBUG_DEFINE_p = -DNDEBUG\r
118!endif\r
f82b7036
KO
119!if "$(USE_EXCEPTIONS)" == "0"\r
120__EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS\r
121!endif\r
122!if "$(USE_RTTI)" == "0"\r
123__RTTI_DEFINE_p = -DwxNO_RTTI\r
124!endif\r
125!if "$(USE_THREADS)" == "0"\r
126__THREAD_DEFINE_p = -DwxNO_THREADS\r
127!endif\r
128!if "$(UNICODE)" == "0"\r
129__UNICODE_DEFINE_p = -DwxUSE_UNICODE=0\r
130!endif\r
131!if "$(UNICODE)" == "1"\r
132__UNICODE_DEFINE_p = -D_UNICODE\r
133!endif\r
134!if "$(MSLU)" == "1"\r
135__MSLU_DEFINE_p = -DwxUSE_UNICODE_MSLU=1\r
136!endif\r
f82b7036
KO
137!if "$(USE_CAIRO)" == "1"\r
138____CAIRO_INCLUDEDIR_FILENAMES_p = -I$(CAIRO_ROOT)\include\cairo\r
139!endif\r
140!if "$(SHARED)" == "1"\r
141__DLLFLAG_p = -DWXUSINGDLL\r
142!endif\r
143!if "$(MONOLITHIC)" == "0"\r
144__WXLIB_BASE_p = \\r
bed99c22 145 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib\r
f82b7036
KO
146!endif\r
147!if "$(MONOLITHIC)" == "1"\r
148__WXLIB_MONO_p = \\r
149 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib\r
150!endif\r
57c74474
VZ
151!if "$(MONOLITHIC)" == "1"\r
152__LIB_PNG_IF_MONO_p = $(__LIB_PNG_p)\r
153!endif\r
154!if "$(USE_GUI)" == "1"\r
155__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib\r
156!endif\r
f82b7036
KO
157!if "$(MSLU)" == "1"\r
158__UNICOWS_LIB_p = unicows.lib\r
159!endif\r
f82b7036
KO
160!if "$(USE_CAIRO)" == "1"\r
161__CAIRO_LIB_p = cairo.lib\r
162!endif\r
163!if "$(USE_CAIRO)" == "1"\r
164____CAIRO_LIBDIR_FILENAMES_p = -L$(CAIRO_ROOT)\lib\r
165!endif\r
166!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"\r
167__DEBUGINFO = -v\r
168!endif\r
169!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"\r
170__DEBUGINFO = -v-\r
171!endif\r
172!if "$(DEBUG_INFO)" == "0"\r
173__DEBUGINFO = -v-\r
174!endif\r
175!if "$(DEBUG_INFO)" == "1"\r
176__DEBUGINFO = -v\r
177!endif\r
178\r
179\r
180all: $(OBJS)\r
181$(OBJS):\r
182 -if not exist $(OBJS) mkdir $(OBJS)\r
183\r
184### Targets: ###\r
185\r
186all: $(__execmon___depname)\r
187\r
188clean: \r
189 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj\r
190 -if exist $(OBJS)\*.res del $(OBJS)\*.res\r
191 -if exist $(OBJS)\*.csm del $(OBJS)\*.csm\r
192 -if exist $(OBJS)\execmon.exe del $(OBJS)\execmon.exe\r
193 -if exist $(OBJS)\execmon.tds del $(OBJS)\execmon.tds\r
194 -if exist $(OBJS)\execmon.ilc del $(OBJS)\execmon.ilc\r
195 -if exist $(OBJS)\execmon.ild del $(OBJS)\execmon.ild\r
196 -if exist $(OBJS)\execmon.ilf del $(OBJS)\execmon.ilf\r
197 -if exist $(OBJS)\execmon.ils del $(OBJS)\execmon.ils\r
198\r
199!if "$(USE_XRC)" == "1"\r
200$(OBJS)\execmon.exe: $(EXECMON_OBJECTS)\r
201 ilink32 -Tpe -q -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -ap $(____CAIRO_LIBDIR_FILENAMES_p) $(LDFLAGS) @&&|\r
57c74474 202 c0x32.obj $(EXECMON_OBJECTS),$@,, $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_PNG_IF_MONO_p) wxzlib$(WXDEBUGFLAG).lib wxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib $(EXTRALIBS_FOR_BASE) $(__UNICOWS_LIB_p) $(__CAIRO_LIB_p) ole2w32.lib oleacc.lib import32.lib cw32$(__THREADSFLAG_5)$(__RUNTIME_LIBS_8).lib,,\r
f82b7036
KO
203|\r
204!endif\r
205\r
206$(OBJS)\execmon_execmon.obj: .\execmon.cpp\r
207 $(CXX) -q -c -P -o$@ $(EXECMON_CXXFLAGS) .\execmon.cpp\r
208\r