summaryrefslogtreecommitdiff
path: root/vcl/workben/makefile.mk
diff options
context:
space:
mode:
authorStephan Schäfer <ssa@openoffice.org>2001-08-10 10:20:10 +0000
committerStephan Schäfer <ssa@openoffice.org>2001-08-10 10:20:10 +0000
commitcf393a77cc756cceca8e4684657114ebeff905a5 (patch)
treede920bdbd50a180ef1f67d5ad4cf3c90a313686e /vcl/workben/makefile.mk
parent90b83176d95f85fd6323e3c16b1004d35c008ed4 (diff)
#77230# remote svdem
Diffstat (limited to 'vcl/workben/makefile.mk')
-rw-r--r--vcl/workben/makefile.mk23
1 files changed, 15 insertions, 8 deletions
diff --git a/vcl/workben/makefile.mk b/vcl/workben/makefile.mk
index 85a6c0a7c593..5aebee5f67f0 100644
--- a/vcl/workben/makefile.mk
+++ b/vcl/workben/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.5 $
+# $Revision: 1.6 $
#
-# last change: $Author: obo $ $Date: 2001-06-27 08:35:48 $
+# last change: $Author: ssa $ $Date: 2001-08-10 11:20:10 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -74,9 +74,11 @@ LIBTARGET=NO
# --- Files --------------------------------------------------------
-CXXFILES= svdem.cxx
-
OBJFILES= $(OBJ)$/svdem.obj
+.IF "$(remote)"!=""
+OBJFILES+= $(OBJ)$/officeacceptthread.obj
+EXCEPTIONSFILES=$(OBJFILES)
+.ENDIF
APP1NOSAL= TRUE
APP1TARGET= $(TARGET)
@@ -92,6 +94,15 @@ APP1STDLIBS= $(CPPULIB) \
$(SOTLIB) \
$(SVLIB)
+.IF "$(remote)"!=""
+APP1STDLIBS+= $(UNOLIBS) \
+ $(CPPUHELPERLIB) \
+ $(UNOTOOLSLIB) \
+ $(UCBHELPERLIB) \
+ $(COMPHELPERLIB) \
+ $(SALHELPERLIB)
+.ENDIF
+
APP1DEPN= $(L)$/itools.lib \
$(L)$/sot.lib
@@ -99,10 +110,6 @@ APP1DEPN= $(L)$/itools.lib \
APP1DEF= $(MISC)$/$(TARGET).def
.ENDIF
-.IF "$(remote)"!=""
-EXCEPTIONSFILES=$(OBJ)$/svdem.obj
-.ENDIF
-
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk