Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove none needed backslashes in the path of the files.
authorcherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 26 Jun 2008 11:48:27 +0000 (11:48 +0000)
committercherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 26 Jun 2008 11:48:27 +0000 (11:48 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5832 48e7efb5-ca39-0410-a469-dd3cf9ba447f

SimGridConfig.js

index 165a3f6..9ab4a6b 100644 (file)
@@ -56,8 +56,8 @@ JNIIncludeDir = Args.Item(2);
 var FileSystem = new ActiveXObject("Scripting.FileSystemObject");\r
 \r
 // Build the 2 paths of SimGrid library paths (debug and release)\r
-ReleaseLibraryPath = SGBuildDir + "\\build\\vc7\\simgrid\\Release";\r
-DebugLibraryPath = SGBuildDir + "\\build\\vc7\\simgrid\\Debug";\r
+ReleaseLibraryPath = SGBuildDir + "build\\vc7\\simgrid\\Release";\r
+DebugLibraryPath = SGBuildDir + "build\\vc7\\simgrid\\Debug";\r
 \r
 // Check the directories specified as parameters of the script.\r
 \r