Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
revalidate the timings (I verified that the output is semantically valid with what...
[simgrid.git] / Devcpp_first_use.bat
1 echo off\r
2 set CC=C:\Dev-Cpp\bin\gcc\r
3 set CXX=C:\Dev-Cpp\bin\g++\r
4 \r
5 set INCLUDE=C:\Dev-Cpp\include\r
6 set LIB=C:\Dev-Cpp\lib\r
7 \r
8 set Path=%Path%;C:\Dev-Cpp\bin\r
9 \r
10 echo on\r
11 \r
12 del CMakeCache.txt\r
13 \r
14 cmake -G"Unix Makefiles" -Wno-dev -Denable_tracing=on -Denable_print_message=on .\r
15 \r
16 make clean