Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Windows implementation
[simgrid.git] / Devcpp.bat
index 5e83004..e7c56e1 100644 (file)
@@ -2,14 +2,15 @@ echo off
 set CC=C:\Dev-Cpp\bin\gcc\r
 set CXX=C:\Dev-Cpp\bin\g++\r
 \r
-set INCLUDE=C:\Dev-Cpp\include;C:\Program Files\Microsoft SDKs\Windows\v7.0A\Include\r
-set LIB=C:\Dev-Cpp\lib;C:\Program Files\Microsoft SDKs\Windows\v7.0A\Lib\r
+set INCLUDE=C:\Dev-Cpp\include\r
+set LIB=C:\Dev-Cpp\lib\r
 \r
-set RC=C:\Program Files\Microsoft SDKs\Windows\v7.0A\bin\RC\r
+set Path=%Path%;C:\Dev-Cpp\bin\r
 \r
-set Path=%Path%;C:\Program Files\Microsoft SDKs\Windows\v7.0A\bin\r
-set Path=%Path%;C:\Program Files\Microsoft SDKs\Windows\v7.0A\Lib\r
-set Path=%Path%;C:\Program Files\Microsoft SDKs\Windows\v7.0A\Include\r
+echo on\r
 \r
-set Path=%Path%;C:\Borland\BCC55\r
-set Path=%Path%;C:\Dev-Cpp\bin
\ No newline at end of file
+del CMakeCache.txt\r
+\r
+cmake -G"Unix Makefiles" -Wno-dev -Denable_tracing=on -Denable_print_message=on .\r
+\r
+make clean
\ No newline at end of file