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:
@@ -6,11 +6,10 @@
|
|||||||
<!-- Additional dependencies of core libraries if plugins are
|
<!-- Additional dependencies of core libraries if plugins are
|
||||||
disabled (these would be deps of the plugins if they were
|
disabled (these would be deps of the plugins if they were
|
||||||
enabled): -->
|
enabled): -->
|
||||||
|
|
||||||
<set var="PLUGIN_ADV_EXTRALIBS">
|
<set var="PLUGIN_ADV_EXTRALIBS">
|
||||||
<if cond="USE_PLUGINS=='0'">
|
<if cond="USE_PLUGINS=='0'">
|
||||||
$(EXTRALIBS_SDL)
|
$(EXTRALIBS_SDL) $(EXTRALIBS_GNOMEPRINT)
|
||||||
$(EXTRALIBS_GNOMEPRINT)
|
|
||||||
</if>
|
</if>
|
||||||
</set>
|
</set>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user