]> git.saurik.com Git - wxWidgets.git/blame - samples/console/makefile.bcc
Wrap wxImage specifics in wxUSE_IMAGE and wxBitmap specifics in wxUSE_GUI.
[wxWidgets.git] / samples / console / makefile.bcc
CommitLineData
6f628073
VS
1# =========================================================================
2# This makefile was generated by
c4839ccf 3# Bakefile 0.1.4 (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
c33fae85 24WX_RELEASE_NODOT = 25
b17c1746
DE
25OBJS = \
26 bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
27SETUPHDIR = \
28 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
c2149c93
VS
29CONSOLE_CXXFLAGS = $(__RUNTIME_LIBS_6) -I$(BCCDIR)\include $(__DEBUGINFO) \
30 $(__OPTIMIZEFLAG_2) -tWM -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
75a0a7b7 31 $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) -I.\..\..\include -I$(SETUPHDIR) \
c2149c93 32 -I. $(__DLLFLAG_p) $(CPPFLAGS) $(CXXFLAGS)
25a73439
VS
33CONSOLE_OBJECTS = \
34 $(OBJS)\console_console.obj
6f628073
VS
35
36### Conditionally set variables: ###
37
38!if "$(USE_GUI)" == "0"
39PORTNAME = base
40!endif
41!if "$(USE_GUI)" == "1"
42PORTNAME = msw
43!endif
25a73439
VS
44!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
45WXDEBUGFLAG = d
46!endif
47!if "$(DEBUG_FLAG)" == "1"
6f628073
VS
48WXDEBUGFLAG = d
49!endif
6f628073
VS
50!if "$(UNICODE)" == "1"
51WXUNICODEFLAG = u
52!endif
53!if "$(WXUNIV)" == "1"
54WXUNIVNAME = univ
55!endif
6f628073 56!if "$(SHARED)" == "1"
b17c1746 57WXDLLFLAG = dll
25a73439 58!endif
dd65d8c8
RN
59!if "$(MONOLITHIC)" == "0"
60EXTRALIBS_FOR_BASE =
61!endif
62!if "$(MONOLITHIC)" == "1"
63EXTRALIBS_FOR_BASE =
64!endif
ee5749a6
VS
65!if "$(BUILD)" == "debug"
66__OPTIMIZEFLAG_2 = -Od
67!endif
68!if "$(BUILD)" == "release"
69__OPTIMIZEFLAG_2 = -O2
70!endif
250700e4
RD
71!if "$(RUNTIME_LIBS)" == "dynamic"
72__RUNTIME_LIBS_6 = -tWR
73!endif
74!if "$(RUNTIME_LIBS)" == "static"
75__RUNTIME_LIBS_6 =
76!endif
77!if "$(RUNTIME_LIBS)" == "dynamic"
78__RUNTIME_LIBS_7 = i
79!endif
80!if "$(RUNTIME_LIBS)" == "static"
81__RUNTIME_LIBS_7 =
82!endif
b17c1746
DE
83!if "$(WXUNIV)" == "1"
84__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
85!endif
86!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
87__DEBUG_DEFINE_p = -D__WXDEBUG__
88!endif
89!if "$(DEBUG_FLAG)" == "1"
90__DEBUG_DEFINE_p = -D__WXDEBUG__
91!endif
6f628073 92!if "$(UNICODE)" == "1"
ec08d395 93__UNICODE_DEFINE_p = -D_UNICODE
6f628073 94!endif
b17c1746
DE
95!if "$(SHARED)" == "1"
96__DLLFLAG_p = -DWXUSINGDLL
97!endif
98!if "$(MONOLITHIC)" == "0"
c33fae85
RN
99__WXLIB_NET_p = \
100 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_net.lib
b17c1746 101!endif
b92ca05a 102!if "$(MONOLITHIC)" == "0" && "$(USE_ODBC)" == "1"
c33fae85
RN
103__WXLIB_ODBC_p = \
104 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_odbc.lib
4e209a20 105!endif
6f628073 106!if "$(MONOLITHIC)" == "0"
c33fae85
RN
107__WXLIB_BASE_p = \
108 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
6f628073
VS
109!endif
110!if "$(MONOLITHIC)" == "1"
250700e4 111__WXLIB_MONO_p = \
c33fae85 112 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
6f628073 113!endif
b17c1746 114!if "$(USE_GUI)" == "1"
9c2d002b 115__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
651bb0c9 116!endif
b17c1746 117!if "$(USE_GUI)" == "1"
9c2d002b 118__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
548d77c7 119!endif
b17c1746 120!if "$(USE_GUI)" == "1"
9c2d002b 121__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
b17c1746
DE
122!endif
123!if "$(MSLU)" == "1"
124__UNICOWS_LIB_p = unicows.lib
125!endif
126!if "$(SHARED)" == "0"
127LIBDIRNAME = .\..\..\lib\bcc_lib$(CFG)
128!endif
129!if "$(SHARED)" == "1"
130LIBDIRNAME = .\..\..\lib\bcc_dll$(CFG)
131!endif
132!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
133__DEBUGINFO = -v
134!endif
135!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
136__DEBUGINFO = -v-
137!endif
138!if "$(DEBUG_INFO)" == "0"
139__DEBUGINFO = -v-
140!endif
141!if "$(DEBUG_INFO)" == "1"
142__DEBUGINFO = -v
6f628073
VS
143!endif
144
145
146all: $(OBJS)
147$(OBJS):
148 -if not exist $(OBJS) mkdir $(OBJS)
149
150### Targets: ###
151
152all: $(OBJS)\console.exe data
153
6f628073
VS
154clean:
155 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
156 -if exist $(OBJS)\*.res del $(OBJS)\*.res
157 -if exist $(OBJS)\console.exe del $(OBJS)\console.exe
ec08d395
JS
158 -if exist $(OBJS)\console.tds del $(OBJS)\console.tds
159 -if exist $(OBJS)\console.ilc del $(OBJS)\console.ilc
160 -if exist $(OBJS)\console.ild del $(OBJS)\console.ild
161 -if exist $(OBJS)\console.ilf del $(OBJS)\console.ilf
162 -if exist $(OBJS)\console.ils del $(OBJS)\console.ils
6f628073 163
25a73439 164$(OBJS)\console.exe: $(CONSOLE_OBJECTS)
c2149c93 165 ilink32 -Tpe -q $(LDFLAGS) -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -ap @&&|
dd65d8c8 166 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 cw32mt$(__RUNTIME_LIBS_7).lib,,
6f628073
VS
167|
168
169data:
0706fb23
VS
170 if not exist $(OBJS) mkdir $(OBJS)
171 for %f in (testdata.fc) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
b17c1746
DE
172
173$(OBJS)\console_console.obj: .\console.cpp
174 $(CXX) -q -c -P -o$@ $(CONSOLE_CXXFLAGS) $**