]> git.saurik.com Git - wxWidgets.git/blame - samples/console/makefile.bcc
regenerated
[wxWidgets.git] / samples / console / makefile.bcc
CommitLineData
6f628073
VS
1# =========================================================================
2# This makefile was generated by
bdc408c4 3# Bakefile 0.1.1 (http://bakefile.sourceforge.net)
6f628073
VS
4# Do not modify, all changes will be overwritten!
5# =========================================================================
6
0706fb23
VS
7!ifndef BCCDIR
8BCCDIR = $(MAKEDIR)\..
9!endif
6f628073 10
fd9f42b6 11!include ../../build/msw/config.bcc
6f628073
VS
12
13# -------------------------------------------------------------------------
14# Do not modify the rest of this file!
15# -------------------------------------------------------------------------
16
6f628073
VS
17!if "$(BCCDIR)" == "\.."
18!error Your Borland compiler does not define MAKEDIR. Please define the BCCDIR variable, e.g. BCCDIR=d:\bc4
19!endif
20
21### Variables: ###
22
25a73439 23CONSOLE_CXXFLAGS = $(CPPFLAGS) $(__RUNTIME_LIBS_6) $(__DEBUGINFO) \
250700e4 24 $(__OPTIMIZEFLAG_2) -tWM -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
25a73439 25 $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) -I.\..\..\include -I$(LIBDIRNAME) \
250700e4 26 -I.\..\..\src\tiff -I.\..\..\src\jpeg -I.\..\..\src\png -I.\..\..\src\zlib \
bdc408c4
VS
27 -I.\..\..\src\regex -I.\..\..\src\expat\lib -I. $(__DLLFLAG_p) \
28 $(__MULTILIB_FLAG_p) $(CXXFLAGS)
25a73439
VS
29CONSOLE_OBJECTS = \
30 $(OBJS)\console_console.obj
31LIBDIRNAME = \
32 .\..\..\lib\bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
250700e4
RD
33OBJS = \
34 bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
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
50!if "$(SHARED)" == "1"
51WXDLLFLAG = dll
52!endif
53!if "$(UNICODE)" == "1"
54WXUNICODEFLAG = u
55!endif
56!if "$(WXUNIV)" == "1"
57WXUNIVNAME = univ
58!endif
25a73439
VS
59!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
60__DEBUGINFO = -v
ee5749a6 61!endif
25a73439
VS
62!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
63__DEBUGINFO = -v-
ee5749a6 64!endif
25a73439
VS
65!if "$(DEBUG_INFO)" == "0"
66__DEBUGINFO = -v-
67!endif
68!if "$(DEBUG_INFO)" == "1"
69__DEBUGINFO = -v
70!endif
71!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
72__DEBUG_DEFINE_p = -D__WXDEBUG__
73!endif
74!if "$(DEBUG_FLAG)" == "1"
6f628073
VS
75__DEBUG_DEFINE_p = -D__WXDEBUG__
76!endif
77!if "$(SHARED)" == "1"
78__DLLFLAG_p = -DWXUSINGDLL
79!endif
25a73439
VS
80!if "$(USE_GUI)" == "1"
81__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
82!endif
83!if "$(USE_GUI)" == "1"
84__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
85!endif
86!if "$(USE_GUI)" == "1"
87__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
88!endif
6f628073
VS
89!if "$(MONOLITHIC)" == "0"
90__MULTILIB_FLAG_p = -DwxUSE_GUI=0
91!endif
ee5749a6
VS
92!if "$(BUILD)" == "debug"
93__OPTIMIZEFLAG_2 = -Od
94!endif
95!if "$(BUILD)" == "release"
96__OPTIMIZEFLAG_2 = -O2
97!endif
250700e4
RD
98!if "$(RUNTIME_LIBS)" == "dynamic"
99__RUNTIME_LIBS_6 = -tWR
100!endif
101!if "$(RUNTIME_LIBS)" == "static"
102__RUNTIME_LIBS_6 =
103!endif
104!if "$(RUNTIME_LIBS)" == "dynamic"
105__RUNTIME_LIBS_7 = i
106!endif
107!if "$(RUNTIME_LIBS)" == "static"
108__RUNTIME_LIBS_7 =
109!endif
6f628073
VS
110!if "$(UNICODE)" == "1"
111__UNICODE_DEFINE_p = -DwxUSE_UNICODE=1
112!endif
113!if "$(MONOLITHIC)" == "0"
0706fb23 114__WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
6f628073
VS
115!endif
116!if "$(MONOLITHIC)" == "1"
250700e4
RD
117__WXLIB_MONO_p = \
118 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
6f628073
VS
119!endif
120!if "$(WXUNIV)" == "1"
121__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
122!endif
123
fd9f42b6
VS
124MAKEARGS = -DBUILD=$(BUILD) -DCFG=$(CFG) -DCPPFLAGS=$(CPPFLAGS) -DCXX=$(CXX) -DCXXFLAGS=$(CXXFLAGS) -DDEBUG_FLAG=$(DEBUG_FLAG) -DDEBUG_INFO=$(DEBUG_INFO) -DLDFLAGS=$(LDFLAGS) -DMONOLITHIC=$(MONOLITHIC) -DOFFICIAL_BUILD=$(OFFICIAL_BUILD) -DRUNTIME_LIBS=$(RUNTIME_LIBS) -DSHARED=$(SHARED) -DUNICODE=$(UNICODE) -DUSE_GUI=$(USE_GUI) -DWXUNIV=$(WXUNIV)
125
6f628073
VS
126
127all: $(OBJS)
128$(OBJS):
129 -if not exist $(OBJS) mkdir $(OBJS)
130
131### Targets: ###
132
133all: $(OBJS)\console.exe data
134
135$(OBJS)\console_console.obj: .\console.cpp
0706fb23 136 $(CXX) -q -c -P -o$@ $(CONSOLE_CXXFLAGS) $**
6f628073
VS
137
138clean:
139 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
140 -if exist $(OBJS)\*.res del $(OBJS)\*.res
141 -if exist $(OBJS)\console.exe del $(OBJS)\console.exe
6f628073 142
25a73439
VS
143$(OBJS)\console.exe: $(CONSOLE_OBJECTS)
144 ilink32 -Tpe -q $(LDFLAGS) $(__DEBUGINFO) -L$(LIBDIRNAME) -ap @&&|
145 c0x32.obj $(CONSOLE_OBJECTS),$@,, $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) wxzlib$(WXDEBUGFLAG).lib wxregex$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib import32.lib ole2w32.lib cw32mt$(__RUNTIME_LIBS_7).lib,,
6f628073
VS
146|
147
148data:
0706fb23
VS
149 if not exist $(OBJS) mkdir $(OBJS)
150 for %f in (testdata.fc) do if not exist $(OBJS)\%f copy .\%f $(OBJS)