From ece01855510d8d695ab7864301dbe70d48e41053 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Mon, 14 Nov 2016 17:27:23 +0000 Subject: [PATCH] Fix quoting in IDE projects (VisualC2008 and VisualC2010). Without correct quoting these IDE projects don't build if their build folders are in a path with spaces. Other IDE project (VisualC6 and Xcode) are not concerned. Unfortunately paths with spaces are kinda "usual" in Windows environments. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@12109 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- ide/VisualC2008/fltk.lib.vcproj | 8 ++++---- ide/VisualC2010/fltk.lib.vcxproj | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/ide/VisualC2008/fltk.lib.vcproj b/ide/VisualC2008/fltk.lib.vcproj index e95ffeb6d..a67553508 100644 --- a/ide/VisualC2008/fltk.lib.vcproj +++ b/ide/VisualC2008/fltk.lib.vcproj @@ -26,7 +26,7 @@ > + @@ -94,7 +94,7 @@ true - copy /Y $(SolutionDir)..\..\abi-version.ide $(SolutionDir)..\..\FL\abi-version.h + copy /Y "$(SolutionDir)..\..\abi-version.ide" "$(SolutionDir)..\..\FL\abi-version.h" @@ -121,7 +121,7 @@ true - copy /Y $(SolutionDir)..\..\abi-version.ide $(SolutionDir)..\..\FL\abi-version.h + copy /Y "$(SolutionDir)..\..\abi-version.ide" "$(SolutionDir)..\..\FL\abi-version.h" @@ -149,7 +149,7 @@ true - copy /Y $(SolutionDir)..\..\abi-version.ide $(SolutionDir)..\..\FL\abi-version.h + copy /Y "$(SolutionDir)..\..\abi-version.ide" "$(SolutionDir)..\..\FL\abi-version.h" @@ -177,7 +177,7 @@ true - copy /Y $(SolutionDir)..\..\abi-version.ide $(SolutionDir)..\..\FL\abi-version.h + copy /Y "$(SolutionDir)..\..\abi-version.ide" "$(SolutionDir)..\..\FL\abi-version.h"