summaryrefslogtreecommitdiff
path: root/xml2cmp
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-10-15 12:08:09 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-10-15 12:08:09 +0000
commit78f42e86f662a50740abcf1c73d34cdd635f6fac (patch)
tree2818eb7fc60b6ae8be51f8be39208cfa0bb28166 /xml2cmp
parent794e415906287d74aecdc51fd9174d1d29a201f1 (diff)
INTEGRATION: CWS sb71 (1.9.2); FILE MERGED
2007/08/15 07:34:13 sb 1.9.2.4: #i77184# Windows /DELAYLOAD depends on objects delivered from sal, but is not needed for this internal tool, anyway. 2007/08/13 13:08:36 sb 1.9.2.3: #i77184# Dropped NO_WINDOWS_DELAYLOAD again (probably not needed at the moment after all). 2007/07/10 13:55:17 sb 1.9.2.2: #i77184# Improved naming.' 2007/07/10 13:50:12 sb 1.9.2.1: #i77184# xml2cmp does not use the Windows delayload mechanism (it is below sal where the delayload.obj is built).
Diffstat (limited to 'xml2cmp')
-rw-r--r--xml2cmp/source/finder/makefile.mk8
1 files changed, 5 insertions, 3 deletions
diff --git a/xml2cmp/source/finder/makefile.mk b/xml2cmp/source/finder/makefile.mk
index 1420881202ab..35c2a64740b7 100644
--- a/xml2cmp/source/finder/makefile.mk
+++ b/xml2cmp/source/finder/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.9 $
+# $Revision: 1.10 $
#
-# last change: $Author: obo $ $Date: 2007-03-28 11:39:29 $
+# last change: $Author: vg $ $Date: 2007-10-15 13:08:09 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -39,7 +39,9 @@ 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 -----------------------------------------------------