diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-03-18 12:21:22 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-03-18 12:21:22 +0000 |
commit | ea49658163c4f6761e126cc637a06cbbf54bca68 (patch) | |
tree | 5ee52dd87015b32fa89874c72a1bbed7594c101b /sal/systools/win32 | |
parent | fff79f1b3c23d06125636f661397c4c0737bdda4 (diff) |
INTEGRATION: CWS sb83 (1.5.26); FILE MERGED
2007/12/21 14:49:24 sb 1.5.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/win32')
-rw-r--r-- | sal/systools/win32/onlineupdate/makefile.mk | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sal/systools/win32/onlineupdate/makefile.mk b/sal/systools/win32/onlineupdate/makefile.mk index 3d181025f5f1..409bda7039cb 100644 --- a/sal/systools/win32/onlineupdate/makefile.mk +++ b/sal/systools/win32/onlineupdate/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: vg $ $Date: 2007-10-15 12:52:20 $ +# last change: $Author: vg $ $Date: 2008-03-18 13:21:22 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -49,8 +49,6 @@ CXXFLAGS+= $(LFS_CFLAGS) # --- Targets ---------------------------------- -DELAYLOADOBJ= - .IF "$(GUI)"=="WNT" .IF "$(COMEX)"=="9" |