diff options
author | Oliver Specht <os@openoffice.org> | 2001-01-09 13:22:04 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2001-01-09 13:22:04 +0000 |
commit | e122d6bd986a8e17f078af683fe9eb0d61dc77b7 (patch) | |
tree | e610a7e33ee6b79e7b09a9be0542c08e17d17597 /svx/source/options/makefile.mk | |
parent | f970ce8e0dc24d0220c96ff0802d21c3834490cf (diff) |
optins TabPage 'Asian layout'
Diffstat (limited to 'svx/source/options/makefile.mk')
-rw-r--r-- | svx/source/options/makefile.mk | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/svx/source/options/makefile.mk b/svx/source/options/makefile.mk index 5641fd98067f..ec1c9b0b155d 100644 --- a/svx/source/options/makefile.mk +++ b/svx/source/options/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: tl $ $Date: 2000-12-07 09:11:52 $ +# last change: $Author: os $ $Date: 2001-01-09 14:22:04 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -90,6 +90,7 @@ CFLAGS+=-DDG_DLL #BMP_IN=$(PRJ)$/win/res CXXFILES = \ + optasian.cxx \ optpath.cxx \ optdict.cxx \ optitems.cxx \ @@ -106,6 +107,7 @@ CXXFILES = \ optextbr.cxx SRCFILES = \ + optasian.src \ optgenrl.src \ optspell.src \ optdict.src \ @@ -118,6 +120,7 @@ SRCFILES = \ optextbr.src SLOFILES= \ + $(SLO)$/optasian.obj \ $(SLO)$/optpath.obj \ $(SLO)$/optdict.obj \ $(SLO)$/optitems.obj \ |