]> git.saurik.com Git - wxWidgets.git/blame - build/bakefiles/monolithic.bkl
use FindWindowEx() instead of ChildWindowFromPoint() in wxComboBox::GetEditHWNDIfAvai...
[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
VZ
7 $(CORE_SRC) $(ADVANCED_SRC) $(MEDIA_SRC) $(HTML_SRC) $(QA_SRC)
8 $(XRC_SRC) $(AUI_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>
c79241a2 22 <ldlibs>$(PLUGIN_MONOLIB_EXTRALIBS)</ldlibs>
74e73714 23 <msvc-headers>$(ALL_HEADERS)</msvc-headers>
1e6b2edf 24 <!-- STC stuff, should this be conditionalized? -->
54429bb3
RD
25 <include>$(TOP_SRCDIR)src/stc/scintilla/include</include>
26 <include>$(TOP_SRCDIR)src/stc/scintilla/src</include>
27 <define>__WX__</define>
28 <define>SCI_LEXER</define>
29 <define>LINK_LEXERS</define>
303a585d 30 <library>$(wxscintilla_library_link)</library>
ddf98968 31 </dll>
61639efb 32
ddf98968
VS
33 <lib id="monolib" template="wx_lib"
34 cond="SHARED=='0' and MONOLITHIC=='1'">
61639efb 35 <define>wxUSE_BASE=1</define>
c79241a2 36 <sources>$(MONOLIB_SRC) $(PLUGIN_MONOLIB_SRC)</sources>
390c0cfb 37 <msvc-headers>$(ALL_HEADERS)</msvc-headers>
2d4c14ab
WS
38 <if cond="FORMAT=='watcom'">
39 <set var="LIB_PAGESIZE" overwrite="1">8192</set>
40 </if>
1e6b2edf 41 <!-- STC stuff, should this be conditionalized? -->
54429bb3
RD
42 <include>$(TOP_SRCDIR)src/stc/scintilla/include</include>
43 <include>$(TOP_SRCDIR)src/stc/scintilla/src</include>
44 <define>__WX__</define>
45 <define>SCI_LEXER</define>
46 <define>LINK_LEXERS</define>
ddf98968 47 </lib>
61639efb
VZ
48
49
af594eca
VS
50 <set var="MSVC6PRJ_MERGED_TARGETS_MONOLIB" append="1">mono=monolib+monodll</set>
51 <!-- included by wx.bkl from opengl.bkl -->
52 <set var="MSVC6PRJ_MERGED_TARGETS_MONOLIB" append="1">gl=gllib+gldll</set>
ddf98968
VS
53
54</makefile>