Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove old scripts for windows.
authornavarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 18 Jan 2011 14:37:24 +0000 (14:37 +0000)
committernavarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 18 Jan 2011 14:37:24 +0000 (14:37 +0000)
Now set in environment variables.

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9433 48e7efb5-ca39-0410-a469-dd3cf9ba447f

Devcpp_first_use.bat [deleted file]
Devcpp_init.bat [deleted file]
borland.bat [deleted file]
vb.bat [deleted file]

diff --git a/Devcpp_first_use.bat b/Devcpp_first_use.bat
deleted file mode 100644 (file)
index e7c56e1..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-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\r
-\r
-del CMakeCache.txt\r
-\r
-cmake -G"Unix Makefiles" -Wno-dev -Denable_tracing=on -Denable_print_message=on .\r
-\r
-make clean
\ No newline at end of file
diff --git a/Devcpp_init.bat b/Devcpp_init.bat
deleted file mode 100644 (file)
index 24487d2..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-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
diff --git a/borland.bat b/borland.bat
deleted file mode 100644 (file)
index 09e9dd8..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-echo off\r
-set CC=D:\Borland\BCC55\Bin\bcc32\r
-set CXX=D:\Borland\BCC55\Bin\bcc32\r
-\r
-set INCLUDE=D:\Borland\BCC55\Include\r
-set LIB=D:\Borland\BCC55\Lib\r
-\r
-set path=%path%;D:\Borland\BCC55;D:\Borland\BCC55\Bin;D:\Borland\BCC55\Lib;D:\Borland\BCC55\Include\r
-\r
-set PATHEXT=%PATHEXT%;.OBJ\r
-\r
-echo on\r
-\r
-del CMakeCache.txt\r
-\r
-cmake -G"Borland Makefiles" -Wno-dev
\ No newline at end of file
diff --git a/vb.bat b/vb.bat
deleted file mode 100644 (file)
index fef401a..0000000
--- a/vb.bat
+++ /dev/null
@@ -1,12 +0,0 @@
-echo off\r
-set CC=C:\MicrosoftVisualStudio10\VC\bin\cl\r
-set CXX=C:\MicrosoftVisualStudio10\VC\bin\cl\r
-set INCLUDE=C:\MicrosoftVisualStudio10\VC\include;C:\Program Files\Microsoft SDKs\Windows\v7.0A\Include\r
-set LIB=C:\MicrosoftVisualStudio10\VC\lib;C:\Program Files\Microsoft SDKs\Windows\v7.0A\Lib\r
-set RC=C:\Program Files\Microsoft SDKs\Windows\v7.0A\bin\RC\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
-set Path=%Path%;C:\MicrosoftVisualStudio10\VC\\r
-set Path=%Path%;C:\MicrosoftVisualStudio10\Common7\IDE\r
-set Path=%Path%;C:\MicrosoftVisualStudio10\VC\bin
\ No newline at end of file