diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-03-18 13:16:04 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-03-18 13:16:04 +0000 |
commit | 46e026be9784ef8ba17ac1950293b5623a5a2081 (patch) | |
tree | a4b0cfd6ba0925dd3dd761256acaef1ca8b6c985 /xml2cmp | |
parent | 4a839b4a6e779c899c41a9239c30cf0abd1d634c (diff) |
INTEGRATION: CWS sb83 (1.10.4); FILE MERGED
2007/12/21 14:50:37 sb 1.10.4.1: #i84200# Delayloading of uwinapi.dll is only needed in a few specific executables (loaders in module desktop) (but needed on all Windows platforms).
Diffstat (limited to 'xml2cmp')
-rw-r--r-- | xml2cmp/source/finder/makefile.mk | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/xml2cmp/source/finder/makefile.mk b/xml2cmp/source/finder/makefile.mk index 35c2a6474..befce752c 100644 --- a/xml2cmp/source/finder/makefile.mk +++ b/xml2cmp/source/finder/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.10 $ +# $Revision: 1.11 $ # -# last change: $Author: vg $ $Date: 2007-10-15 13:08:09 $ +# last change: $Author: vg $ $Date: 2008-03-18 14:16:04 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -39,10 +39,6 @@ PRJNAME=xml2cmp TARGET=srvdepy TARGETTYPE=CUI -# Windows /DELAYLOAD depends on objects delivered from sal, but is not needed -# for this internal tool, anyway: -DELAYLOADOBJ= - # --- Settings ----------------------------------------------------- ENABLE_EXCEPTIONS=TRUE |