diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-03-18 12:21:06 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-03-18 12:21:06 +0000 |
commit | fff79f1b3c23d06125636f661397c4c0737bdda4 (patch) | |
tree | bdeca9b054521b4a8755038d866ec9d86ca6e6ec /sal/systools | |
parent | 1a3417435a9877b840037e59bbb4752ce9b007cc (diff) |
INTEGRATION: CWS sb83 (1.6.26); FILE MERGED
2007/12/21 14:49:24 sb 1.6.26.1: #i84200# Delayloading of uwinapi.dll is only needed in a few specific executables (loaders in module desktop; moved everything relevant from module sal there) (but needed on all Windows platforms).
Diffstat (limited to 'sal/systools')
-rw-r--r-- | sal/systools/win32/kill/makefile.mk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sal/systools/win32/kill/makefile.mk b/sal/systools/win32/kill/makefile.mk index 1e8f162d9df2..0fba732651d9 100644 --- a/sal/systools/win32/kill/makefile.mk +++ b/sal/systools/win32/kill/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: vg $ $Date: 2007-10-15 12:52:07 $ +# last change: $Author: vg $ $Date: 2008-03-18 13:21:06 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -56,7 +56,6 @@ CXXFLAGS+= $(LFS_CFLAGS) # --- Files -------------------------------------------------------- UWINAPILIB= -DELAYLOADOBJ= OBJFILES=\ $(OBJ)$/kill.obj |