diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 13:58:57 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 13:58:57 +0000 |
commit | 939357d45b8a83f74c41fe4e49fd523bb1e70688 (patch) | |
tree | 2baf3d3ae4882d37d4cdd0d6363c177bf2c9fd14 /vcl/workben/makefile.mk | |
parent | 024f9eae4950244e62a96fbc11105d56f6f2a785 (diff) |
INTEGRATION: CWS vclcleanup02 (1.9.28); FILE MERGED
2003/12/16 18:16:12 mt 1.9.28.1: #i23061# And more cleanups...
Diffstat (limited to 'vcl/workben/makefile.mk')
-rw-r--r-- | vcl/workben/makefile.mk | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/vcl/workben/makefile.mk b/vcl/workben/makefile.mk index 69f03f2581a0..e77ce2ddcbd8 100644 --- a/vcl/workben/makefile.mk +++ b/vcl/workben/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.9 $ +# $Revision: 1.10 $ # -# last change: $Author: obo $ $Date: 2003-11-05 12:39:54 $ +# last change: $Author: vg $ $Date: 2004-01-06 14:58:57 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -76,11 +76,6 @@ TARGETTYPE=GUI # --- Files -------------------------------------------------------- OBJFILES= $(OBJ)$/svdem.obj -.IF "$(remote)"!="" -OBJFILES+= $(OBJ)$/officeacceptthread.obj -EXCEPTIONSFILES=$(OBJFILES) -.ENDIF - APP1NOSAL= TRUE APP1TARGET= $(TARGET) APP1OBJS= $(OBJFILES) @@ -97,13 +92,6 @@ APP1STDLIBS= $(CPPULIB) \ $(SOTLIB) \ $(SVLIB) -.IF "$(remote)"!="" -APP1STDLIBS+= $(UNOLIBS) \ - $(UNOTOOLSLIB) \ - $(UCBHELPERLIB) \ - $(SALHELPERLIB) -.ENDIF - APP1DEPN= $(L)$/itools.lib \ $(L)$/sot.lib |