Author: mturk
Date: Sat Aug 8 07:54:51 2009
New Revision: 802316
URL: http://svn.apache.org/viewvc?rev=802316&view=rev
Log:
Quote the link and lib tools in case they are in path with spaces
Modified:
commons/sandbox/runtime/trunk/src/main/native/Makefile.msc.in
Modified: commons/sandbox/runtime/trunk/src/main/native/Makefile.msc.in
URL:
http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/native/Makefile.msc.in?rev=802316&r1=802315&r2=802316&view=diff
==============================================================================
--- commons/sandbox/runtime/trunk/src/main/native/Makefile.msc.in (original)
+++ commons/sandbox/runtime/trunk/src/main/native/Makefile.msc.in Sat Aug 8
07:54:51 2009
@@ -30,9 +30,9 @@
o...@obj@
e...@exe@
a...@as@
-...@ar@
+AR="@ar@"
arfla...@arflags@
-li...@link@
+LINK="@link@"
pref...@prefix@
libd...@libdir@
topd...@topdir@