diff options
author | Dirk Grobler <dg@openoffice.org> | 2001-09-05 13:20:31 +0000 |
---|---|---|
committer | Dirk Grobler <dg@openoffice.org> | 2001-09-05 13:20:31 +0000 |
commit | a70a060a37dd91dfc175aa82205c20f1ba13a7b1 (patch) | |
tree | 083e18440108ae99f21e783c586081cb377988f2 /configmgr/util | |
parent | 25e99392fe92f7e279c3539c9dac3457f907f0a9 (diff) |
#91801# SVX_LIGHT define to reduce size for player application
Diffstat (limited to 'configmgr/util')
-rw-r--r-- | configmgr/util/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configmgr/util/makefile.mk b/configmgr/util/makefile.mk index 240bdef66dc2..0478854ecac1 100644 --- a/configmgr/util/makefile.mk +++ b/configmgr/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.10 $ +# $Revision: 1.11 $ # -# last change: $Author: dg $ $Date: 2001-09-05 13:18:19 $ +# last change: $Author: dg $ $Date: 2001-09-05 14:20:31 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -115,7 +115,7 @@ SHL2TARGET= $(CFGMGR_TARGET)$(CFGMGR_MAJOR)l .IF "$(OS)"=="MACOSX" #SHL2VERSIONMAP= $(TARGET).$(DLLPOSTFIX).map .ELSE -SHL2VERSIONMAP= $(TARGET).map +SHL2VERSIONMAP= $(TARGET)l.map .ENDIF SHL2OBJS=$(SLOFILES) SHL2STDLIBS=\ |