From 0ae958a018cce6c79b39711984a4875a516e4e6b Mon Sep 17 00:00:00 2001 From: cherierm Date: Thu, 26 Jun 2008 11:48:27 +0000 Subject: [PATCH] remove none needed backslashes in the path of the files. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5832 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- SimGridConfig.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SimGridConfig.js b/SimGridConfig.js index 165a3f65ed..9ab4a6b5e5 100644 --- a/SimGridConfig.js +++ b/SimGridConfig.js @@ -56,8 +56,8 @@ JNIIncludeDir = Args.Item(2); var FileSystem = new ActiveXObject("Scripting.FileSystemObject"); // Build the 2 paths of SimGrid library paths (debug and release) -ReleaseLibraryPath = SGBuildDir + "\\build\\vc7\\simgrid\\Release"; -DebugLibraryPath = SGBuildDir + "\\build\\vc7\\simgrid\\Debug"; +ReleaseLibraryPath = SGBuildDir + "build\\vc7\\simgrid\\Release"; +DebugLibraryPath = SGBuildDir + "build\\vc7\\simgrid\\Debug"; // Check the directories specified as parameters of the script. -- 2.20.1