diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-08-20 12:36:11 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-08-20 12:36:11 +0000 |
commit | 362139440ef7e08728a6a438fabcb7c38b140e9c (patch) | |
tree | 67ecaa1047181a7c05df40dfa07381d888de4675 /sal/systools | |
parent | f5265d6255c728a59bcbd48efe79eec855f4195a (diff) |
INTEGRATION: CWS hro23_SRC680 (1.13.58); FILE MERGED
2007/08/14 14:32:15 hro 1.13.58.1: #i80496# Add new dynamic stub for CheckTokenMembership
Diffstat (limited to 'sal/systools')
-rw-r--r-- | sal/systools/win32/uwinapi/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sal/systools/win32/uwinapi/makefile.mk b/sal/systools/win32/uwinapi/makefile.mk index bf9d7354ac3c..add3ee335cac 100644 --- a/sal/systools/win32/uwinapi/makefile.mk +++ b/sal/systools/win32/uwinapi/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.13 $ +# $Revision: 1.14 $ # -# last change: $Author: vg $ $Date: 2007-03-26 14:26:53 $ +# last change: $Author: ihi $ $Date: 2007-08-20 13:36:11 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -60,6 +60,7 @@ LINK=$(WRAPCMD) "$(PSDK_HOME)$/Bin$/Win64$/LINK.EXE" .ENDIF SLOFILES=\ + $(SLO)$/CheckTokenMembership.obj\ $(SLO)$/CommandLineToArgvW.obj\ $(SLO)$/CopyFileExA.obj\ $(SLO)$/CopyFileExW.obj\ |