]> git.saurik.com Git - wxWidgets.git/blame - build/bakefiles/monolithic.bkl
small refinements
[wxWidgets.git] / build / bakefiles / monolithic.bkl
CommitLineData
ddf98968 1<?xml version="1.0" ?>
ba28d9bb 2<!-- $Id$ -->
ddf98968 3<makefile>
61639efb 4
b00786ec 5 <set var="MONOLIB_GUI_SRC">
13cb46e0 6 <if cond="USE_GUI=='1'">
1e6b2edf 7 $(CORE_SRC) $(ADVANCED_SRC) $(MEDIA_SRC) $(HTML_SRC) $(QA_SRC)
1c4293cb 8 $(XRC_SRC) $(AUI_SRC) $(PROPGRID_SRC) $(RICHTEXT_SRC) $(STC_SRC)
13cb46e0 9 </if>
b00786ec 10 </set>
6ae02da4 11 <set var="MONOLIB_SRC">
7c4728f6 12 $(BASE_SRC) $(BASE_AND_GUI_SRC) $(NET_SRC) $(MONOLIB_GUI_SRC) $(XML_SRC)
6ae02da4 13 </set>
ddf98968
VS
14
15 <dll id="monodll" template="wx_dll"
16 cond="SHARED=='1' and MONOLITHIC=='1'">
61639efb 17 <define>wxUSE_BASE=1</define>
ddf98968 18 <define>WXMAKINGDLL</define>
c79241a2 19 <sources>$(MONOLIB_SRC) $(PLUGIN_MONOLIB_SRC)</sources>
a69544bf 20 <ldlibs>$(EXTRALIBS_XML)</ldlibs>
c839485c 21 <ldlibs>$(EXTRALIBS_HTML)</ldlibs>
2f8711ed 22 <ldlibs>$(EXTRALIBS_MEDIA)</ldlibs>
c79241a2 23 <ldlibs>$(PLUGIN_MONOLIB_EXTRALIBS)</ldlibs>
74e73714 24 <msvc-headers>$(ALL_HEADERS)</msvc-headers>
1e6b2edf 25 <!-- STC stuff, should this be conditionalized? -->
54429bb3
RD
26 <include>$(TOP_SRCDIR)src/stc/scintilla/include</include>
27 <include>$(TOP_SRCDIR)src/stc/scintilla/src</include>
28 <define>__WX__</define>
29 <define>SCI_LEXER</define>
30 <define>LINK_LEXERS</define>
303a585d 31 <library>$(wxscintilla_library_link)</library>
ddf98968 32 </dll>
61639efb 33
ddf98968
VS
34 <lib id="monolib" template="wx_lib"
35 cond="SHARED=='0' and MONOLITHIC=='1'">
61639efb 36 <define>wxUSE_BASE=1</define>
c79241a2 37 <sources>$(MONOLIB_SRC) $(PLUGIN_MONOLIB_SRC)</sources>
390c0cfb 38 <msvc-headers>$(ALL_HEADERS)</msvc-headers>
2d4c14ab
WS
39 <if cond="FORMAT=='watcom'">
40 <set var="LIB_PAGESIZE" overwrite="1">8192</set>
41 </if>
1e6b2edf 42 <!-- STC stuff, should this be conditionalized? -->
54429bb3
RD
43 <include>$(TOP_SRCDIR)src/stc/scintilla/include</include>
44 <include>$(TOP_SRCDIR)src/stc/scintilla/src</include>
45 <define>__WX__</define>
46 <define>SCI_LEXER</define>
47 <define>LINK_LEXERS</define>
ddf98968 48 </lib>
61639efb
VZ
49
50
af594eca
VS
51 <set var="MSVC6PRJ_MERGED_TARGETS_MONOLIB" append="1">mono=monolib+monodll</set>
52 <!-- included by wx.bkl from opengl.bkl -->
53 <set var="MSVC6PRJ_MERGED_TARGETS_MONOLIB" append="1">gl=gllib+gldll</set>
ddf98968
VS
54
55</makefile>