Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add script file to help compil with windows.
authornavarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 8 Oct 2010 12:19:58 +0000 (12:19 +0000)
committernavarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 8 Oct 2010 12:19:58 +0000 (12:19 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8381 48e7efb5-ca39-0410-a469-dd3cf9ba447f

Devcpp_first_use.bat [moved from Devcpp.bat with 100% similarity]
Devcpp_init.bat [new file with mode: 0644]

similarity index 100%
rename from Devcpp.bat
rename to Devcpp_first_use.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