Various typos fixes and minor build system changes. After a rebake wxMSW should now compile, although without any functionality.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@67702 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
66d06c04e3
commit
384b8d9f3d
8 changed files with 40 additions and 19 deletions
|
|
@ -184,15 +184,9 @@
|
|||
<sources>$(WEB_SRC)</sources>
|
||||
<library>coredll</library>
|
||||
<library>basedll</library>
|
||||
<ldlibs>$(EXTRALIBS_WEB)</ldlibs>
|
||||
<msvc-headers>$(WEB_HDR)</msvc-headers>
|
||||
</dll>
|
||||
|
||||
<!-- use this to conditonally link against htmldll with <library>: -->
|
||||
<set var="webdll_library_link">
|
||||
<if cond="SHARED=='1' and USE_GUI=='1' and USE_WEB=='1' and MONOLITHIC=='0'">webdll</if>
|
||||
</set>
|
||||
|
||||
<lib id="weblib" template="wx_lib"
|
||||
cond="SHARED=='0' and USE_GUI=='1' and USE_WEB=='1' and MONOLITHIC=='0'">
|
||||
<sources>$(WEB_SRC)</sources>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue