]> git.saurik.com Git - wxWidgets.git/blame_incremental - samples/console/makefile.bcc
applied part of the patch 811993
[wxWidgets.git] / samples / console / makefile.bcc
... / ...
CommitLineData
1# =========================================================================
2# This makefile was generated by
3# Bakefile 0.1.1 (http://bakefile.sourceforge.net)
4# Do not modify, all changes will be overwritten!
5# =========================================================================
6
7!ifndef BCCDIR
8BCCDIR = $(MAKEDIR)\..
9!endif
10
11!include ../../build/msw/config.bcc
12
13# -------------------------------------------------------------------------
14# Do not modify the rest of this file!
15# -------------------------------------------------------------------------
16
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
23CONSOLE_CXXFLAGS = $(CPPFLAGS) $(__RUNTIME_LIBS_6) -I$(BCCDIR)\include \
24 $(__DEBUGINFO) $(__OPTIMIZEFLAG_2) -tWM -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
25 $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) -I.\..\..\include -I$(SETUPHDIR) \
26 -I. $(__DLLFLAG_p) $(__MULTILIB_FLAG_p) $(CXXFLAGS)
27CONSOLE_OBJECTS = \
28 $(OBJS)\console_console.obj
29OBJS = \
30 bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
31SETUPHDIR = \
32 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
33
34### Conditionally set variables: ###
35
36!if "$(SHARED)" == "0"
37LIBDIRNAME = .\..\..\lib\bcc_lib$(CFG)
38!endif
39!if "$(SHARED)" == "1"
40LIBDIRNAME = .\..\..\lib\bcc_dll$(CFG)
41!endif
42!if "$(USE_GUI)" == "0"
43PORTNAME = base
44!endif
45!if "$(USE_GUI)" == "1"
46PORTNAME = msw
47!endif
48!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
49WXDEBUGFLAG = d
50!endif
51!if "$(DEBUG_FLAG)" == "1"
52WXDEBUGFLAG = d
53!endif
54!if "$(SHARED)" == "1"
55WXDLLFLAG = dll
56!endif
57!if "$(UNICODE)" == "1"
58WXUNICODEFLAG = u
59!endif
60!if "$(WXUNIV)" == "1"
61WXUNIVNAME = univ
62!endif
63!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
64__DEBUGINFO = -v
65!endif
66!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
67__DEBUGINFO = -v-
68!endif
69!if "$(DEBUG_INFO)" == "0"
70__DEBUGINFO = -v-
71!endif
72!if "$(DEBUG_INFO)" == "1"
73__DEBUGINFO = -v
74!endif
75!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
76__DEBUG_DEFINE_p = -D__WXDEBUG__
77!endif
78!if "$(DEBUG_FLAG)" == "1"
79__DEBUG_DEFINE_p = -D__WXDEBUG__
80!endif
81!if "$(SHARED)" == "1"
82__DLLFLAG_p = -DWXUSINGDLL
83!endif
84!if "$(USE_GUI)" == "1"
85__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
86!endif
87!if "$(USE_GUI)" == "1"
88__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
89!endif
90!if "$(USE_GUI)" == "1"
91__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
92!endif
93!if "$(MONOLITHIC)" == "0"
94__MULTILIB_FLAG_p = -DwxUSE_GUI=0
95!endif
96!if "$(BUILD)" == "debug"
97__OPTIMIZEFLAG_2 = -Od
98!endif
99!if "$(BUILD)" == "release"
100__OPTIMIZEFLAG_2 = -O2
101!endif
102!if "$(RUNTIME_LIBS)" == "dynamic"
103__RUNTIME_LIBS_6 = -tWR
104!endif
105!if "$(RUNTIME_LIBS)" == "static"
106__RUNTIME_LIBS_6 =
107!endif
108!if "$(RUNTIME_LIBS)" == "dynamic"
109__RUNTIME_LIBS_7 = i
110!endif
111!if "$(RUNTIME_LIBS)" == "static"
112__RUNTIME_LIBS_7 =
113!endif
114!if "$(UNICODE)" == "1"
115__UNICODE_DEFINE_p = -D_UNICODE
116!endif
117!if "$(MSLU)" == "1"
118__UNICOWS_LIB_p = unicows.lib
119!endif
120!if "$(MONOLITHIC)" == "0"
121__WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
122!endif
123!if "$(MONOLITHIC)" == "1"
124__WXLIB_MONO_p = \
125 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
126!endif
127!if "$(WXUNIV)" == "1"
128__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
129!endif
130
131
132all: $(OBJS)
133$(OBJS):
134 -if not exist $(OBJS) mkdir $(OBJS)
135
136### Targets: ###
137
138all: $(OBJS)\console.exe data
139
140$(OBJS)\console_console.obj: .\console.cpp
141 $(CXX) -q -c -P -o$@ $(CONSOLE_CXXFLAGS) $**
142
143clean:
144 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
145 -if exist $(OBJS)\*.res del $(OBJS)\*.res
146 -if exist $(OBJS)\console.exe del $(OBJS)\console.exe
147 -if exist $(OBJS)\console.tds del $(OBJS)\console.tds
148 -if exist $(OBJS)\console.ilc del $(OBJS)\console.ilc
149 -if exist $(OBJS)\console.ild del $(OBJS)\console.ild
150 -if exist $(OBJS)\console.ilf del $(OBJS)\console.ilf
151 -if exist $(OBJS)\console.ils del $(OBJS)\console.ils
152
153$(OBJS)\console.exe: $(CONSOLE_OBJECTS)
154 ilink32 -Tpe -q $(LDFLAGS) -L$(BCCDIR)\lib $(__DEBUGINFO) -L$(LIBDIRNAME) -ap @&&|
155 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 $(__UNICOWS_LIB_p) ole2w32.lib oleacc.lib import32.lib cw32mt$(__RUNTIME_LIBS_7).lib,,
156|
157
158data:
159 if not exist $(OBJS) mkdir $(OBJS)
160 for %f in (testdata.fc) do if not exist $(OBJS)\%f copy .\%f $(OBJS)