From: navarrop Date: Tue, 18 Jan 2011 14:37:24 +0000 (+0000) Subject: Remove old scripts for windows. X-Git-Tag: v3.6_beta2~495 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/ec3481e22be34f88348186e0f696be8af55e1be4 Remove old scripts for windows. Now set in environment variables. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9433 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/Devcpp_first_use.bat b/Devcpp_first_use.bat deleted file mode 100644 index e7c56e1030..0000000000 --- a/Devcpp_first_use.bat +++ /dev/null @@ -1,16 +0,0 @@ -echo off -set CC=C:\Dev-Cpp\bin\gcc -set CXX=C:\Dev-Cpp\bin\g++ - -set INCLUDE=C:\Dev-Cpp\include -set LIB=C:\Dev-Cpp\lib - -set Path=%Path%;C:\Dev-Cpp\bin - -echo on - -del CMakeCache.txt - -cmake -G"Unix Makefiles" -Wno-dev -Denable_tracing=on -Denable_print_message=on . - -make clean \ No newline at end of file diff --git a/Devcpp_init.bat b/Devcpp_init.bat deleted file mode 100644 index 24487d2aa3..0000000000 --- a/Devcpp_init.bat +++ /dev/null @@ -1,10 +0,0 @@ -echo off -set CC=C:\Dev-Cpp\bin\gcc -set CXX=C:\Dev-Cpp\bin\g++ - -set INCLUDE=C:\Dev-Cpp\include -set LIB=C:\Dev-Cpp\lib - -set Path=%Path%;C:\Dev-Cpp\bin - -echo on \ No newline at end of file diff --git a/borland.bat b/borland.bat deleted file mode 100644 index 09e9dd8a97..0000000000 --- a/borland.bat +++ /dev/null @@ -1,16 +0,0 @@ -echo off -set CC=D:\Borland\BCC55\Bin\bcc32 -set CXX=D:\Borland\BCC55\Bin\bcc32 - -set INCLUDE=D:\Borland\BCC55\Include -set LIB=D:\Borland\BCC55\Lib - -set path=%path%;D:\Borland\BCC55;D:\Borland\BCC55\Bin;D:\Borland\BCC55\Lib;D:\Borland\BCC55\Include - -set PATHEXT=%PATHEXT%;.OBJ - -echo on - -del CMakeCache.txt - -cmake -G"Borland Makefiles" -Wno-dev \ No newline at end of file diff --git a/vb.bat b/vb.bat deleted file mode 100644 index fef401a326..0000000000 --- a/vb.bat +++ /dev/null @@ -1,12 +0,0 @@ -echo off -set CC=C:\MicrosoftVisualStudio10\VC\bin\cl -set CXX=C:\MicrosoftVisualStudio10\VC\bin\cl -set INCLUDE=C:\MicrosoftVisualStudio10\VC\include;C:\Program Files\Microsoft SDKs\Windows\v7.0A\Include -set LIB=C:\MicrosoftVisualStudio10\VC\lib;C:\Program Files\Microsoft SDKs\Windows\v7.0A\Lib -set RC=C:\Program Files\Microsoft SDKs\Windows\v7.0A\bin\RC -set Path=%Path%;C:\Program Files\Microsoft SDKs\Windows\v7.0A\bin -set Path=%Path%;C:\Program Files\Microsoft SDKs\Windows\v7.0A\Lib -set Path=%Path%;C:\Program Files\Microsoft SDKs\Windows\v7.0A\Include -set Path=%Path%;C:\MicrosoftVisualStudio10\VC\ -set Path=%Path%;C:\MicrosoftVisualStudio10\Common7\IDE -set Path=%Path%;C:\MicrosoftVisualStudio10\VC\bin \ No newline at end of file