From b77489818e8730157cd6b3d370c3208ed00c0b50 Mon Sep 17 00:00:00 2001 From: David Rose Date: Wed, 25 Oct 2000 03:01:38 +0000 Subject: [PATCH] *** empty log message *** --- dtool/pptempl/Template.msvc.pp | 2 +- dtool/pptempl/Template.unix.pp | 2 +- pandatool/src/eggbase/eggFilter.cxx | 2 +- pandatool/src/eggbase/eggWriter.cxx | 2 +- pandatool/src/eggbase/somethingToEgg.cxx | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dtool/pptempl/Template.msvc.pp b/dtool/pptempl/Template.msvc.pp index e3564e7f3b..a49fec689f 100644 --- a/dtool/pptempl/Template.msvc.pp +++ b/dtool/pptempl/Template.msvc.pp @@ -64,7 +64,7 @@ // install. #define install_lib $[TARGET(metalib_target static_lib_target)] $[real_lib_targets] #define install_bin $[TARGET(bin_target)] -#define install_scripts $[TARGET(sed_bin_target)] $[sort $[INSTALL_SCRIPTS(metalib_target lib_target static_lib_target bin_target)] $[INSTALL_SCRIPTS]] +#define install_scripts $[sort $[INSTALL_SCRIPTS(metalib_target lib_target static_lib_target bin_target)] $[INSTALL_SCRIPTS]] #define install_headers $[sort $[INSTALL_HEADERS(metalib_target lib_target static_lib_target bin_target)] $[INSTALL_HEADERS]] #define install_parser_inc $[sort $[INSTALL_PARSER_INC]] #define install_data $[sort $[INSTALL_DATA(metalib_target lib_target static_lib_target bin_target)] $[INSTALL_DATA]] diff --git a/dtool/pptempl/Template.unix.pp b/dtool/pptempl/Template.unix.pp index 58588f890a..e482fb0c59 100644 --- a/dtool/pptempl/Template.unix.pp +++ b/dtool/pptempl/Template.unix.pp @@ -47,7 +47,7 @@ // install. #define install_lib $[TARGET(metalib_target lib_target static_lib_target)] #define install_bin $[TARGET(bin_target)] -#define install_scripts $[TARGET(sed_bin_target)] $[sort $[INSTALL_SCRIPTS(metalib_target lib_target static_lib_target bin_target)] $[INSTALL_SCRIPTS]] +#define install_scripts $[sort $[INSTALL_SCRIPTS(metalib_target lib_target static_lib_target bin_target)] $[INSTALL_SCRIPTS]] #define install_headers $[sort $[INSTALL_HEADERS(metalib_target lib_target static_lib_target bin_target)] $[INSTALL_HEADERS]] #define install_parser_inc $[sort $[INSTALL_PARSER_INC]] #define install_data $[sort $[INSTALL_DATA(metalib_target lib_target static_lib_target bin_target)] $[INSTALL_DATA]] diff --git a/pandatool/src/eggbase/eggFilter.cxx b/pandatool/src/eggbase/eggFilter.cxx index 7bef3f06a2..765706fba5 100644 --- a/pandatool/src/eggbase/eggFilter.cxx +++ b/pandatool/src/eggbase/eggFilter.cxx @@ -26,7 +26,7 @@ EggFilter(bool allow_last_param, bool allow_stdout) : redescribe_option ("cs", "Specify the coordinate system of the resulting egg file. This may be " - " one of 'y-up', 'z-up', 'y-up-left', or 'z-up-left'. The default " + "one of 'y-up', 'z-up', 'y-up-left', or 'z-up-left'. The default " "is the same coordinate system as the input egg file. If this is " "different from the input egg file, a conversion will be performed."); } diff --git a/pandatool/src/eggbase/eggWriter.cxx b/pandatool/src/eggbase/eggWriter.cxx index 1ef7687339..67f7ea958c 100644 --- a/pandatool/src/eggbase/eggWriter.cxx +++ b/pandatool/src/eggbase/eggWriter.cxx @@ -71,7 +71,7 @@ EggWriter(bool allow_last_param, bool allow_stdout) { redescribe_option ("cs", "Specify the coordinate system of the resulting egg file. This may be " - " one of 'y-up', 'z-up', 'y-up-left', or 'z-up-left'. The default is " + "one of 'y-up', 'z-up', 'y-up-left', or 'z-up-left'. The default is " "y-up."); _output_ptr = (ostream *)NULL; diff --git a/pandatool/src/eggbase/somethingToEgg.cxx b/pandatool/src/eggbase/somethingToEgg.cxx index 096c89401d..a4ee58ab04 100644 --- a/pandatool/src/eggbase/somethingToEgg.cxx +++ b/pandatool/src/eggbase/somethingToEgg.cxx @@ -31,7 +31,7 @@ SomethingToEgg(const string &format_name, redescribe_option ("cs", "Specify the coordinate system of the resulting egg file. This may be " - " one of 'y-up', 'z-up', 'y-up-left', or 'z-up-left'. The default " + "one of 'y-up', 'z-up', 'y-up-left', or 'z-up-left'. The default " "is the same coordinate system as the input " + _format_name + " file, if this can be determined."); }