summaryrefslogtreecommitdiff
path: root/extensions/source
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-09-25 11:45:30 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-09-25 11:45:30 +0000
commit0518d90775ca305ccb4234ba1f9e4073c851e750 (patch)
treeab24abefccedf26b8b7e1ec654f69557b502fe6f /extensions/source
parent991ad89b597598ed67307d519506cc68dd5f6d55 (diff)
INTEGRATION: CWS obo05 (1.19.134); FILE MERGED
2006/08/31 08:01:05 obo 1.19.134.1: #i53611# buildable with VS Express 2005
Diffstat (limited to 'extensions/source')
-rw-r--r--extensions/source/ole/makefile.mk7
1 files changed, 3 insertions, 4 deletions
diff --git a/extensions/source/ole/makefile.mk b/extensions/source/ole/makefile.mk
index cc1b94bac6d5..5eed089bd98d 100644
--- a/extensions/source/ole/makefile.mk
+++ b/extensions/source/ole/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.19 $
+# $Revision: 1.20 $
#
-# last change: $Author: rt $ $Date: 2006-01-10 15:58:29 $
+# last change: $Author: vg $ $Date: 2006-09-25 12:45:30 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -52,7 +52,7 @@ INCPRE+= -I$(ATL_INCLUDE)
# --- Settings -----------------------------------------------------
-.IF "$(GUI)"=="WNT" && "$(NETTOOLKIT)"==""
+.IF "$(GUI)"=="WNT"
SLOFILES= \
$(SLO)$/servreg.obj \
@@ -97,4 +97,3 @@ DEF1EXPORTFILE=$(SHL1TARGET).dxp
#----------------------------------------------------------------
.INCLUDE : target.mk
-