Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add script file to help compil with windows.
[simgrid.git] / Devcpp_init.bat
diff --git a/Devcpp_init.bat b/Devcpp_init.bat
new file mode 100644 (file)
index 0000000..24487d2
--- /dev/null
@@ -0,0 +1,10 @@
+echo off\r
+set CC=C:\Dev-Cpp\bin\gcc\r
+set CXX=C:\Dev-Cpp\bin\g++\r
+\r
+set INCLUDE=C:\Dev-Cpp\include\r
+set LIB=C:\Dev-Cpp\lib\r
+\r
+set Path=%Path%;C:\Dev-Cpp\bin\r
+\r
+echo on
\ No newline at end of file