mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
*** empty log message ***
This commit is contained in:
parent
0769bfd629
commit
585fd87124
@ -275,12 +275,11 @@ $[dest]/$[local] : $[sourcedir]/$[local]
|
||||
#end egg
|
||||
#foreach egg $[UNPAL_SOURCES]
|
||||
#define local $[egg]
|
||||
#define sourcedir $[SOURCE_DIR]
|
||||
#define dest $[install_model_dir]
|
||||
$[dest]/$[local] : $[sourcedir]/$[local]
|
||||
// cd ./$[sourcedir] && $[INSTALL]
|
||||
$[dest]/$[local] : $[source_prefix]$[local]
|
||||
// $[INSTALL]
|
||||
rm -f $[dest]/$[local]
|
||||
cp $[sourcedir]/$[local] $[dest]
|
||||
cp $[source_prefix]$[local] $[dest]
|
||||
|
||||
#end egg
|
||||
#end install_egg
|
||||
|
@ -155,7 +155,6 @@ do_command(const string &command, const string ¶ms) {
|
||||
} else {
|
||||
type = type->resolve_type(&parser, &parser);
|
||||
_renametype[type->get_local_name(&parser)] = new_name;
|
||||
nout << "Renaming " << *type << " to " << new_name << "\n";
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user