]> git.saurik.com Git - wxWidgets.git/blame - utils/HelpGen/src/makefile.bcc
compilation fix for !wxUSE_THREADS
[wxWidgets.git] / utils / HelpGen / src / makefile.bcc
CommitLineData
2ace0078
VS
1# =========================================================================
2# This makefile was generated by
7379e476 3# Bakefile 0.2.2 (http://bakefile.sourceforge.net)
2ace0078
VS
4# Do not modify, all changes will be overwritten!
5# =========================================================================
6
9bfe7ad9
VS
7.autodepend
8
2ace0078 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
2ace0078
VS
13BCCDIR = $(MAKEDIR)\..
14!endif
15
8ba95a18 16!include ../../../build/msw/config.bcc
2ace0078
VS
17
18# -------------------------------------------------------------------------
19# Do not modify the rest of this file!
20# -------------------------------------------------------------------------
21
2ace0078
VS
22### Variables: ###
23
ae4ccf12 24WX_RELEASE_NODOT = 29
7379e476 25COMPILER_PREFIX = bcc
b17c1746 26OBJS = \
7379e476
VZ
27 $(COMPILER_PREFIX)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
28LIBDIRNAME = .\..\..\..\lib\$(COMPILER_PREFIX)_$(LIBTYPE_SUFFIX)$(CFG)
b17c1746
DE
29SETUPHDIR = \
30 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
8c9f8f91
JS
31HELPGEN_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) \
2113bc77 34 $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) $(__MSLU_DEFINE_p) \
3abcf424
RD
35 $(__GFXCTX_DEFINE_p) -I$(SETUPHDIR) -I.\..\..\..\include -I. $(__DLLFLAG_p) \
36 -DwxUSE_GUI=0 $(CPPFLAGS) $(CXXFLAGS)
2ace0078
VS
37HELPGEN_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 \
75a0a7b7 45 $(OBJS)\HelpGen_srcparser.obj
2ace0078
VS
46
47### Conditionally set variables: ###
48
49!if "$(USE_GUI)" == "0"
50PORTNAME = base
51!endif
52!if "$(USE_GUI)" == "1"
53PORTNAME = msw
54!endif
55!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
56WXDEBUGFLAG = d
57!endif
58!if "$(DEBUG_FLAG)" == "1"
59WXDEBUGFLAG = d
60!endif
2ace0078
VS
61!if "$(UNICODE)" == "1"
62WXUNICODEFLAG = u
63!endif
64!if "$(WXUNIV)" == "1"
65WXUNIVNAME = univ
66!endif
2ace0078 67!if "$(SHARED)" == "1"
b17c1746 68WXDLLFLAG = dll
2ace0078 69!endif
162a956b
JS
70!if "$(SHARED)" == "0"
71LIBTYPE_SUFFIX = lib
72!endif
73!if "$(SHARED)" == "1"
74LIBTYPE_SUFFIX = dll
75!endif
dd65d8c8
RN
76!if "$(MONOLITHIC)" == "0"
77EXTRALIBS_FOR_BASE =
78!endif
79!if "$(MONOLITHIC)" == "1"
80EXTRALIBS_FOR_BASE =
81!endif
2ace0078
VS
82!if "$(BUILD)" == "debug"
83__OPTIMIZEFLAG_2 = -Od
84!endif
85!if "$(BUILD)" == "release"
86__OPTIMIZEFLAG_2 = -O2
87!endif
8c9f8f91
JS
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
2ace0078 100!if "$(RUNTIME_LIBS)" == "dynamic"
8c9f8f91 101__RUNTIME_LIBS_7 = -tWR
2ace0078
VS
102!endif
103!if "$(RUNTIME_LIBS)" == "static"
8c9f8f91 104__RUNTIME_LIBS_7 =
2ace0078
VS
105!endif
106!if "$(RUNTIME_LIBS)" == "dynamic"
8c9f8f91 107__RUNTIME_LIBS_8 = i
2ace0078
VS
108!endif
109!if "$(RUNTIME_LIBS)" == "static"
8c9f8f91 110__RUNTIME_LIBS_8 =
2ace0078 111!endif
b17c1746
DE
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
8c9f8f91
JS
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
7379e476
VZ
130!if "$(UNICODE)" == "0"
131__UNICODE_DEFINE_p = -DwxUSE_UNICODE=0
132!endif
2ace0078 133!if "$(UNICODE)" == "1"
8ba95a18 134__UNICODE_DEFINE_p = -D_UNICODE
2ace0078 135!endif
2113bc77
MW
136!if "$(MSLU)" == "1"
137__MSLU_DEFINE_p = -DwxUSE_UNICODE_MSLU=1
138!endif
3abcf424
RD
139!if "$(USE_GDIPLUS)" == "1"
140__GFXCTX_DEFINE_p = -DwxUSE_GRAPHICS_CONTEXT=1
141!endif
b17c1746
DE
142!if "$(SHARED)" == "1"
143__DLLFLAG_p = -DWXUSINGDLL
2ace0078
VS
144!endif
145!if "$(MONOLITHIC)" == "0"
c33fae85
RN
146__WXLIB_BASE_p = \
147 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
2ace0078
VS
148!endif
149!if "$(MONOLITHIC)" == "1"
150__WXLIB_MONO_p = \
c33fae85 151 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
2ace0078 152!endif
b17c1746
DE
153!if "$(MSLU)" == "1"
154__UNICOWS_LIB_p = unicows.lib
155!endif
3abcf424
RD
156!if "$(USE_GDIPLUS)" == "1"
157__GDIPLUS_LIB_p = gdiplus.lib
158!endif
b17c1746
DE
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
2ace0078
VS
170!endif
171
172
173all: $(OBJS)
174$(OBJS):
175 -if not exist $(OBJS) mkdir $(OBJS)
176
177### Targets: ###
178
179all: $(OBJS)\HelpGen.exe
180
b17c1746
DE
181clean:
182 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
183 -if exist $(OBJS)\*.res del $(OBJS)\*.res
162a956b 184 -if exist $(OBJS)\*.csm del $(OBJS)\*.csm
b17c1746
DE
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 @&&|
7379e476 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,,
b17c1746
DE
195|
196
204e4cd6 197$(OBJS)\HelpGen_HelpGen.obj: .\HelpGen.cpp
2ace0078
VS
198 $(CXX) -q -c -P -o$@ $(HELPGEN_CXXFLAGS) $**
199
204e4cd6 200$(OBJS)\HelpGen_cjparser.obj: .\cjparser.cpp
2ace0078
VS
201 $(CXX) -q -c -P -o$@ $(HELPGEN_CXXFLAGS) $**
202
204e4cd6 203$(OBJS)\HelpGen_docripper.obj: .\docripper.cpp
2ace0078
VS
204 $(CXX) -q -c -P -o$@ $(HELPGEN_CXXFLAGS) $**
205
204e4cd6 206$(OBJS)\HelpGen_ifcontext.obj: .\ifcontext.cpp
2ace0078
VS
207 $(CXX) -q -c -P -o$@ $(HELPGEN_CXXFLAGS) $**
208
204e4cd6 209$(OBJS)\HelpGen_markup.obj: .\markup.cpp
2ace0078
VS
210 $(CXX) -q -c -P -o$@ $(HELPGEN_CXXFLAGS) $**
211
204e4cd6 212$(OBJS)\HelpGen_scriptbinder.obj: .\scriptbinder.cpp
2ace0078
VS
213 $(CXX) -q -c -P -o$@ $(HELPGEN_CXXFLAGS) $**
214
204e4cd6 215$(OBJS)\HelpGen_sourcepainter.obj: .\sourcepainter.cpp
2ace0078
VS
216 $(CXX) -q -c -P -o$@ $(HELPGEN_CXXFLAGS) $**
217
204e4cd6 218$(OBJS)\HelpGen_srcparser.obj: .\srcparser.cpp
2ace0078 219 $(CXX) -q -c -P -o$@ $(HELPGEN_CXXFLAGS) $**
162a956b 220