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