]> git.saurik.com Git - wxWidgets.git/blame - samples/stc/makefile.bcc
Convert back to UNIX line endings (again)
[wxWidgets.git] / samples / stc / makefile.bcc
CommitLineData
2d611b5c
VS
1# =========================================================================
2# This makefile was generated by
c4839ccf 3# Bakefile 0.1.4 (http://bakefile.sourceforge.net)
2d611b5c
VS
4# Do not modify, all changes will be overwritten!
5# =========================================================================
6
9bfe7ad9
VS
7.autodepend
8
2d611b5c 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
2d611b5c
VS
13BCCDIR = $(MAKEDIR)\..
14!endif
15
16!include ../../../build/msw/config.bcc
17
18# -------------------------------------------------------------------------
19# Do not modify the rest of this file!
20# -------------------------------------------------------------------------
21
2d611b5c
VS
22### Variables: ###
23
c33fae85 24WX_RELEASE_NODOT = 25
2d611b5c
VS
25OBJS = \
26 bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
19c35fa5
VS
27SETUPHDIR = \
28 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
9bfe7ad9
VS
29STCTEST_CXXFLAGS = $(__RUNTIME_LIBS_6) -I$(BCCDIR)\include $(__DEBUGINFO) \
30 $(__OPTIMIZEFLAG_2) -tWM -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
2d611b5c 31 $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) -I.\..\..\..\include \
c33fae85
RN
32 -I$(SETUPHDIR) -I. $(__DLLFLAG_p) -I.\..\..\..\samples -DNOPCH \
33 -I.\..\..\include $(CPPFLAGS) $(CXXFLAGS)
2d611b5c 34STCTEST_OBJECTS = \
88a8b04e
RD
35 $(OBJS)\stctest_stctest.obj \
36 $(OBJS)\stctest_edit.obj \
37 $(OBJS)\stctest_prefs.obj
2d611b5c
VS
38
39### Conditionally set variables: ###
40
41!if "$(USE_GUI)" == "0"
42PORTNAME = base
43!endif
44!if "$(USE_GUI)" == "1"
45PORTNAME = msw
46!endif
47!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
48WXDEBUGFLAG = d
49!endif
50!if "$(DEBUG_FLAG)" == "1"
51WXDEBUGFLAG = d
52!endif
2d611b5c
VS
53!if "$(UNICODE)" == "1"
54WXUNICODEFLAG = u
55!endif
56!if "$(WXUNIV)" == "1"
57WXUNIVNAME = univ
58!endif
2d611b5c 59!if "$(SHARED)" == "1"
b17c1746 60WXDLLFLAG = dll
2d611b5c
VS
61!endif
62!if "$(BUILD)" == "debug"
63__OPTIMIZEFLAG_2 = -Od
64!endif
65!if "$(BUILD)" == "release"
66__OPTIMIZEFLAG_2 = -O2
67!endif
68!if "$(RUNTIME_LIBS)" == "dynamic"
69__RUNTIME_LIBS_6 = -tWR
70!endif
71!if "$(RUNTIME_LIBS)" == "static"
72__RUNTIME_LIBS_6 =
73!endif
74!if "$(RUNTIME_LIBS)" == "dynamic"
75__RUNTIME_LIBS_7 = i
76!endif
77!if "$(RUNTIME_LIBS)" == "static"
78__RUNTIME_LIBS_7 =
79!endif
b17c1746
DE
80!if "$(WXUNIV)" == "1"
81__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
82!endif
83!if "$(WXUNIV)" == "1"
84__WXUNIV_DEFINE_p_1 = -d__WXUNIVERSAL__
85!endif
86!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
87__DEBUG_DEFINE_p = -D__WXDEBUG__
88!endif
89!if "$(DEBUG_FLAG)" == "1"
90__DEBUG_DEFINE_p = -D__WXDEBUG__
91!endif
92!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
93__DEBUG_DEFINE_p_1 = -d__WXDEBUG__
94!endif
95!if "$(DEBUG_FLAG)" == "1"
96__DEBUG_DEFINE_p_1 = -d__WXDEBUG__
97!endif
2d611b5c 98!if "$(UNICODE)" == "1"
ec08d395 99__UNICODE_DEFINE_p = -D_UNICODE
2d611b5c
VS
100!endif
101!if "$(UNICODE)" == "1"
ec08d395 102__UNICODE_DEFINE_p_1 = -d_UNICODE
2d611b5c 103!endif
b17c1746
DE
104!if "$(SHARED)" == "1"
105__DLLFLAG_p = -DWXUSINGDLL
19c35fa5 106!endif
b17c1746
DE
107!if "$(SHARED)" == "1"
108__DLLFLAG_p_1 = -dWXUSINGDLL
2d611b5c
VS
109!endif
110!if "$(MONOLITHIC)" == "0"
111__WXLIB_CORE_p = \
c33fae85 112 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
2d611b5c 113!endif
b17c1746 114!if "$(MONOLITHIC)" == "0"
c33fae85
RN
115__WXLIB_BASE_p = \
116 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
b17c1746 117!endif
2d611b5c
VS
118!if "$(MONOLITHIC)" == "1"
119__WXLIB_MONO_p = \
c33fae85 120 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
2d611b5c 121!endif
b17c1746 122!if "$(USE_GUI)" == "1"
9c2d002b 123__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
2d611b5c 124!endif
b17c1746 125!if "$(USE_GUI)" == "1"
9c2d002b 126__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
b17c1746
DE
127!endif
128!if "$(USE_GUI)" == "1"
9c2d002b 129__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
b17c1746
DE
130!endif
131!if "$(MSLU)" == "1"
132__UNICOWS_LIB_p = unicows.lib
133!endif
134!if "$(SHARED)" == "0"
135LIBDIRNAME = .\..\..\..\lib\bcc_lib$(CFG)
136!endif
137!if "$(SHARED)" == "1"
138LIBDIRNAME = .\..\..\..\lib\bcc_dll$(CFG)
139!endif
140!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
141__DEBUGINFO = -v
142!endif
143!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
144__DEBUGINFO = -v-
145!endif
146!if "$(DEBUG_INFO)" == "0"
147__DEBUGINFO = -v-
148!endif
149!if "$(DEBUG_INFO)" == "1"
150__DEBUGINFO = -v
2d611b5c
VS
151!endif
152
2d611b5c
VS
153
154all: $(OBJS)
155$(OBJS):
156 -if not exist $(OBJS) mkdir $(OBJS)
157
158### Targets: ###
159
1e545382 160all: $(OBJS)\stctest.exe data
88a8b04e 161
2d611b5c
VS
162clean:
163 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
164 -if exist $(OBJS)\*.res del $(OBJS)\*.res
165 -if exist $(OBJS)\stctest.exe del $(OBJS)\stctest.exe
ec08d395
JS
166 -if exist $(OBJS)\stctest.tds del $(OBJS)\stctest.tds
167 -if exist $(OBJS)\stctest.ilc del $(OBJS)\stctest.ilc
168 -if exist $(OBJS)\stctest.ild del $(OBJS)\stctest.ild
169 -if exist $(OBJS)\stctest.ilf del $(OBJS)\stctest.ilf
170 -if exist $(OBJS)\stctest.ils del $(OBJS)\stctest.ils
2d611b5c 171
2d611b5c 172$(OBJS)\stctest.exe: $(STCTEST_OBJECTS) $(OBJS)\stctest_sample.res
9bfe7ad9 173 ilink32 -Tpe -q $(LDFLAGS) -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -aa @&&|
9c2d002b 174 c0w32.obj $(STCTEST_OBJECTS),$@,, wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_stc.lib $(__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 $(__UNICOWS_LIB_p) ole2w32.lib oleacc.lib odbc32.lib import32.lib cw32mt$(__RUNTIME_LIBS_7).lib,, $(OBJS)\stctest_sample.res
2d611b5c 175|
b17c1746
DE
176
177data:
178 if not exist $(OBJS) mkdir $(OBJS)
179 for %f in (stctest.cpp) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
180
181$(OBJS)\stctest_sample.res: .\..\..\..\samples\sample.rc
182 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 $**
183
184$(OBJS)\stctest_stctest.obj: .\stctest.cpp
185 $(CXX) -q -c -P -o$@ $(STCTEST_CXXFLAGS) $**
186
187$(OBJS)\stctest_edit.obj: .\edit.cpp
188 $(CXX) -q -c -P -o$@ $(STCTEST_CXXFLAGS) $**
189
190$(OBJS)\stctest_prefs.obj: .\prefs.cpp
191 $(CXX) -q -c -P -o$@ $(STCTEST_CXXFLAGS) $**