Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
More windows compatibility for context.
[simgrid.git] / Devcpp.bat
diff --git a/Devcpp.bat b/Devcpp.bat
new file mode 100644 (file)
index 0000000..5e83004
--- /dev/null
@@ -0,0 +1,15 @@
+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;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
+\r
+set RC=C:\Program Files\Microsoft SDKs\Windows\v7.0A\bin\RC\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
+\r
+set Path=%Path%;C:\Borland\BCC55\r
+set Path=%Path%;C:\Dev-Cpp\bin
\ No newline at end of file