Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove none needed backslashes in the path of the files.
[simgrid.git] / 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