diff options
author | mm <mm@openoffice.org> | 2001-02-22 17:06:23 +0000 |
---|---|---|
committer | mm <mm@openoffice.org> | 2001-02-22 17:06:23 +0000 |
commit | 00b17947feb4053ef63d1483d4592e754a7b6168 (patch) | |
tree | 7802e2970e964b6a4d648438eae8352af4c2a24e /toolkit/workben/makefile.mk | |
parent | c1c44895ab4175868433c43e41b32f388875bf48 (diff) |
VCL without main
Diffstat (limited to 'toolkit/workben/makefile.mk')
-rw-r--r-- | toolkit/workben/makefile.mk | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/toolkit/workben/makefile.mk b/toolkit/workben/makefile.mk index 0d6106d29be0..88019b05ce07 100644 --- a/toolkit/workben/makefile.mk +++ b/toolkit/workben/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: mt $ $Date: 2001-01-24 14:33:50 $ +# last change: $Author: mm $ $Date: 2001-02-22 18:05:32 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -81,16 +81,19 @@ CXXFILES= unodialog.cxx OBJFILES= $(OBJ)$/unodialog.obj +APP2NOSAL= TRUE APP2TARGET= unodialog APP2OBJS= $(OBJ)$/unodialog.obj APP2STDLIBS=$(TOOLSLIB) \ $(SOTLIB) \ - $(SVTOOLLIB) \ $(COMPHELPERLIB) \ $(CPPULIB) \ $(CPPUHELPERLIB) \ $(VCLLIB) \ $(SALLIB) + +# $(SVTOOLLIB) \ + APP2DEF= $(MISC)$/unodialog.def # --- Targets ------------------------------------------------------ |