Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix problem with detection of graphviz.
[simgrid.git] / SimGridConfig.js
index 165a3f65ed96e36118cc7ce2d8b31c92b72d79c8..9ab4a6b5e501d09d14a6c115994885aa36cb12b8 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