]> git.saurik.com Git - wxWidgets.git/blame - samples/richedit/makefile.bcc
Added script to bake everthing (OK, so it's trivial...)
[wxWidgets.git] / samples / richedit / makefile.bcc
CommitLineData
250700e4
RD
1# =========================================================================
2# This makefile was generated by
c4839ccf 3# Bakefile 0.1.4 (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
c33fae85 24WX_RELEASE_NODOT = 25
250700e4
RD
25OBJS = \
26 bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
b17c1746
DE
27SETUPHDIR = \
28 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
9bfe7ad9
VS
29RICHEDIT_CXXFLAGS = $(__RUNTIME_LIBS_6) -I$(BCCDIR)\include $(__DEBUGINFO) \
30 $(__OPTIMIZEFLAG_2) -tWM -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
75a0a7b7 31 $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) -I.\..\..\include -I$(SETUPHDIR) \
c33fae85 32 -I. $(__DLLFLAG_p) -I.\..\..\samples -DNOPCH $(CPPFLAGS) $(CXXFLAGS)
25a73439 33RICHEDIT_OBJECTS = \
d179e30b
VS
34 $(OBJS)\richedit_wxLayout.obj \
35 $(OBJS)\richedit_kbList.obj \
36 $(OBJS)\richedit_wxllist.obj \
37 $(OBJS)\richedit_wxlparser.obj \
38 $(OBJS)\richedit_wxlwindow.obj
250700e4
RD
39
40### Conditionally set variables: ###
41
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"
250700e4
RD
52WXDEBUGFLAG = d
53!endif
250700e4
RD
54!if "$(UNICODE)" == "1"
55WXUNICODEFLAG = u
56!endif
57!if "$(WXUNIV)" == "1"
58WXUNIVNAME = univ
59!endif
250700e4 60!if "$(SHARED)" == "1"
b17c1746 61WXDLLFLAG = dll
25a73439 62!endif
250700e4
RD
63!if "$(BUILD)" == "debug"
64__OPTIMIZEFLAG_2 = -Od
65!endif
66!if "$(BUILD)" == "release"
67__OPTIMIZEFLAG_2 = -O2
68!endif
69!if "$(RUNTIME_LIBS)" == "dynamic"
70__RUNTIME_LIBS_6 = -tWR
71!endif
72!if "$(RUNTIME_LIBS)" == "static"
73__RUNTIME_LIBS_6 =
74!endif
75!if "$(RUNTIME_LIBS)" == "dynamic"
76__RUNTIME_LIBS_7 = i
77!endif
78!if "$(RUNTIME_LIBS)" == "static"
79__RUNTIME_LIBS_7 =
80!endif
b17c1746
DE
81!if "$(WXUNIV)" == "1"
82__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
83!endif
84!if "$(WXUNIV)" == "1"
85__WXUNIV_DEFINE_p_1 = -d__WXUNIVERSAL__
86!endif
87!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
88__DEBUG_DEFINE_p = -D__WXDEBUG__
89!endif
90!if "$(DEBUG_FLAG)" == "1"
91__DEBUG_DEFINE_p = -D__WXDEBUG__
92!endif
93!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
94__DEBUG_DEFINE_p_1 = -d__WXDEBUG__
95!endif
96!if "$(DEBUG_FLAG)" == "1"
97__DEBUG_DEFINE_p_1 = -d__WXDEBUG__
98!endif
250700e4 99!if "$(UNICODE)" == "1"
fd3eb307 100__UNICODE_DEFINE_p = -D_UNICODE
250700e4
RD
101!endif
102!if "$(UNICODE)" == "1"
fd3eb307 103__UNICODE_DEFINE_p_1 = -d_UNICODE
250700e4 104!endif
b17c1746
DE
105!if "$(SHARED)" == "1"
106__DLLFLAG_p = -DWXUSINGDLL
4e209a20 107!endif
b17c1746
DE
108!if "$(SHARED)" == "1"
109__DLLFLAG_p_1 = -dWXUSINGDLL
250700e4
RD
110!endif
111!if "$(MONOLITHIC)" == "0"
112__WXLIB_CORE_p = \
c33fae85 113 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
250700e4 114!endif
b17c1746 115!if "$(MONOLITHIC)" == "0"
c33fae85
RN
116__WXLIB_BASE_p = \
117 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
b17c1746 118!endif
250700e4
RD
119!if "$(MONOLITHIC)" == "1"
120__WXLIB_MONO_p = \
c33fae85 121 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
250700e4 122!endif
b17c1746 123!if "$(USE_GUI)" == "1"
c33fae85 124__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG)$(WX_RELEASE_NODOT).lib
250700e4 125!endif
b17c1746 126!if "$(USE_GUI)" == "1"
c33fae85 127__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG)$(WX_RELEASE_NODOT).lib
b17c1746
DE
128!endif
129!if "$(USE_GUI)" == "1"
c33fae85 130__LIB_PNG_p = wxpng$(WXDEBUGFLAG)$(WX_RELEASE_NODOT).lib
b17c1746
DE
131!endif
132!if "$(MSLU)" == "1"
133__UNICOWS_LIB_p = unicows.lib
134!endif
135!if "$(SHARED)" == "0"
136LIBDIRNAME = .\..\..\lib\bcc_lib$(CFG)
137!endif
138!if "$(SHARED)" == "1"
139LIBDIRNAME = .\..\..\lib\bcc_dll$(CFG)
140!endif
141!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
142__DEBUGINFO = -v
143!endif
144!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
145__DEBUGINFO = -v-
146!endif
147!if "$(DEBUG_INFO)" == "0"
148__DEBUGINFO = -v-
149!endif
150!if "$(DEBUG_INFO)" == "1"
151__DEBUGINFO = -v
250700e4
RD
152!endif
153
154
155all: $(OBJS)
156$(OBJS):
157 -if not exist $(OBJS) mkdir $(OBJS)
158
159### Targets: ###
160
fd3eb307 161all: $(OBJS)\richedit.exe data
250700e4 162
b17c1746
DE
163clean:
164 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
165 -if exist $(OBJS)\*.res del $(OBJS)\*.res
166 -if exist $(OBJS)\richedit.exe del $(OBJS)\richedit.exe
167 -if exist $(OBJS)\richedit.tds del $(OBJS)\richedit.tds
168 -if exist $(OBJS)\richedit.ilc del $(OBJS)\richedit.ilc
169 -if exist $(OBJS)\richedit.ild del $(OBJS)\richedit.ild
170 -if exist $(OBJS)\richedit.ilf del $(OBJS)\richedit.ilf
171 -if exist $(OBJS)\richedit.ils del $(OBJS)\richedit.ils
172
173$(OBJS)\richedit.exe: $(RICHEDIT_OBJECTS) $(OBJS)\richedit_sample.res
174 ilink32 -Tpe -q $(LDFLAGS) -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -aa @&&|
c33fae85 175 c0w32.obj $(RICHEDIT_OBJECTS),$@,, $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) wxzlib$(WXDEBUGFLAG)$(WX_RELEASE_NODOT).lib wxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_RELEASE_NODOT).lib wxexpat$(WXDEBUGFLAG)$(WX_RELEASE_NODOT).lib $(__UNICOWS_LIB_p) ole2w32.lib oleacc.lib odbc32.lib import32.lib cw32mt$(__RUNTIME_LIBS_7).lib,, $(OBJS)\richedit_sample.res
b17c1746
DE
176|
177
178data:
179 if not exist $(OBJS) mkdir $(OBJS)
180 for %f in (wxLayout.cpp) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
250700e4 181
d179e30b 182$(OBJS)\richedit_sample.res: .\..\..\samples\sample.rc
ec08d395 183 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 184
d179e30b
VS
185$(OBJS)\richedit_wxLayout.obj: .\wxLayout.cpp
186 $(CXX) -q -c -P -o$@ $(RICHEDIT_CXXFLAGS) $**
187
b17c1746
DE
188$(OBJS)\richedit_kbList.obj: .\kbList.cpp
189 $(CXX) -q -c -P -o$@ $(RICHEDIT_CXXFLAGS) $**
190
d179e30b
VS
191$(OBJS)\richedit_wxllist.obj: .\wxllist.cpp
192 $(CXX) -q -c -P -o$@ $(RICHEDIT_CXXFLAGS) $**
193
194$(OBJS)\richedit_wxlparser.obj: .\wxlparser.cpp
195 $(CXX) -q -c -P -o$@ $(RICHEDIT_CXXFLAGS) $**
196
197$(OBJS)\richedit_wxlwindow.obj: .\wxlwindow.cpp
198 $(CXX) -q -c -P -o$@ $(RICHEDIT_CXXFLAGS) $**