diff options
author | Kévin THIERRY <kevin.thierry@open.eurogiciel.org> | 2014-12-23 14:06:25 +0100 |
---|---|---|
committer | Kévin THIERRY <kevin.thierry@open.eurogiciel.org> | 2014-12-23 14:06:25 +0100 |
commit | 79a9578a33ecd3093970bd18df677edc9214fafb (patch) | |
tree | 8ae5c6780a1fcd2124e71f27ad9b4256acd24268 /B/win64 | |
parent | 1bb1ce141783168d44a38cd1bb6b822eb13114fc (diff) | |
download | lzo-79a9578a33ecd3093970bd18df677edc9214fafb.tar.gz lzo-79a9578a33ecd3093970bd18df677edc9214fafb.tar.bz2 lzo-79a9578a33ecd3093970bd18df677edc9214fafb.zip |
Imported Upstream version 2.08upstream/2.08sandbox/kevinthierry/upstream
Diffstat (limited to 'B/win64')
-rw-r--r-- | B/win64/ic.bat | 6 | ||||
-rw-r--r-- | B/win64/ic_dll.bat | 4 | ||||
-rw-r--r-- | B/win64/vc.bat | 6 | ||||
-rw-r--r-- | B/win64/vc_dll.bat | 6 | ||||
-rw-r--r-- | B/win64/vc_dll.def | 2 |
5 files changed, 12 insertions, 12 deletions
diff --git a/B/win64/ic.bat b/B/win64/ic.bat index 635149f..154d5e4 100644 --- a/B/win64/ic.bat +++ b/B/win64/ic.bat @@ -1,4 +1,4 @@ -@echo // Copyright (C) 1996-2008 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 d0d4525..620fadc 100644 --- a/B/win64/ic_dll.bat +++ b/B/win64/ic_dll.bat @@ -1,4 +1,4 @@ -@echo // Copyright (C) 1996-2008 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 3386b91..1aada92 100644 --- a/B/win64/vc.bat +++ b/B/win64/vc.bat @@ -1,4 +1,4 @@ -@echo // Copyright (C) 1996-2008 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 7716129..63ea5fc 100644 --- a/B/win64/vc_dll.bat +++ b/B/win64/vc_dll.bat @@ -1,4 +1,4 @@ -@echo // Copyright (C) 1996-2008 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
diff --git a/B/win64/vc_dll.def b/B/win64/vc_dll.def index 91681f8..e80a637 100644 --- a/B/win64/vc_dll.def +++ b/B/win64/vc_dll.def @@ -1 +1 @@ -LIBRARY lzo2
+EXPORTS
|