]> git.saurik.com Git - wxWidgets.git/blame - samples/console/makefile.bcc
Corrections for future OW 1.4. Warning fixes.
[wxWidgets.git] / samples / console / makefile.bcc
CommitLineData
6f628073
VS
1# =========================================================================
2# This makefile was generated by
8c9f8f91 3# Bakefile 0.1.8 (http://bakefile.sourceforge.net)
6f628073
VS
4# Do not modify, all changes will be overwritten!
5# =========================================================================
6
c2149c93
VS
7.autodepend
8
0706fb23 9!ifndef BCCDIR
c2149c93
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
0706fb23
VS
13BCCDIR = $(MAKEDIR)\..
14!endif
6f628073 15
fd9f42b6 16!include ../../build/msw/config.bcc
6f628073
VS
17
18# -------------------------------------------------------------------------
19# Do not modify the rest of this file!
20# -------------------------------------------------------------------------
21
6f628073
VS
22### Variables: ###
23
4818141b 24WX_RELEASE_NODOT = 26
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)
8c9f8f91
JS
30CONSOLE_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) \
b14abf14 34 -I. $(__DLLFLAG_p) -DwxUSE_GUI=0 $(CPPFLAGS) $(CXXFLAGS)
25a73439
VS
35CONSOLE_OBJECTS = \
36 $(OBJS)\console_console.obj
6f628073
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
25a73439
VS
46!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
47WXDEBUGFLAG = d
48!endif
49!if "$(DEBUG_FLAG)" == "1"
6f628073
VS
50WXDEBUGFLAG = d
51!endif
6f628073
VS
52!if "$(UNICODE)" == "1"
53WXUNICODEFLAG = u
54!endif
55!if "$(WXUNIV)" == "1"
56WXUNIVNAME = univ
57!endif
6f628073 58!if "$(SHARED)" == "1"
b17c1746 59WXDLLFLAG = dll
25a73439 60!endif
b14abf14
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
ee5749a6
VS
73!if "$(BUILD)" == "debug"
74__OPTIMIZEFLAG_2 = -Od
75!endif
76!if "$(BUILD)" == "release"
77__OPTIMIZEFLAG_2 = -O2
78!endif
8c9f8f91
JS
79!if "$(USE_THREADS)" == "0"
80__THREADSFLAG_5 =
81!endif
82!if "$(USE_THREADS)" == "1"
83__THREADSFLAG_5 = mt
84!endif
85!if "$(USE_THREADS)" == "0"
86__THREADSFLAG_6 =
87!endif
88!if "$(USE_THREADS)" == "1"
89__THREADSFLAG_6 = -tWM
90!endif
250700e4 91!if "$(RUNTIME_LIBS)" == "dynamic"
8c9f8f91 92__RUNTIME_LIBS_7 = -tWR
250700e4
RD
93!endif
94!if "$(RUNTIME_LIBS)" == "static"
8c9f8f91 95__RUNTIME_LIBS_7 =
250700e4
RD
96!endif
97!if "$(RUNTIME_LIBS)" == "dynamic"
8c9f8f91 98__RUNTIME_LIBS_8 = i
250700e4
RD
99!endif
100!if "$(RUNTIME_LIBS)" == "static"
8c9f8f91 101__RUNTIME_LIBS_8 =
250700e4 102!endif
b17c1746
DE
103!if "$(WXUNIV)" == "1"
104__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
105!endif
106!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
107__DEBUG_DEFINE_p = -D__WXDEBUG__
108!endif
109!if "$(DEBUG_FLAG)" == "1"
110__DEBUG_DEFINE_p = -D__WXDEBUG__
111!endif
8c9f8f91
JS
112!if "$(USE_EXCEPTIONS)" == "0"
113__EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
114!endif
115!if "$(USE_RTTI)" == "0"
116__RTTI_DEFINE_p = -DwxNO_RTTI
117!endif
118!if "$(USE_THREADS)" == "0"
119__THREAD_DEFINE_p = -DwxNO_THREADS
120!endif
6f628073 121!if "$(UNICODE)" == "1"
ec08d395 122__UNICODE_DEFINE_p = -D_UNICODE
6f628073 123!endif
b17c1746
DE
124!if "$(SHARED)" == "1"
125__DLLFLAG_p = -DWXUSINGDLL
126!endif
127!if "$(MONOLITHIC)" == "0"
c33fae85
RN
128__WXLIB_NET_p = \
129 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_net.lib
b17c1746 130!endif
b92ca05a 131!if "$(MONOLITHIC)" == "0" && "$(USE_ODBC)" == "1"
c33fae85
RN
132__WXLIB_ODBC_p = \
133 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_odbc.lib
4e209a20 134!endif
6f628073 135!if "$(MONOLITHIC)" == "0"
c33fae85
RN
136__WXLIB_BASE_p = \
137 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
6f628073
VS
138!endif
139!if "$(MONOLITHIC)" == "1"
250700e4 140__WXLIB_MONO_p = \
c33fae85 141 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
6f628073 142!endif
b17c1746 143!if "$(USE_GUI)" == "1"
9c2d002b 144__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
651bb0c9 145!endif
b17c1746 146!if "$(USE_GUI)" == "1"
9c2d002b 147__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
548d77c7 148!endif
b17c1746 149!if "$(USE_GUI)" == "1"
9c2d002b 150__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
b17c1746
DE
151!endif
152!if "$(MSLU)" == "1"
153__UNICOWS_LIB_p = unicows.lib
154!endif
b17c1746
DE
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
6f628073
VS
166!endif
167
168
169all: $(OBJS)
170$(OBJS):
171 -if not exist $(OBJS) mkdir $(OBJS)
172
173### Targets: ###
174
175all: $(OBJS)\console.exe data
176
6f628073
VS
177clean:
178 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
179 -if exist $(OBJS)\*.res del $(OBJS)\*.res
b14abf14 180 -if exist $(OBJS)\*.csm del $(OBJS)\*.csm
6f628073 181 -if exist $(OBJS)\console.exe del $(OBJS)\console.exe
ec08d395
JS
182 -if exist $(OBJS)\console.tds del $(OBJS)\console.tds
183 -if exist $(OBJS)\console.ilc del $(OBJS)\console.ilc
184 -if exist $(OBJS)\console.ild del $(OBJS)\console.ild
185 -if exist $(OBJS)\console.ilf del $(OBJS)\console.ilf
186 -if exist $(OBJS)\console.ils del $(OBJS)\console.ils
6f628073 187
25a73439 188$(OBJS)\console.exe: $(CONSOLE_OBJECTS)
c2149c93 189 ilink32 -Tpe -q $(LDFLAGS) -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -ap @&&|
8c9f8f91 190 c0x32.obj $(CONSOLE_OBJECTS),$@,, $(__WXLIB_NET_p) $(__WXLIB_ODBC_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,,
6f628073
VS
191|
192
193data:
0706fb23
VS
194 if not exist $(OBJS) mkdir $(OBJS)
195 for %f in (testdata.fc) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
b17c1746
DE
196
197$(OBJS)\console_console.obj: .\console.cpp
198 $(CXX) -q -c -P -o$@ $(CONSOLE_CXXFLAGS) $**
b14abf14 199