]> git.saurik.com Git - wxWidgets.git/blame - samples/fswatcher/makefile.bcc
Replaced 'InlineHelp' property attribute with 'Hint'; Use SetHint() wxTextCtrl and...
[wxWidgets.git] / samples / fswatcher / makefile.bcc
CommitLineData
6b8ef0b3
VZ
1# =========================================================================
2# This makefile was generated by
a7ebaf0d 3# Bakefile 0.2.8 (http://www.bakefile.org)
6b8ef0b3
VZ
4# Do not modify, all changes will be overwritten!
5# =========================================================================
6
7.autodepend
8
9!ifndef BCCDIR
10!ifndef MAKEDIR
11!error Your Borland compiler does not define MAKEDIR. Please define the BCCDIR variable, e.g. BCCDIR=d:\bc4
12!endif
13BCCDIR = $(MAKEDIR)\..
14!endif
15
16!include ../../build/msw/config.bcc
17
18# -------------------------------------------------------------------------
19# Do not modify the rest of this file!
20# -------------------------------------------------------------------------
21
22### Variables: ###
23
24WX_RELEASE_NODOT = 29
25COMPILER_PREFIX = bcc
26OBJS = \
27 $(COMPILER_PREFIX)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
28LIBDIRNAME = .\..\..\lib\$(COMPILER_PREFIX)_$(LIBTYPE_SUFFIX)$(CFG)
29SETUPHDIR = \
30 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
31FSWATCHER_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) \
34 $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) $(__MSLU_DEFINE_p) \
f82b7036
KO
35 $(__GFXCTX_DEFINE_p) -I$(SETUPHDIR) -I.\..\..\include \
36 $(____CAIRO_INCLUDEDIR_FILENAMES_p) -I. $(__DLLFLAG_p) -I.\..\..\samples \
37 -DNOPCH $(CPPFLAGS) $(CXXFLAGS)
6b8ef0b3
VZ
38FSWATCHER_OBJECTS = \
39 $(OBJS)\fswatcher_fswatcher.obj
40
41### Conditionally set variables: ###
42
43!if "$(USE_GUI)" == "0"
44PORTNAME = base
45!endif
46!if "$(USE_GUI)" == "1"
47PORTNAME = msw
48!endif
49!if "$(BUILD)" == "debug"
50WXDEBUGFLAG = d
51!endif
52!if "$(UNICODE)" == "1"
53WXUNICODEFLAG = u
54!endif
55!if "$(WXUNIV)" == "1"
56WXUNIVNAME = univ
57!endif
58!if "$(SHARED)" == "1"
59WXDLLFLAG = dll
60!endif
61!if "$(SHARED)" == "0"
62LIBTYPE_SUFFIX = lib
63!endif
64!if "$(SHARED)" == "1"
65LIBTYPE_SUFFIX = dll
66!endif
67!if "$(MONOLITHIC)" == "0"
78808897 68EXTRALIBS_FOR_BASE =
6b8ef0b3
VZ
69!endif
70!if "$(MONOLITHIC)" == "1"
78808897 71EXTRALIBS_FOR_BASE =
6b8ef0b3
VZ
72!endif
73!if "$(BUILD)" == "debug"
74__OPTIMIZEFLAG_2 = -Od
75!endif
76!if "$(BUILD)" == "release"
77__OPTIMIZEFLAG_2 = -O2
78!endif
79!if "$(USE_THREADS)" == "0"
78808897 80__THREADSFLAG_5 =
6b8ef0b3
VZ
81!endif
82!if "$(USE_THREADS)" == "1"
83__THREADSFLAG_5 = mt
84!endif
85!if "$(USE_THREADS)" == "0"
78808897 86__THREADSFLAG_6 =
6b8ef0b3
VZ
87!endif
88!if "$(USE_THREADS)" == "1"
89__THREADSFLAG_6 = -tWM
90!endif
91!if "$(RUNTIME_LIBS)" == "dynamic"
92__RUNTIME_LIBS_7 = -tWR
93!endif
94!if "$(RUNTIME_LIBS)" == "static"
78808897 95__RUNTIME_LIBS_7 =
6b8ef0b3
VZ
96!endif
97!if "$(RUNTIME_LIBS)" == "dynamic"
98__RUNTIME_LIBS_8 = i
99!endif
100!if "$(RUNTIME_LIBS)" == "static"
78808897 101__RUNTIME_LIBS_8 =
6b8ef0b3
VZ
102!endif
103!if "$(WXUNIV)" == "1"
104__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
105!endif
106!if "$(WXUNIV)" == "1"
107__WXUNIV_DEFINE_p_1 = -d__WXUNIVERSAL__
108!endif
109!if "$(DEBUG_FLAG)" == "0"
110__DEBUG_DEFINE_p = -DwxDEBUG_LEVEL=0
111!endif
112!if "$(DEBUG_FLAG)" == "0"
113__DEBUG_DEFINE_p_1 = -dwxDEBUG_LEVEL=0
114!endif
115!if "$(USE_EXCEPTIONS)" == "0"
116__EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
117!endif
118!if "$(USE_EXCEPTIONS)" == "0"
119__EXCEPTIONS_DEFINE_p_1 = -dwxNO_EXCEPTIONS
120!endif
121!if "$(USE_RTTI)" == "0"
122__RTTI_DEFINE_p = -DwxNO_RTTI
123!endif
124!if "$(USE_RTTI)" == "0"
125__RTTI_DEFINE_p_1 = -dwxNO_RTTI
126!endif
127!if "$(USE_THREADS)" == "0"
128__THREAD_DEFINE_p = -DwxNO_THREADS
129!endif
130!if "$(USE_THREADS)" == "0"
131__THREAD_DEFINE_p_1 = -dwxNO_THREADS
132!endif
133!if "$(UNICODE)" == "0"
134__UNICODE_DEFINE_p = -DwxUSE_UNICODE=0
135!endif
136!if "$(UNICODE)" == "1"
137__UNICODE_DEFINE_p = -D_UNICODE
138!endif
139!if "$(UNICODE)" == "0"
140__UNICODE_DEFINE_p_1 = -dwxUSE_UNICODE=0
141!endif
142!if "$(UNICODE)" == "1"
143__UNICODE_DEFINE_p_1 = -d_UNICODE
144!endif
145!if "$(MSLU)" == "1"
146__MSLU_DEFINE_p = -DwxUSE_UNICODE_MSLU=1
147!endif
148!if "$(MSLU)" == "1"
149__MSLU_DEFINE_p_1 = -dwxUSE_UNICODE_MSLU=1
150!endif
151!if "$(USE_GDIPLUS)" == "1"
152__GFXCTX_DEFINE_p = -DwxUSE_GRAPHICS_CONTEXT=1
153!endif
154!if "$(USE_GDIPLUS)" == "1"
155__GFXCTX_DEFINE_p_1 = -dwxUSE_GRAPHICS_CONTEXT=1
156!endif
f82b7036
KO
157!if "$(USE_CAIRO)" == "1"
158____CAIRO_INCLUDEDIR_FILENAMES_p = -I$(CAIRO_ROOT)\include\cairo
159!endif
160!if "$(USE_CAIRO)" == "1"
161____CAIRO_INCLUDEDIR_FILENAMES_1_p = -i$(CAIRO_ROOT)\include\cairo
162!endif
6b8ef0b3
VZ
163!if "$(SHARED)" == "1"
164__DLLFLAG_p = -DWXUSINGDLL
165!endif
166!if "$(SHARED)" == "1"
167__DLLFLAG_p_1 = -dWXUSINGDLL
168!endif
169!if "$(MONOLITHIC)" == "0"
170__WXLIB_CORE_p = \
171 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
172!endif
173!if "$(MONOLITHIC)" == "0"
174__WXLIB_BASE_p = \
175 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
176!endif
177!if "$(MONOLITHIC)" == "1"
178__WXLIB_MONO_p = \
179 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
180!endif
181!if "$(USE_GUI)" == "1"
182__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
183!endif
184!if "$(USE_GUI)" == "1"
185__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
186!endif
187!if "$(USE_GUI)" == "1"
188__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
189!endif
190!if "$(MSLU)" == "1"
191__UNICOWS_LIB_p = unicows.lib
192!endif
193!if "$(USE_GDIPLUS)" == "1"
194__GDIPLUS_LIB_p = gdiplus.lib
195!endif
f82b7036
KO
196!if "$(USE_CAIRO)" == "1"
197__CAIRO_LIB_p = cairo.lib
198!endif
199!if "$(USE_CAIRO)" == "1"
200____CAIRO_LIBDIR_FILENAMES_p = -L$(CAIRO_ROOT)\lib
201!endif
6b8ef0b3
VZ
202!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
203__DEBUGINFO = -v
204!endif
205!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
206__DEBUGINFO = -v-
207!endif
208!if "$(DEBUG_INFO)" == "0"
209__DEBUGINFO = -v-
210!endif
211!if "$(DEBUG_INFO)" == "1"
212__DEBUGINFO = -v
213!endif
214
215
216all: $(OBJS)
217$(OBJS):
218 -if not exist $(OBJS) mkdir $(OBJS)
219
220### Targets: ###
221
222all: $(OBJS)\fswatcher.exe
223
78808897 224clean:
6b8ef0b3
VZ
225 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
226 -if exist $(OBJS)\*.res del $(OBJS)\*.res
227 -if exist $(OBJS)\*.csm del $(OBJS)\*.csm
228 -if exist $(OBJS)\fswatcher.exe del $(OBJS)\fswatcher.exe
229 -if exist $(OBJS)\fswatcher.tds del $(OBJS)\fswatcher.tds
230 -if exist $(OBJS)\fswatcher.ilc del $(OBJS)\fswatcher.ilc
231 -if exist $(OBJS)\fswatcher.ild del $(OBJS)\fswatcher.ild
232 -if exist $(OBJS)\fswatcher.ilf del $(OBJS)\fswatcher.ilf
233 -if exist $(OBJS)\fswatcher.ils del $(OBJS)\fswatcher.ils
234
235$(OBJS)\fswatcher.exe: $(FSWATCHER_OBJECTS) $(OBJS)\fswatcher_sample.res
f82b7036
KO
236 ilink32 -Tpe -q -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -aa $(____CAIRO_LIBDIR_FILENAMES_p) $(LDFLAGS) @&&|
237 c0w32.obj $(FSWATCHER_OBJECTS),$@,, $(__WXLIB_CORE_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) $(__GDIPLUS_LIB_p) $(__CAIRO_LIB_p) ole2w32.lib oleacc.lib import32.lib cw32$(__THREADSFLAG_5)$(__RUNTIME_LIBS_8).lib,, $(OBJS)\fswatcher_sample.res
6b8ef0b3
VZ
238|
239
240$(OBJS)\fswatcher_sample.res: .\..\..\samples\sample.rc
f82b7036 241 brcc32 -32 -r -fo$@ -i$(BCCDIR)\include -d__WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__EXCEPTIONS_DEFINE_p_1) $(__RTTI_DEFINE_p_1) $(__THREAD_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) $(__MSLU_DEFINE_p_1) $(__GFXCTX_DEFINE_p_1) -i$(SETUPHDIR) -i.\..\..\include $(____CAIRO_INCLUDEDIR_FILENAMES_1_p) -i. $(__DLLFLAG_p_1) -i.\..\..\samples -dNOPCH .\..\..\samples\sample.rc
6b8ef0b3
VZ
242
243$(OBJS)\fswatcher_fswatcher.obj: .\fswatcher.cpp
244 $(CXX) -q -c -P -o$@ $(FSWATCHER_CXXFLAGS) .\fswatcher.cpp
245