mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
more verbose write
This commit is contained in:
parent
f45e192715
commit
f1923a7a19
@ -311,8 +311,12 @@ output(ostream &out) const {
|
|||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
void PandaSystem::
|
void PandaSystem::
|
||||||
write(ostream &out) const {
|
write(ostream &out) const {
|
||||||
out << *this << ":\n";
|
out << *this << "\n"
|
||||||
|
<< "compiled on " << get_build_date() << " by "
|
||||||
|
<< get_distributor() << "\n"
|
||||||
|
<< "with compiler " << PandaSystem::get_compiler() << "\n\n";
|
||||||
|
|
||||||
|
out << "Optional systems:\n";
|
||||||
for (Systems::const_iterator si = _systems.begin();
|
for (Systems::const_iterator si = _systems.begin();
|
||||||
si != _systems.end();
|
si != _systems.end();
|
||||||
++si) {
|
++si) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user