X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/550117801842ae4fdc9c9d33ecbdba20160c7667..0ae958a018cce6c79b39711984a4875a516e4e6b:/SimGridConfig.js 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.