mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 08:15:18 -04:00
*** empty log message ***
This commit is contained in:
parent
b1d3b77c7a
commit
b77489818e
@ -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]]
|
||||
|
@ -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]]
|
||||
|
@ -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.");
|
||||
}
|
||||
|
@ -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;
|
||||
|
@ -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.");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user