]> git.saurik.com Git - wxWidgets.git/blame - samples/console/makefile.bcc
Forgot to actually use image list
[wxWidgets.git] / samples / console / makefile.bcc
CommitLineData
6f628073
VS
1# =========================================================================
2# This makefile was generated by
444833b3 3# Bakefile 0.2.2 (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
ae4ccf12 24WX_RELEASE_NODOT = 29
444833b3 25COMPILER_PREFIX = bcc
b17c1746 26OBJS = \
444833b3
CE
27 $(COMPILER_PREFIX)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
28LIBDIRNAME = .\..\..\lib\$(COMPILER_PREFIX)_$(LIBTYPE_SUFFIX)$(CFG)
b17c1746
DE
29SETUPHDIR = \
30 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
8c9f8f91
JS
31CONSOLE_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) \
2113bc77 34 $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) $(__MSLU_DEFINE_p) \
3abcf424
RD
35 $(__GFXCTX_DEFINE_p) -I$(SETUPHDIR) -I.\..\..\include -I. $(__DLLFLAG_p) \
36 -DwxUSE_GUI=0 $(CPPFLAGS) $(CXXFLAGS)
25a73439
VS
37CONSOLE_OBJECTS = \
38 $(OBJS)\console_console.obj
6f628073
VS
39
40### Conditionally set variables: ###
41
42!if "$(USE_GUI)" == "0"
43PORTNAME = base
44!endif
45!if "$(USE_GUI)" == "1"
46PORTNAME = msw
47!endif
25a73439
VS
48!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
49WXDEBUGFLAG = d
50!endif
51!if "$(DEBUG_FLAG)" == "1"
6f628073
VS
52WXDEBUGFLAG = d
53!endif
6f628073
VS
54!if "$(UNICODE)" == "1"
55WXUNICODEFLAG = u
56!endif
57!if "$(WXUNIV)" == "1"
58WXUNIVNAME = univ
59!endif
6f628073 60!if "$(SHARED)" == "1"
b17c1746 61WXDLLFLAG = dll
25a73439 62!endif
b14abf14
JS
63!if "$(SHARED)" == "0"
64LIBTYPE_SUFFIX = lib
65!endif
66!if "$(SHARED)" == "1"
67LIBTYPE_SUFFIX = dll
68!endif
dd65d8c8
RN
69!if "$(MONOLITHIC)" == "0"
70EXTRALIBS_FOR_BASE =
71!endif
72!if "$(MONOLITHIC)" == "1"
73EXTRALIBS_FOR_BASE =
74!endif
ee5749a6
VS
75!if "$(BUILD)" == "debug"
76__OPTIMIZEFLAG_2 = -Od
77!endif
78!if "$(BUILD)" == "release"
79__OPTIMIZEFLAG_2 = -O2
80!endif
8c9f8f91
JS
81!if "$(USE_THREADS)" == "0"
82__THREADSFLAG_5 =
83!endif
84!if "$(USE_THREADS)" == "1"
85__THREADSFLAG_5 = mt
86!endif
87!if "$(USE_THREADS)" == "0"
88__THREADSFLAG_6 =
89!endif
90!if "$(USE_THREADS)" == "1"
91__THREADSFLAG_6 = -tWM
92!endif
250700e4 93!if "$(RUNTIME_LIBS)" == "dynamic"
8c9f8f91 94__RUNTIME_LIBS_7 = -tWR
250700e4
RD
95!endif
96!if "$(RUNTIME_LIBS)" == "static"
8c9f8f91 97__RUNTIME_LIBS_7 =
250700e4
RD
98!endif
99!if "$(RUNTIME_LIBS)" == "dynamic"
8c9f8f91 100__RUNTIME_LIBS_8 = i
250700e4
RD
101!endif
102!if "$(RUNTIME_LIBS)" == "static"
8c9f8f91 103__RUNTIME_LIBS_8 =
250700e4 104!endif
b17c1746
DE
105!if "$(WXUNIV)" == "1"
106__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
107!endif
108!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
109__DEBUG_DEFINE_p = -D__WXDEBUG__
110!endif
111!if "$(DEBUG_FLAG)" == "1"
112__DEBUG_DEFINE_p = -D__WXDEBUG__
113!endif
8c9f8f91
JS
114!if "$(USE_EXCEPTIONS)" == "0"
115__EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
116!endif
117!if "$(USE_RTTI)" == "0"
118__RTTI_DEFINE_p = -DwxNO_RTTI
119!endif
120!if "$(USE_THREADS)" == "0"
121__THREAD_DEFINE_p = -DwxNO_THREADS
122!endif
6f628073 123!if "$(UNICODE)" == "1"
ec08d395 124__UNICODE_DEFINE_p = -D_UNICODE
6f628073 125!endif
2113bc77
MW
126!if "$(MSLU)" == "1"
127__MSLU_DEFINE_p = -DwxUSE_UNICODE_MSLU=1
128!endif
3abcf424
RD
129!if "$(USE_GDIPLUS)" == "1"
130__GFXCTX_DEFINE_p = -DwxUSE_GRAPHICS_CONTEXT=1
131!endif
b17c1746
DE
132!if "$(SHARED)" == "1"
133__DLLFLAG_p = -DWXUSINGDLL
134!endif
135!if "$(MONOLITHIC)" == "0"
c33fae85
RN
136__WXLIB_NET_p = \
137 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_net.lib
b17c1746 138!endif
6f628073 139!if "$(MONOLITHIC)" == "0"
c33fae85
RN
140__WXLIB_BASE_p = \
141 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
6f628073
VS
142!endif
143!if "$(MONOLITHIC)" == "1"
250700e4 144__WXLIB_MONO_p = \
c33fae85 145 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
6f628073 146!endif
b17c1746
DE
147!if "$(MSLU)" == "1"
148__UNICOWS_LIB_p = unicows.lib
149!endif
3abcf424
RD
150!if "$(USE_GDIPLUS)" == "1"
151__GDIPLUS_LIB_p = gdiplus.lib
152!endif
b17c1746
DE
153!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
154__DEBUGINFO = -v
155!endif
156!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
157__DEBUGINFO = -v-
158!endif
159!if "$(DEBUG_INFO)" == "0"
160__DEBUGINFO = -v-
161!endif
162!if "$(DEBUG_INFO)" == "1"
163__DEBUGINFO = -v
6f628073
VS
164!endif
165
166
167all: $(OBJS)
168$(OBJS):
169 -if not exist $(OBJS) mkdir $(OBJS)
170
171### Targets: ###
172
173all: $(OBJS)\console.exe data
174
6f628073
VS
175clean:
176 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
177 -if exist $(OBJS)\*.res del $(OBJS)\*.res
b14abf14 178 -if exist $(OBJS)\*.csm del $(OBJS)\*.csm
6f628073 179 -if exist $(OBJS)\console.exe del $(OBJS)\console.exe
ec08d395
JS
180 -if exist $(OBJS)\console.tds del $(OBJS)\console.tds
181 -if exist $(OBJS)\console.ilc del $(OBJS)\console.ilc
182 -if exist $(OBJS)\console.ild del $(OBJS)\console.ild
183 -if exist $(OBJS)\console.ilf del $(OBJS)\console.ilf
184 -if exist $(OBJS)\console.ils del $(OBJS)\console.ils
6f628073 185
25a73439 186$(OBJS)\console.exe: $(CONSOLE_OBJECTS)
c2149c93 187 ilink32 -Tpe -q $(LDFLAGS) -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -ap @&&|
70fd78f3 188 c0x32.obj $(CONSOLE_OBJECTS),$@,, $(__WXLIB_NET_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,,
6f628073
VS
189|
190
191data:
0706fb23
VS
192 if not exist $(OBJS) mkdir $(OBJS)
193 for %f in (testdata.fc) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
b17c1746
DE
194
195$(OBJS)\console_console.obj: .\console.cpp
196 $(CXX) -q -c -P -o$@ $(CONSOLE_CXXFLAGS) $**
b14abf14 197