]> git.saurik.com Git - wxWidgets.git/blame - samples/console/makefile.bcc
account for the scrollbars in GetViewRect()
[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
1c3a6972
VS
23CONSOLE_CXXFLAGS = $(CPPFLAGS) $(__RUNTIME_LIBS_6) -I$(BCCDIR)\include \
24 $(__DEBUGINFO) $(__OPTIMIZEFLAG_2) -tWM -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
75a0a7b7
VS
25 $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) -I.\..\..\include -I$(SETUPHDIR) \
26 -I. $(__DLLFLAG_p) $(__MULTILIB_FLAG_p) $(CXXFLAGS)
25a73439
VS
27CONSOLE_OBJECTS = \
28 $(OBJS)\console_console.obj
250700e4
RD
29OBJS = \
30 bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
75a0a7b7
VS
31SETUPHDIR = \
32 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
6f628073
VS
33
34### Conditionally set variables: ###
35
75a0a7b7
VS
36!if "$(SHARED)" == "0"
37LIBDIRNAME = .\..\..\lib\bcc_lib$(CFG)
38!endif
39!if "$(SHARED)" == "1"
40LIBDIRNAME = .\..\..\lib\bcc_dll$(CFG)
41!endif
6f628073
VS
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
54!if "$(SHARED)" == "1"
55WXDLLFLAG = dll
56!endif
57!if "$(UNICODE)" == "1"
58WXUNICODEFLAG = u
59!endif
60!if "$(WXUNIV)" == "1"
61WXUNIVNAME = univ
62!endif
25a73439
VS
63!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
64__DEBUGINFO = -v
ee5749a6 65!endif
25a73439
VS
66!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
67__DEBUGINFO = -v-
ee5749a6 68!endif
25a73439
VS
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"
6f628073
VS
79__DEBUG_DEFINE_p = -D__WXDEBUG__
80!endif
81!if "$(SHARED)" == "1"
82__DLLFLAG_p = -DWXUSINGDLL
83!endif
25a73439
VS
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
6f628073
VS
93!if "$(MONOLITHIC)" == "0"
94__MULTILIB_FLAG_p = -DwxUSE_GUI=0
95!endif
ee5749a6
VS
96!if "$(BUILD)" == "debug"
97__OPTIMIZEFLAG_2 = -Od
98!endif
99!if "$(BUILD)" == "release"
100__OPTIMIZEFLAG_2 = -O2
101!endif
250700e4
RD
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
6f628073
VS
114!if "$(UNICODE)" == "1"
115__UNICODE_DEFINE_p = -DwxUSE_UNICODE=1
116!endif
4e209a20
VS
117!if "$(MSLU)" == "1"
118__UNICOWS_LIB_p = unicows.lib
119!endif
6f628073 120!if "$(MONOLITHIC)" == "0"
0706fb23 121__WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
6f628073
VS
122!endif
123!if "$(MONOLITHIC)" == "1"
250700e4
RD
124__WXLIB_MONO_p = \
125 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
6f628073
VS
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
0706fb23 141 $(CXX) -q -c -P -o$@ $(CONSOLE_CXXFLAGS) $**
6f628073
VS
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
6f628073 147
25a73439 148$(OBJS)\console.exe: $(CONSOLE_OBJECTS)
1c3a6972
VS
149 ilink32 -Tpe -q $(LDFLAGS) -L$(BCCDIR)\lib $(__DEBUGINFO) -L$(LIBDIRNAME) -ap @&&|
150 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) import32.lib ole2w32.lib import32.lib cw32mt$(__RUNTIME_LIBS_7).lib,,
6f628073
VS
151|
152
153data:
0706fb23
VS
154 if not exist $(OBJS) mkdir $(OBJS)
155 for %f in (testdata.fc) do if not exist $(OBJS)\%f copy .\%f $(OBJS)