From 38a8fcc1f873497594d2c31daaaae92492577455 Mon Sep 17 00:00:00 2001 From: =?utf8?q?W=C5=82odzimierz=20Skiba?= Date: Thu, 4 Nov 2004 17:57:38 +0000 Subject: [PATCH] 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 --- build/bakefiles/plugins_deps.bkl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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) -- 2.50.0