From: cherierm Date: Thu, 26 Jun 2008 11:48:27 +0000 (+0000) Subject: remove none needed backslashes in the path of the files. X-Git-Tag: v3.3~270 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/0ae958a018cce6c79b39711984a4875a516e4e6b?hp=550117801842ae4fdc9c9d33ecbdba20160c7667 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 --- 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.