mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 01:44:06 -04:00
pfm-bba for makepanda
This commit is contained in:
parent
3a6c7cc376
commit
656d7242cb
@ -4887,6 +4887,16 @@ if (PkgSkip("PANDATOOL")==0):
|
||||
TargetAdd('pfm-trans.exe', input='libp3pystub.lib')
|
||||
TargetAdd('pfm-trans.exe', opts=['ADVAPI'])
|
||||
|
||||
TargetAdd('pfm-bba_pfmBba.obj', opts=OPTS, input='pfmBba.cxx')
|
||||
TargetAdd('pfm-bba.exe', input='pfm-bba_pfmBba.obj')
|
||||
TargetAdd('pfm-bba_config_pfm.obj', opts=OPTS, input='config_pfm.cxx')
|
||||
TargetAdd('pfm-bba.exe', input='pfm-bba_config_pfm.obj')
|
||||
TargetAdd('pfm-bba.exe', input='libp3progbase.lib')
|
||||
TargetAdd('pfm-bba.exe', input='libp3pandatoolbase.lib')
|
||||
TargetAdd('pfm-bba.exe', input=COMMON_PANDA_LIBS)
|
||||
TargetAdd('pfm-bba.exe', input='libp3pystub.lib')
|
||||
TargetAdd('pfm-bba.exe', opts=['ADVAPI'])
|
||||
|
||||
#
|
||||
# DIRECTORY: pandatool/src/lwo/
|
||||
#
|
||||
|
@ -84,8 +84,7 @@ process_pfm(const Filename &input_filename, PfmFile &file) {
|
||||
|
||||
pofstream out;
|
||||
if (!bba_filename.open_write(out)) {
|
||||
pfm_cat.error()
|
||||
<< "Unable to open " << bba_filename << "\n";
|
||||
cerr << "Unable to open " << bba_filename << "\n";
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user