]> git.saurik.com Git - wxWidgets.git/blob - utils/HelpGen/src/makefile.bcc
Added wx.lib.hyperlink from Andrea Gavana. It is a control like
[wxWidgets.git] / utils / HelpGen / src / makefile.bcc
1 # =========================================================================
2 # This makefile was generated by
3 # Bakefile 0.1.8 (http://bakefile.sourceforge.net)
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
13 BCCDIR = $(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
24 WX_RELEASE_NODOT = 26
25 OBJS = \
26 bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
27 LIBDIRNAME = .\..\..\..\lib\bcc_$(LIBTYPE_SUFFIX)$(CFG)
28 SETUPHDIR = \
29 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
30 HELPGEN_CXXFLAGS = $(__RUNTIME_LIBS_7) -I$(BCCDIR)\include $(__DEBUGINFO) \
31 $(__OPTIMIZEFLAG_2) $(__THREADSFLAG_6) -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
32 $(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
33 $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) -I.\..\..\..\include \
34 -I$(SETUPHDIR) -I. $(__DLLFLAG_p) -DwxUSE_GUI=0 $(CPPFLAGS) $(CXXFLAGS)
35 HELPGEN_OBJECTS = \
36 $(OBJS)\HelpGen_HelpGen.obj \
37 $(OBJS)\HelpGen_cjparser.obj \
38 $(OBJS)\HelpGen_docripper.obj \
39 $(OBJS)\HelpGen_ifcontext.obj \
40 $(OBJS)\HelpGen_markup.obj \
41 $(OBJS)\HelpGen_scriptbinder.obj \
42 $(OBJS)\HelpGen_sourcepainter.obj \
43 $(OBJS)\HelpGen_srcparser.obj
44
45 ### Conditionally set variables: ###
46
47 !if "$(USE_GUI)" == "0"
48 PORTNAME = base
49 !endif
50 !if "$(USE_GUI)" == "1"
51 PORTNAME = msw
52 !endif
53 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
54 WXDEBUGFLAG = d
55 !endif
56 !if "$(DEBUG_FLAG)" == "1"
57 WXDEBUGFLAG = d
58 !endif
59 !if "$(UNICODE)" == "1"
60 WXUNICODEFLAG = u
61 !endif
62 !if "$(WXUNIV)" == "1"
63 WXUNIVNAME = univ
64 !endif
65 !if "$(SHARED)" == "1"
66 WXDLLFLAG = dll
67 !endif
68 !if "$(SHARED)" == "0"
69 LIBTYPE_SUFFIX = lib
70 !endif
71 !if "$(SHARED)" == "1"
72 LIBTYPE_SUFFIX = dll
73 !endif
74 !if "$(MONOLITHIC)" == "0"
75 EXTRALIBS_FOR_BASE =
76 !endif
77 !if "$(MONOLITHIC)" == "1"
78 EXTRALIBS_FOR_BASE =
79 !endif
80 !if "$(BUILD)" == "debug"
81 __OPTIMIZEFLAG_2 = -Od
82 !endif
83 !if "$(BUILD)" == "release"
84 __OPTIMIZEFLAG_2 = -O2
85 !endif
86 !if "$(USE_THREADS)" == "0"
87 __THREADSFLAG_5 =
88 !endif
89 !if "$(USE_THREADS)" == "1"
90 __THREADSFLAG_5 = mt
91 !endif
92 !if "$(USE_THREADS)" == "0"
93 __THREADSFLAG_6 =
94 !endif
95 !if "$(USE_THREADS)" == "1"
96 __THREADSFLAG_6 = -tWM
97 !endif
98 !if "$(RUNTIME_LIBS)" == "dynamic"
99 __RUNTIME_LIBS_7 = -tWR
100 !endif
101 !if "$(RUNTIME_LIBS)" == "static"
102 __RUNTIME_LIBS_7 =
103 !endif
104 !if "$(RUNTIME_LIBS)" == "dynamic"
105 __RUNTIME_LIBS_8 = i
106 !endif
107 !if "$(RUNTIME_LIBS)" == "static"
108 __RUNTIME_LIBS_8 =
109 !endif
110 !if "$(WXUNIV)" == "1"
111 __WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
112 !endif
113 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
114 __DEBUG_DEFINE_p = -D__WXDEBUG__
115 !endif
116 !if "$(DEBUG_FLAG)" == "1"
117 __DEBUG_DEFINE_p = -D__WXDEBUG__
118 !endif
119 !if "$(USE_EXCEPTIONS)" == "0"
120 __EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
121 !endif
122 !if "$(USE_RTTI)" == "0"
123 __RTTI_DEFINE_p = -DwxNO_RTTI
124 !endif
125 !if "$(USE_THREADS)" == "0"
126 __THREAD_DEFINE_p = -DwxNO_THREADS
127 !endif
128 !if "$(UNICODE)" == "1"
129 __UNICODE_DEFINE_p = -D_UNICODE
130 !endif
131 !if "$(SHARED)" == "1"
132 __DLLFLAG_p = -DWXUSINGDLL
133 !endif
134 !if "$(MONOLITHIC)" == "0"
135 __WXLIB_BASE_p = \
136 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
137 !endif
138 !if "$(MONOLITHIC)" == "1"
139 __WXLIB_MONO_p = \
140 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
141 !endif
142 !if "$(USE_GUI)" == "1"
143 __LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
144 !endif
145 !if "$(USE_GUI)" == "1"
146 __LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
147 !endif
148 !if "$(USE_GUI)" == "1"
149 __LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
150 !endif
151 !if "$(MSLU)" == "1"
152 __UNICOWS_LIB_p = unicows.lib
153 !endif
154 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
155 __DEBUGINFO = -v
156 !endif
157 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
158 __DEBUGINFO = -v-
159 !endif
160 !if "$(DEBUG_INFO)" == "0"
161 __DEBUGINFO = -v-
162 !endif
163 !if "$(DEBUG_INFO)" == "1"
164 __DEBUGINFO = -v
165 !endif
166
167
168 all: $(OBJS)
169 $(OBJS):
170 -if not exist $(OBJS) mkdir $(OBJS)
171
172 ### Targets: ###
173
174 all: $(OBJS)\HelpGen.exe
175
176 clean:
177 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
178 -if exist $(OBJS)\*.res del $(OBJS)\*.res
179 -if exist $(OBJS)\*.csm del $(OBJS)\*.csm
180 -if exist $(OBJS)\HelpGen.exe del $(OBJS)\HelpGen.exe
181 -if exist $(OBJS)\HelpGen.tds del $(OBJS)\HelpGen.tds
182 -if exist $(OBJS)\HelpGen.ilc del $(OBJS)\HelpGen.ilc
183 -if exist $(OBJS)\HelpGen.ild del $(OBJS)\HelpGen.ild
184 -if exist $(OBJS)\HelpGen.ilf del $(OBJS)\HelpGen.ilf
185 -if exist $(OBJS)\HelpGen.ils del $(OBJS)\HelpGen.ils
186
187 $(OBJS)\HelpGen.exe: $(HELPGEN_OBJECTS)
188 ilink32 -Tpe -q $(LDFLAGS) -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -ap @&&|
189 c0x32.obj $(HELPGEN_OBJECTS),$@,, $(__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 cw32$(__THREADSFLAG_5)$(__RUNTIME_LIBS_8).lib,,
190 |
191
192 $(OBJS)\HelpGen_HelpGen.obj: .\HelpGen.cpp
193 $(CXX) -q -c -P -o$@ $(HELPGEN_CXXFLAGS) $**
194
195 $(OBJS)\HelpGen_cjparser.obj: .\cjparser.cpp
196 $(CXX) -q -c -P -o$@ $(HELPGEN_CXXFLAGS) $**
197
198 $(OBJS)\HelpGen_docripper.obj: .\docripper.cpp
199 $(CXX) -q -c -P -o$@ $(HELPGEN_CXXFLAGS) $**
200
201 $(OBJS)\HelpGen_ifcontext.obj: .\ifcontext.cpp
202 $(CXX) -q -c -P -o$@ $(HELPGEN_CXXFLAGS) $**
203
204 $(OBJS)\HelpGen_markup.obj: .\markup.cpp
205 $(CXX) -q -c -P -o$@ $(HELPGEN_CXXFLAGS) $**
206
207 $(OBJS)\HelpGen_scriptbinder.obj: .\scriptbinder.cpp
208 $(CXX) -q -c -P -o$@ $(HELPGEN_CXXFLAGS) $**
209
210 $(OBJS)\HelpGen_sourcepainter.obj: .\sourcepainter.cpp
211 $(CXX) -q -c -P -o$@ $(HELPGEN_CXXFLAGS) $**
212
213 $(OBJS)\HelpGen_srcparser.obj: .\srcparser.cpp
214 $(CXX) -q -c -P -o$@ $(HELPGEN_CXXFLAGS) $**
215