Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Change the type of globals to pointer-of-the-type.
[simgrid.git] / borland.bat
index 4a032af..09e9dd8 100644 (file)
@@ -1,11 +1,16 @@
 echo off\r
-set CC=C:\Borland\BCC55\Bin\bcc32\r
-set CXX=C:\Borland\BCC55\Bin\bcc32\r
-set INCLUDE=C:\Borland\BCC55\Include;C:\Program Files\Microsoft SDKs\Windows\v7.0A\Include\r
-set LIB=C:\Borland\BCC55\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:\Borland\BCC55\r
-set Path=%Path%;C:\Borland\BCC55\Bin
\ No newline at end of file
+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