Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2011-03-31 18:19:35 +0400
committerCorinna Vinschen <corinna@vinschen.de>2011-03-31 18:19:35 +0400
commit8263a803daa5cdec3f329f221a459339f006ebd7 (patch)
tree0c3a56b822a78740219d38e6bd6c27aae1e517d0 /winsup/lsaauth/Makefile.in
parent457ebe49599476f95a287aafbbe601991097642b (diff)
* Makefile.in (LIBS): Remove advapi32.dll.
(clean): Remove cyglsa.def. * cyglsa.c: Drop definitions required for VC++. Don't include ntddk.h. Declare functions from NTDLL here. Explain why. Use NTDLL functions in place of ADVAPI32 functions. * cyglsa64.def: New file. * cyglsa64.dll: Regenerate. * make-64bit-version-with-mingw-w64.sh (LIBS): Remove advapi32.dll. Reference cyglsa64.def instead of mslsa.def. * make-64bit-version-with-visual-c.bat: Remove. * mslsa.def: Remove.
Diffstat (limited to 'winsup/lsaauth/Makefile.in')
-rw-r--r--winsup/lsaauth/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/winsup/lsaauth/Makefile.in b/winsup/lsaauth/Makefile.in
index e84a06be1..82b58363c 100644
--- a/winsup/lsaauth/Makefile.in
+++ b/winsup/lsaauth/Makefile.in
@@ -1,4 +1,4 @@
-# Copyright (c) 2006, Red Hat, Inc.
+# Copyright (c) 2006, 2008, 2009, 2011 Red Hat, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -43,7 +43,7 @@ ifdef MINGW_CC
override CC:=${MINGW_CC}
endif
-LIBS := -ladvapi32 -lkernel32 -lntdll
+LIBS := -lkernel32 -lntdll
DLL := cyglsa.dll
DEF_FILE:= cyglsa.def
@@ -67,7 +67,7 @@ realclean: clean
rm -f Makefile config.cache
clean:
- rm -f *.o *.dll
+ rm -f *.o *.dll cyglsa.def
install: all
$(SHELL) $(updir1)/mkinstalldirs $(DESTDIR)$(bindir)