]> git.saurik.com Git - wxWidgets.git/commitdiff
Fix to broken windows makefiles with ADV lib usage. New line broke linking while...
authorWłodzimierz Skiba <abx@abx.art.pl>
Thu, 4 Nov 2004 17:57:38 +0000 (17:57 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Thu, 4 Nov 2004 17:57:38 +0000 (17:57 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30255 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/bakefiles/plugins_deps.bkl

index ef88b852d477e941483ebc6b08781b7adc5a34cf..3193abde05e389a5f26d463be074af2eb8b3a7a9 100644 (file)
@@ -6,11 +6,10 @@
     <!-- Additional dependencies of core libraries if plugins are
          disabled (these would be deps of the plugins if they were
          enabled): -->
     <!-- 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'">
     <set var="PLUGIN_ADV_EXTRALIBS">
         <if cond="USE_PLUGINS=='0'">
-            $(EXTRALIBS_SDL)
-            $(EXTRALIBS_GNOMEPRINT)
+            $(EXTRALIBS_SDL) $(EXTRALIBS_GNOMEPRINT)
         </if>
     </set>
 
         </if>
     </set>