diff options
author | Tom Verbeek <tv@openoffice.org> | 2001-08-16 07:39:58 +0000 |
---|---|---|
committer | Tom Verbeek <tv@openoffice.org> | 2001-08-16 07:39:58 +0000 |
commit | cc446becbedc2e889429fc440960c5bbfc1e1939 (patch) | |
tree | 3dd406b3e6750ff65fbb1e9809e79d8f4b94e787 /extras/util/target.pmk | |
parent | 136b18d6b0ba5fcbe358b411057cacb44ff5b0e9 (diff) |
#88451# added paltform dependent migration targets
Diffstat (limited to 'extras/util/target.pmk')
-rw-r--r-- | extras/util/target.pmk | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/extras/util/target.pmk b/extras/util/target.pmk index 14730cc396bd..c22a41818ae5 100644 --- a/extras/util/target.pmk +++ b/extras/util/target.pmk @@ -2,9 +2,9 @@ # # $RCSfile: target.pmk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: tv $ $Date: 2001-08-09 09:34:06 $ +# last change: $Author: tv $ $Date: 2001-08-16 08:39:58 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -119,6 +119,10 @@ CONFIG_SERVER_DOCLANG_TARGET = cfgsrvdoclang CONFIG_USER_TARGET = cfgusr MIGRATION_TARGET = migration +MIGRATION_WIN_TARGET = migrationwin +MIGRATION_SOLS_TARGET = migrationsols +MIGRATION_SOLI_TARGET = migrationsoli +MIGRATION_LINUX_TARGET = migrationlinux PALETTES_TARGET = palettes |