summaryrefslogtreecommitdiff
path: root/automation/util/makefile.mk
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-06-22 07:39:28 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-06-22 07:39:28 +0000
commite04f63b26423805823f0147da0ac91aa9275c326 (patch)
treefd6723a9f05d02c410c671c0fb8f34a0709daa02 /automation/util/makefile.mk
parentc851d581f177b6562d61a807d5a2844765d3690e (diff)
#i10000# Syntax: removed backslashes after last lines.
Diffstat (limited to 'automation/util/makefile.mk')
-rw-r--r--automation/util/makefile.mk20
1 files changed, 8 insertions, 12 deletions
diff --git a/automation/util/makefile.mk b/automation/util/makefile.mk
index d4e7a0481e88..ca6c34d41651 100644
--- a/automation/util/makefile.mk
+++ b/automation/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.15 $
+# $Revision: 1.16 $
#
-# last change: $Author: rt $ $Date: 2005-06-21 19:08:49 $
+# last change: $Author: rt $ $Date: 2005-06-22 08:39:28 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -76,7 +76,7 @@ LIB1TARGET=$(SLB)$/$(TARGET).lib
LIB1FILES= \
$(SLB)$/server.lib \
$(SLB)$/simplecm.lib \
- $(SLB)$/communi.lib \
+ $(SLB)$/communi.lib
# --- sts library ---------------------------------------------------
@@ -94,7 +94,7 @@ SHL1STDLIBS= \
$(CPPUHELPERLIB) \
$(CPPULIB) \
$(COMPHELPERLIB) \
- $(SOTLIB) \
+ $(SOTLIB)
.IF "$(GUI)"=="WNT"
@@ -104,7 +104,7 @@ SHL1STDLIBS+= \
.ENDIF
SHL1DEF= $(MISC)$/$(SHL1TARGET).def
-SHL1LIBS= $(SLB)$/$(TARGET).lib \
+SHL1LIBS= $(SLB)$/$(TARGET).lib
DEF1NAME =$(SHL1TARGET)
DEF1DEPN = \
@@ -121,11 +121,7 @@ SHL2IMPLIB= isimplecm
SHL2STDLIBS= \
$(TOOLSLIB) \
$(VOSLIB) \
- $(SALLIB) \
-
-# $(CPPULIB)
-
-# $(COMPHELPERLIB) $(SOTLIB) $(CPPUHELPERLIB)
+ $(SALLIB)
SHL2DEF= $(MISC)$/$(SHL2TARGET).def
@@ -156,7 +152,7 @@ SHL3STDLIBS= \
$(COMPHELPERLIB) \
$(SOTLIB) \
$(VOSLIB) \
- $(SIMPLECMLIB) \
+ $(SIMPLECMLIB)
.IF "$(GUI)"=="WNT"
@@ -203,7 +199,7 @@ APP1STDLIBS+= \
$(SOTLIB) \
$(BASICLIB) \
$(SIMPLECMLIB) \
- $(COMMUNILIB) \
+ $(COMMUNILIB)
.IF "$(GUI)"=="UNX"
APP1STDLIBS+= \