Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[trace] tracing/msg/process:1 has states/links for task execute/send/receive
[simgrid.git] / Devcpp_init.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