Quellcode durchsuchen

*** empty log message ***

David Rose vor 25 Jahren
Ursprung
Commit
b77489818e

+ 1 - 1
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]]

+ 1 - 1
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]]

+ 1 - 1
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.");
 }

+ 1 - 1
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;

+ 1 - 1
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.");
 }