diff options
author | Oliver Specht <os@openoffice.org> | 2002-04-02 06:16:04 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2002-04-02 06:16:04 +0000 |
commit | 821139a3c99e09cfba86003a1b90b0fb21cceb83 (patch) | |
tree | e20733ab9ae44255b4187200eb83be10bc56c16d /svx/source/options/makefile.mk | |
parent | 84ea06fff8147a6d84087feb0a704d6e9830c442 (diff) |
#97695# new: optcolor.*
Diffstat (limited to 'svx/source/options/makefile.mk')
-rw-r--r-- | svx/source/options/makefile.mk | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/svx/source/options/makefile.mk b/svx/source/options/makefile.mk index 0c4e28331a1f..ae9e62b2efe4 100644 --- a/svx/source/options/makefile.mk +++ b/svx/source/options/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.11 $ +# $Revision: 1.12 $ # -# last change: $Author: pb $ $Date: 2001-06-26 07:52:33 $ +# last change: $Author: os $ $Date: 2002-04-02 07:16:04 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -91,8 +91,10 @@ CFLAGS+=-DDG_DLL CXXFILES = \ asiancfg.cxx \ + colorcfg.cxx \ optasian.cxx \ - optpath.cxx \ + optcolor.cxx \ + optpath.cxx \ optdict.cxx \ optitems.cxx \ optgenrl.cxx \ @@ -109,7 +111,8 @@ CXXFILES = \ SRCFILES = \ optasian.src \ - optjsearch.src \ + optcolor.src \ + optjsearch.src \ optgenrl.src \ optdict.src \ optsave.src \ @@ -122,8 +125,10 @@ SRCFILES = \ SLOFILES= \ $(SLO)$/asiancfg.obj \ - $(SLO)$/optasian.obj \ - $(SLO)$/optjsearch.obj \ + $(SLO)$/colorcfg.obj \ + $(SLO)$/optasian.obj \ + $(SLO)$/optcolor.obj \ + $(SLO)$/optjsearch.obj \ $(SLO)$/optpath.obj \ $(SLO)$/optdict.obj \ $(SLO)$/optitems.obj \ |