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:
@@ -9,8 +9,7 @@
|
|||||||
|
|
||||||
<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