]> git.saurik.com Git - wxWidgets.git/blame - samples/richedit/makefile.bcc
updated VC build instructions
[wxWidgets.git] / samples / richedit / makefile.bcc
CommitLineData
250700e4
RD
1# =========================================================================
2# This makefile was generated by
c3255f5f 3# Bakefile 0.1.3 (http://bakefile.sourceforge.net)
250700e4
RD
4# Do not modify, all changes will be overwritten!
5# =========================================================================
6
9bfe7ad9
VS
7.autodepend
8
250700e4 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
250700e4
RD
13BCCDIR = $(MAKEDIR)\..
14!endif
15
fd9f42b6 16!include ../../build/msw/config.bcc
250700e4
RD
17
18# -------------------------------------------------------------------------
19# Do not modify the rest of this file!
20# -------------------------------------------------------------------------
21
250700e4
RD
22### Variables: ###
23
24OBJS = \
25 bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
b17c1746
DE
26SETUPHDIR = \
27 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
9bfe7ad9
VS
28RICHEDIT_CXXFLAGS = $(__RUNTIME_LIBS_6) -I$(BCCDIR)\include $(__DEBUGINFO) \
29 $(__OPTIMIZEFLAG_2) -tWM -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
75a0a7b7 30 $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) -I.\..\..\include -I$(SETUPHDIR) \
9bfe7ad9 31 -I. $(__DLLFLAG_p) -I.\..\..\samples $(CPPFLAGS) $(CXXFLAGS)
25a73439 32RICHEDIT_OBJECTS = \
d179e30b
VS
33 $(OBJS)\richedit_wxLayout.obj \
34 $(OBJS)\richedit_kbList.obj \
35 $(OBJS)\richedit_wxllist.obj \
36 $(OBJS)\richedit_wxlparser.obj \
37 $(OBJS)\richedit_wxlwindow.obj
250700e4
RD
38
39### Conditionally set variables: ###
40
41!if "$(USE_GUI)" == "0"
42PORTNAME = base
43!endif
44!if "$(USE_GUI)" == "1"
45PORTNAME = msw
46!endif
25a73439
VS
47!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
48WXDEBUGFLAG = d
49!endif
50!if "$(DEBUG_FLAG)" == "1"
250700e4
RD
51WXDEBUGFLAG = d
52!endif
250700e4
RD
53!if "$(UNICODE)" == "1"
54WXUNICODEFLAG = u
55!endif
56!if "$(WXUNIV)" == "1"
57WXUNIVNAME = univ
58!endif
250700e4 59!if "$(SHARED)" == "1"
b17c1746 60WXDLLFLAG = dll
25a73439 61!endif
250700e4
RD
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
250700e4 98!if "$(UNICODE)" == "1"
fd3eb307 99__UNICODE_DEFINE_p = -D_UNICODE
250700e4
RD
100!endif
101!if "$(UNICODE)" == "1"
fd3eb307 102__UNICODE_DEFINE_p_1 = -d_UNICODE
250700e4 103!endif
b17c1746
DE
104!if "$(SHARED)" == "1"
105__DLLFLAG_p = -DWXUSINGDLL
4e209a20 106!endif
b17c1746
DE
107!if "$(SHARED)" == "1"
108__DLLFLAG_p_1 = -dWXUSINGDLL
250700e4
RD
109!endif
110!if "$(MONOLITHIC)" == "0"
111__WXLIB_CORE_p = \
112 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core.lib
113!endif
b17c1746
DE
114!if "$(MONOLITHIC)" == "0"
115__WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
116!endif
250700e4
RD
117!if "$(MONOLITHIC)" == "1"
118__WXLIB_MONO_p = \
119 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
120!endif
b17c1746
DE
121!if "$(USE_GUI)" == "1"
122__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
250700e4 123!endif
b17c1746
DE
124!if "$(USE_GUI)" == "1"
125__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
126!endif
127!if "$(USE_GUI)" == "1"
128__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
129!endif
130!if "$(MSLU)" == "1"
131__UNICOWS_LIB_p = unicows.lib
132!endif
133!if "$(SHARED)" == "0"
134LIBDIRNAME = .\..\..\lib\bcc_lib$(CFG)
135!endif
136!if "$(SHARED)" == "1"
137LIBDIRNAME = .\..\..\lib\bcc_dll$(CFG)
138!endif
139!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
140__DEBUGINFO = -v
141!endif
142!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
143__DEBUGINFO = -v-
144!endif
145!if "$(DEBUG_INFO)" == "0"
146__DEBUGINFO = -v-
147!endif
148!if "$(DEBUG_INFO)" == "1"
149__DEBUGINFO = -v
250700e4
RD
150!endif
151
152
153all: $(OBJS)
154$(OBJS):
155 -if not exist $(OBJS) mkdir $(OBJS)
156
157### Targets: ###
158
fd3eb307 159all: $(OBJS)\richedit.exe data
250700e4 160
b17c1746
DE
161clean:
162 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
163 -if exist $(OBJS)\*.res del $(OBJS)\*.res
164 -if exist $(OBJS)\richedit.exe del $(OBJS)\richedit.exe
165 -if exist $(OBJS)\richedit.tds del $(OBJS)\richedit.tds
166 -if exist $(OBJS)\richedit.ilc del $(OBJS)\richedit.ilc
167 -if exist $(OBJS)\richedit.ild del $(OBJS)\richedit.ild
168 -if exist $(OBJS)\richedit.ilf del $(OBJS)\richedit.ilf
169 -if exist $(OBJS)\richedit.ils del $(OBJS)\richedit.ils
170
171$(OBJS)\richedit.exe: $(RICHEDIT_OBJECTS) $(OBJS)\richedit_sample.res
172 ilink32 -Tpe -q $(LDFLAGS) -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -aa @&&|
b92ca8cf 173 c0w32.obj $(RICHEDIT_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 $(__UNICOWS_LIB_p) ole2w32.lib oleacc.lib odbc32.lib import32.lib cw32mt$(__RUNTIME_LIBS_7).lib,, $(OBJS)\richedit_sample.res
b17c1746
DE
174|
175
176data:
177 if not exist $(OBJS) mkdir $(OBJS)
178 for %f in (wxLayout.cpp) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
250700e4 179
d179e30b 180$(OBJS)\richedit_sample.res: .\..\..\samples\sample.rc
ec08d395 181 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 $**
250700e4 182
d179e30b
VS
183$(OBJS)\richedit_wxLayout.obj: .\wxLayout.cpp
184 $(CXX) -q -c -P -o$@ $(RICHEDIT_CXXFLAGS) $**
185
b17c1746
DE
186$(OBJS)\richedit_kbList.obj: .\kbList.cpp
187 $(CXX) -q -c -P -o$@ $(RICHEDIT_CXXFLAGS) $**
188
d179e30b
VS
189$(OBJS)\richedit_wxllist.obj: .\wxllist.cpp
190 $(CXX) -q -c -P -o$@ $(RICHEDIT_CXXFLAGS) $**
191
192$(OBJS)\richedit_wxlparser.obj: .\wxlparser.cpp
193 $(CXX) -q -c -P -o$@ $(RICHEDIT_CXXFLAGS) $**
194
195$(OBJS)\richedit_wxlwindow.obj: .\wxlwindow.cpp
196 $(CXX) -q -c -P -o$@ $(RICHEDIT_CXXFLAGS) $**