summaryrefslogtreecommitdiff
path: root/B/win64
diff options
context:
space:
mode:
Diffstat (limited to 'B/win64')
-rw-r--r--B/win64/ic.bat6
-rw-r--r--B/win64/ic_dll.bat4
-rw-r--r--B/win64/vc.bat6
-rw-r--r--B/win64/vc_dll.bat6
4 files changed, 11 insertions, 11 deletions
diff --git a/B/win64/ic.bat b/B/win64/ic.bat
index c5d367a..154d5e4 100644
--- a/B/win64/ic.bat
+++ b/B/win64/ic.bat
@@ -1,4 +1,4 @@
-@echo // Copyright (C) 1996-2011 Markus F.X.J. Oberhumer
+@echo // Copyright (C) 1996-2014 Markus F.X.J. Oberhumer
@echo //
@echo // Windows 64-bit (Itanium)
@echo // Intel C/C++
@@ -7,8 +7,8 @@
@if "%BECHO%"=="n" echo off
-set CC=icl -nologo -MD
-set CF=-O2 -GF -W3 %CFI%
+set CC=icl -nologo -MT
+set CF=-O2 -GF -W3 -Qvec-report0 %CFI%
set LF=%BLIB%
%CC% %CF% -c @b\src.rsp
diff --git a/B/win64/ic_dll.bat b/B/win64/ic_dll.bat
index 6e5b7df..620fadc 100644
--- a/B/win64/ic_dll.bat
+++ b/B/win64/ic_dll.bat
@@ -1,4 +1,4 @@
-@echo // Copyright (C) 1996-2011 Markus F.X.J. Oberhumer
+@echo // Copyright (C) 1996-2014 Markus F.X.J. Oberhumer
@echo //
@echo // Windows 64-bit (Itanium)
@echo // Intel C/C++ (DLL)
@@ -7,7 +7,7 @@
@if "%BECHO%"=="n" echo off
-set CC=icl -nologo -MD
+set CC=icl -nologo -MT
set CF=-O2 -GF -W3 %CFI%
set LF=%BLIB%
diff --git a/B/win64/vc.bat b/B/win64/vc.bat
index 6724546..1aada92 100644
--- a/B/win64/vc.bat
+++ b/B/win64/vc.bat
@@ -1,4 +1,4 @@
-@echo // Copyright (C) 1996-2011 Markus F.X.J. Oberhumer
+@echo // Copyright (C) 1996-2014 Markus F.X.J. Oberhumer
@echo //
@echo // Windows 64-bit (AMD64 or Itanium)
@echo // Microsoft Visual C/C++
@@ -7,8 +7,8 @@
@if "%BECHO%"=="n" echo off
-set CC=cl -nologo -MD
-set CF=-O2 -GF -W3 -Wp64 %CFI%
+set CC=cl -nologo -MT
+set CF=-O2 -GF -W3 %CFI%
set LF=%BLIB%
%CC% %CF% -c @b\src.rsp
diff --git a/B/win64/vc_dll.bat b/B/win64/vc_dll.bat
index 73bf6d3..63ea5fc 100644
--- a/B/win64/vc_dll.bat
+++ b/B/win64/vc_dll.bat
@@ -1,4 +1,4 @@
-@echo // Copyright (C) 1996-2011 Markus F.X.J. Oberhumer
+@echo // Copyright (C) 1996-2014 Markus F.X.J. Oberhumer
@echo //
@echo // Windows 64-bit (AMD64 or Itanium)
@echo // Microsoft Visual C/C++ (DLL)
@@ -7,8 +7,8 @@
@if "%BECHO%"=="n" echo off
-set CC=cl -nologo -MD
-set CF=-O2 -GF -W3 -Wp64 %CFI%
+set CC=cl -nologo -MT
+set CF=-O2 -GF -W3 %CFI%
set LF=%BLIB%
%CC% %CF% -D__LZO_EXPORT1#__declspec(dllexport) -c @b\src.rsp