]> git.saurik.com Git - wxWidgets.git/blame - samples/dialogs/makefile.bcc
Added trailing newline.
[wxWidgets.git] / samples / dialogs / makefile.bcc
CommitLineData
6f628073
VS
1# =========================================================================
2# This makefile was generated by
b14abf14 3# Bakefile 0.1.6 (http://bakefile.sourceforge.net)
6f628073
VS
4# Do not modify, all changes will be overwritten!
5# =========================================================================
62448488 6
9bfe7ad9
VS
7.autodepend
8
0706fb23 9!ifndef BCCDIR
9bfe7ad9
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
c33fae85 24WX_RELEASE_NODOT = 25
b17c1746
DE
25OBJS = \
26 bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
b14abf14 27LIBDIRNAME = .\..\..\lib\bcc_$(LIBTYPE_SUFFIX)$(CFG)
b17c1746
DE
28SETUPHDIR = \
29 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
9bfe7ad9
VS
30DIALOGS_CXXFLAGS = $(__RUNTIME_LIBS_6) -I$(BCCDIR)\include $(__DEBUGINFO) \
31 $(__OPTIMIZEFLAG_2) -tWM -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
75a0a7b7 32 $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) -I.\..\..\include -I$(SETUPHDIR) \
c33fae85 33 -I. $(__DLLFLAG_p) -I.\..\..\samples -DNOPCH $(CPPFLAGS) $(CXXFLAGS)
25a73439 34DIALOGS_OBJECTS = \
63c83961 35 $(OBJS)\dialogs_dialogs.obj \
b14abf14 36 $(____GENERIC_DIALOGS_IN_NATIVE_BUILDS_FILENAMES_OBJECTS)
6f628073
VS
37
38### Conditionally set variables: ###
39
40!if "$(USE_GUI)" == "0"
41PORTNAME = base
62448488 42!endif
6f628073
VS
43!if "$(USE_GUI)" == "1"
44PORTNAME = msw
45!endif
25a73439
VS
46!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
47WXDEBUGFLAG = d
48!endif
49!if "$(DEBUG_FLAG)" == "1"
6f628073
VS
50WXDEBUGFLAG = d
51!endif
6f628073
VS
52!if "$(UNICODE)" == "1"
53WXUNICODEFLAG = u
54!endif
55!if "$(WXUNIV)" == "1"
56WXUNIVNAME = univ
57!endif
6f628073 58!if "$(SHARED)" == "1"
b17c1746 59WXDLLFLAG = dll
25a73439 60!endif
b14abf14
JS
61!if "$(SHARED)" == "0"
62LIBTYPE_SUFFIX = lib
63!endif
64!if "$(SHARED)" == "1"
65LIBTYPE_SUFFIX = dll
66!endif
dd65d8c8
RN
67!if "$(MONOLITHIC)" == "0"
68EXTRALIBS_FOR_BASE =
69!endif
70!if "$(MONOLITHIC)" == "1"
71EXTRALIBS_FOR_BASE =
72!endif
ee5749a6
VS
73!if "$(BUILD)" == "debug"
74__OPTIMIZEFLAG_2 = -Od
75!endif
76!if "$(BUILD)" == "release"
77__OPTIMIZEFLAG_2 = -O2
78!endif
250700e4
RD
79!if "$(RUNTIME_LIBS)" == "dynamic"
80__RUNTIME_LIBS_6 = -tWR
81!endif
82!if "$(RUNTIME_LIBS)" == "static"
83__RUNTIME_LIBS_6 =
84!endif
85!if "$(RUNTIME_LIBS)" == "dynamic"
86__RUNTIME_LIBS_7 = i
87!endif
88!if "$(RUNTIME_LIBS)" == "static"
89__RUNTIME_LIBS_7 =
90!endif
b17c1746
DE
91!if "$(WXUNIV)" == "1"
92__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
93!endif
94!if "$(WXUNIV)" == "1"
95__WXUNIV_DEFINE_p_1 = -d__WXUNIVERSAL__
96!endif
97!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
98__DEBUG_DEFINE_p = -D__WXDEBUG__
99!endif
100!if "$(DEBUG_FLAG)" == "1"
101__DEBUG_DEFINE_p = -D__WXDEBUG__
102!endif
103!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
104__DEBUG_DEFINE_p_1 = -d__WXDEBUG__
105!endif
106!if "$(DEBUG_FLAG)" == "1"
107__DEBUG_DEFINE_p_1 = -d__WXDEBUG__
108!endif
6f628073 109!if "$(UNICODE)" == "1"
ec08d395 110__UNICODE_DEFINE_p = -D_UNICODE
6f628073
VS
111!endif
112!if "$(UNICODE)" == "1"
ec08d395 113__UNICODE_DEFINE_p_1 = -d_UNICODE
6f628073 114!endif
b17c1746
DE
115!if "$(SHARED)" == "1"
116__DLLFLAG_p = -DWXUSINGDLL
117!endif
118!if "$(SHARED)" == "1"
119__DLLFLAG_p_1 = -dWXUSINGDLL
4e209a20 120!endif
c33fae85 121!if "$(SHARED)" == "0" && "$(WXUNIV)" == "0"
b14abf14 122____GENERIC_DIALOGS_IN_NATIVE_BUILDS_FILENAMES_OBJECTS = \
63c83961
WS
123 $(OBJS)\dialogs_colrdlgg.obj \
124 $(OBJS)\dialogs_dirdlgg.obj \
695fe764 125 $(OBJS)\dialogs_filedlgg.obj \
63c83961
WS
126 $(OBJS)\dialogs_fontdlgg.obj
127!endif
6f628073 128!if "$(MONOLITHIC)" == "0"
fd9f42b6 129__WXLIB_ADV_p = \
c33fae85 130 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_adv.lib
fd9f42b6
VS
131!endif
132!if "$(MONOLITHIC)" == "0"
250700e4 133__WXLIB_CORE_p = \
c33fae85 134 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
6f628073 135!endif
b17c1746 136!if "$(MONOLITHIC)" == "0"
c33fae85
RN
137__WXLIB_BASE_p = \
138 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
b17c1746 139!endif
6f628073 140!if "$(MONOLITHIC)" == "1"
250700e4 141__WXLIB_MONO_p = \
c33fae85 142 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
6f628073 143!endif
b17c1746 144!if "$(USE_GUI)" == "1"
9c2d002b 145__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
6f628073 146!endif
b17c1746 147!if "$(USE_GUI)" == "1"
9c2d002b 148__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
b17c1746
DE
149!endif
150!if "$(USE_GUI)" == "1"
9c2d002b 151__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
b17c1746
DE
152!endif
153!if "$(MSLU)" == "1"
154__UNICOWS_LIB_p = unicows.lib
155!endif
b17c1746
DE
156!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
157__DEBUGINFO = -v
158!endif
159!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
160__DEBUGINFO = -v-
161!endif
162!if "$(DEBUG_INFO)" == "0"
163__DEBUGINFO = -v-
164!endif
165!if "$(DEBUG_INFO)" == "1"
166__DEBUGINFO = -v
6f628073
VS
167!endif
168
169
170all: $(OBJS)
171$(OBJS):
172 -if not exist $(OBJS) mkdir $(OBJS)
173
174### Targets: ###
175
176all: $(OBJS)\dialogs.exe data
177
6f628073
VS
178clean:
179 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
180 -if exist $(OBJS)\*.res del $(OBJS)\*.res
b14abf14 181 -if exist $(OBJS)\*.csm del $(OBJS)\*.csm
6f628073 182 -if exist $(OBJS)\dialogs.exe del $(OBJS)\dialogs.exe
ec08d395
JS
183 -if exist $(OBJS)\dialogs.tds del $(OBJS)\dialogs.tds
184 -if exist $(OBJS)\dialogs.ilc del $(OBJS)\dialogs.ilc
185 -if exist $(OBJS)\dialogs.ild del $(OBJS)\dialogs.ild
186 -if exist $(OBJS)\dialogs.ilf del $(OBJS)\dialogs.ilf
187 -if exist $(OBJS)\dialogs.ils del $(OBJS)\dialogs.ils
62448488 188
25a73439 189$(OBJS)\dialogs.exe: $(DIALOGS_OBJECTS) $(OBJS)\dialogs_dialogs.res
9bfe7ad9 190 ilink32 -Tpe -q $(LDFLAGS) -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -aa @&&|
b14abf14 191 c0w32.obj $(DIALOGS_OBJECTS),$@,, $(__WXLIB_ADV_p) $(__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) ole2w32.lib oleacc.lib odbc32.lib import32.lib cw32mt$(__RUNTIME_LIBS_7).lib,, $(OBJS)\dialogs_dialogs.res
6f628073 192|
b17c1746
DE
193
194data:
195 if not exist $(OBJS) mkdir $(OBJS)
196 for %f in (tips.txt) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
197
198$(OBJS)\dialogs_dialogs.obj: .\dialogs.cpp
199 $(CXX) -q -c -P -o$@ $(DIALOGS_CXXFLAGS) $**
200
63c83961
WS
201$(OBJS)\dialogs_colrdlgg.obj: .\..\..\src\generic\colrdlgg.cpp
202 $(CXX) -q -c -P -o$@ $(DIALOGS_CXXFLAGS) $**
203
204$(OBJS)\dialogs_dirdlgg.obj: .\..\..\src\generic\dirdlgg.cpp
205 $(CXX) -q -c -P -o$@ $(DIALOGS_CXXFLAGS) $**
206
695fe764
WS
207$(OBJS)\dialogs_filedlgg.obj: .\..\..\src\generic\filedlgg.cpp
208 $(CXX) -q -c -P -o$@ $(DIALOGS_CXXFLAGS) $**
209
63c83961
WS
210$(OBJS)\dialogs_fontdlgg.obj: .\..\..\src\generic\fontdlgg.cpp
211 $(CXX) -q -c -P -o$@ $(DIALOGS_CXXFLAGS) $**
212
b17c1746 213$(OBJS)\dialogs_dialogs.res: .\dialogs.rc
b14abf14
JS
214 brcc32 -32 -r -fo$@ -i$(BCCDIR)\include -d__WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) -i.\..\..\include -i$(SETUPHDIR) -i. $(__DLLFLAG_p_1) -i.\..\..\samples -dNOPCH $**
215