diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2008-07-15 09:43:48 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2008-07-15 09:43:48 +0000 |
commit | dc4b5caedcd9f461900b9dfe53c1d7c59aa4cd82 (patch) | |
tree | 0e55845db44ac1dc566ac9acdc1b5d75f1beb09e /winsup/lsaauth/make-64bit-version-with-visual-c.bat | |
parent | 3e153bcd55438cd3a3df5a367371ee9b5f34c81b (diff) | |
download | newlib-dc4b5caedcd9f461900b9dfe53c1d7c59aa4cd82.zip newlib-dc4b5caedcd9f461900b9dfe53c1d7c59aa4cd82.tar.gz newlib-dc4b5caedcd9f461900b9dfe53c1d7c59aa4cd82.tar.bz2 |
* cyglsa.c: Include ntddk.h again, but only if __MINGW32__ is defined.
* cyglsa64.dll: Regenerate.
* make-64bit-version-with-visual-c.bat: Fix comment.
Diffstat (limited to 'winsup/lsaauth/make-64bit-version-with-visual-c.bat')
-rw-r--r-- | winsup/lsaauth/make-64bit-version-with-visual-c.bat | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/lsaauth/make-64bit-version-with-visual-c.bat b/winsup/lsaauth/make-64bit-version-with-visual-c.bat index 95741dc..cd62303 100644 --- a/winsup/lsaauth/make-64bit-version-with-visual-c.bat +++ b/winsup/lsaauth/make-64bit-version-with-visual-c.bat @@ -6,8 +6,8 @@ rem Note that you need not only the SDK headers and libs, but also the rem 64 bit ntdll.lib file from a DDK supporting 64 bit builds.
rem
rem Make sure all necessary include paths are set in %Include% (inc\ddk,
-rem inc\atl, inc\crt) and rem that %Lib% points to the 64 bit libs, not
-rem the 32 bit libs. In the latter case the link stage will succeed,
+rem inc\atl, inc\crt) and make sure that %Lib% points to the 64 bit libs, not
+rem to the 32 bit libs. In the latter case the link stage will succeed,
rem but the resulting DLL is non-functional.
rem
rem This can be used as long as no x86_64-pe/coff capable gcc is available.
|