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