diff options
author | Dirk Grobler <dg@openoffice.org> | 2001-09-05 12:18:19 +0000 |
---|---|---|
committer | Dirk Grobler <dg@openoffice.org> | 2001-09-05 12:18:19 +0000 |
commit | 893c123db3981d85eedff4384c25c51c1f9d21f5 (patch) | |
tree | 2f54e7bf6167266792d67ac3395c1732fcc8fe62 /configmgr | |
parent | 399cb7390f654ca7170888d92014cab762061d91 (diff) |
#91801# SVX_LIGHT define to reduce size for player application
Diffstat (limited to 'configmgr')
-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 3afe4fd60270..240bdef66dc2 100644 --- a/configmgr/util/makefile.mk +++ b/configmgr/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.9 $ +# $Revision: 1.10 $ # -# last change: $Author: dg $ $Date: 2001-09-05 10:34:46 $ +# last change: $Author: dg $ $Date: 2001-09-05 13:18:19 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -136,7 +136,7 @@ SHL2LIBS= $(SLB)$/registry.lib \ $(SLB)$/misc.lib \ $(SLB)$/xml.lib \ $(SLB)$/treemgr.lib \ - $(SLB)$/sxl_api2.lib \ + $(SLB)$/api2.lib \ $(SLB)$/api.lib \ $(SLB)$/cm.lib |