mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 08:44:19 -04:00
pfmprogs: Rename config_pfm to config_pfmprogs
This commit is contained in:
parent
52e7c952b3
commit
c81229c1a8
@ -6110,9 +6110,9 @@ if not PkgSkip("PANDATOOL"):
|
|||||||
TargetAdd('pfm-trans.exe', opts=['ADVAPI'])
|
TargetAdd('pfm-trans.exe', opts=['ADVAPI'])
|
||||||
|
|
||||||
TargetAdd('pfm-bba_pfmBba.obj', opts=OPTS, input='pfmBba.cxx')
|
TargetAdd('pfm-bba_pfmBba.obj', opts=OPTS, input='pfmBba.cxx')
|
||||||
TargetAdd('pfm-bba_config_pfm.obj', opts=OPTS, input='config_pfm.cxx')
|
TargetAdd('pfm-bba_config_pfmprogs.obj', opts=OPTS, input='config_pfmprogs.cxx')
|
||||||
TargetAdd('pfm-bba.exe', input='pfm-bba_pfmBba.obj')
|
TargetAdd('pfm-bba.exe', input='pfm-bba_pfmBba.obj')
|
||||||
TargetAdd('pfm-bba.exe', input='pfm-bba_config_pfm.obj')
|
TargetAdd('pfm-bba.exe', input='pfm-bba_config_pfmprogs.obj')
|
||||||
TargetAdd('pfm-bba.exe', input='libp3progbase.lib')
|
TargetAdd('pfm-bba.exe', input='libp3progbase.lib')
|
||||||
TargetAdd('pfm-bba.exe', input='libp3pandatoolbase.lib')
|
TargetAdd('pfm-bba.exe', input='libp3pandatoolbase.lib')
|
||||||
TargetAdd('pfm-bba.exe', input=COMMON_PANDA_LIBS)
|
TargetAdd('pfm-bba.exe', input=COMMON_PANDA_LIBS)
|
||||||
|
@ -6,16 +6,16 @@
|
|||||||
* license. You should have received a copy of this license along
|
* license. You should have received a copy of this license along
|
||||||
* with this source code in a file named "LICENSE."
|
* with this source code in a file named "LICENSE."
|
||||||
*
|
*
|
||||||
* @file config_pfm.cxx
|
* @file config_pfmprogs.cxx
|
||||||
* @author drose
|
* @author drose
|
||||||
* @date 2010-12-23
|
* @date 2010-12-23
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "config_pfm.h"
|
#include "config_pfmprogs.h"
|
||||||
|
|
||||||
#include "dconfig.h"
|
#include "dconfig.h"
|
||||||
|
|
||||||
Configure(config_pfm);
|
Configure(config_pfmprogs);
|
||||||
NotifyCategoryDef(pfm, "");
|
NotifyCategoryDef(pfm, "");
|
||||||
|
|
||||||
ConfigVariableDouble pfm_bba_dist
|
ConfigVariableDouble pfm_bba_dist
|
||||||
@ -23,7 +23,7 @@ ConfigVariableDouble pfm_bba_dist
|
|||||||
PRC_DESC("Specifies the point_dist and sample_radius, in UV space, for "
|
PRC_DESC("Specifies the point_dist and sample_radius, in UV space, for "
|
||||||
"compute bba files with pfm_trans."));
|
"compute bba files with pfm_trans."));
|
||||||
|
|
||||||
ConfigureFn(config_pfm) {
|
ConfigureFn(config_pfmprogs) {
|
||||||
init_libpfm();
|
init_libpfm();
|
||||||
}
|
}
|
||||||
|
|
@ -6,7 +6,7 @@
|
|||||||
* license. You should have received a copy of this license along
|
* license. You should have received a copy of this license along
|
||||||
* with this source code in a file named "LICENSE."
|
* with this source code in a file named "LICENSE."
|
||||||
*
|
*
|
||||||
* @file config_pfm.h
|
* @file config_pfmprogs.h
|
||||||
* @author drose
|
* @author drose
|
||||||
* @date 2010-12-23
|
* @date 2010-12-23
|
||||||
*/
|
*/
|
@ -12,7 +12,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "pfmBba.h"
|
#include "pfmBba.h"
|
||||||
#include "config_pfm.h"
|
#include "config_pfmprogs.h"
|
||||||
#include "pfmFile.h"
|
#include "pfmFile.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "pfmTrans.h"
|
#include "pfmTrans.h"
|
||||||
#include "config_pfm.h"
|
#include "config_pfmprogs.h"
|
||||||
#include "pfmFile.h"
|
#include "pfmFile.h"
|
||||||
#include "pfmVizzer.h"
|
#include "pfmVizzer.h"
|
||||||
#include "texture.h"
|
#include "texture.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user