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