From: Włodzimierz Skiba Date: Thu, 4 Nov 2004 17:57:38 +0000 (+0000) Subject: Fix to broken windows makefiles with ADV lib usage. New line broke linking while... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/38a8fcc1f873497594d2c31daaaae92492577455 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 --- diff --git a/build/bakefiles/plugins_deps.bkl b/build/bakefiles/plugins_deps.bkl index ef88b852d4..3193abde05 100644 --- a/build/bakefiles/plugins_deps.bkl +++ b/build/bakefiles/plugins_deps.bkl @@ -6,11 +6,10 @@ - + - $(EXTRALIBS_SDL) - $(EXTRALIBS_GNOMEPRINT) + $(EXTRALIBS_SDL) $(EXTRALIBS_GNOMEPRINT)