Fix to broken windows makefiles with ADV lib usage. New line broke linking while all in single line works fine.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30255 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
9fbad34ddd
commit
38a8fcc1f8
@ -6,11 +6,10 @@
|
||||
<!-- Additional dependencies of core libraries if plugins are
|
||||
disabled (these would be deps of the plugins if they were
|
||||
enabled): -->
|
||||
|
||||
|
||||
<set var="PLUGIN_ADV_EXTRALIBS">
|
||||
<if cond="USE_PLUGINS=='0'">
|
||||
$(EXTRALIBS_SDL)
|
||||
$(EXTRALIBS_GNOMEPRINT)
|
||||
$(EXTRALIBS_SDL) $(EXTRALIBS_GNOMEPRINT)
|
||||
</if>
|
||||
</set>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user