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
c4aca328dd
commit
b7802a39f8
@ -222,9 +222,9 @@ $[target] : $[sources]
|
|||||||
#define target $[pal_egg_dir]/$[egg]
|
#define target $[pal_egg_dir]/$[egg]
|
||||||
$[target] : $[source] $[pt]
|
$[target] : $[source] $[pt]
|
||||||
#if $[PHASE]
|
#if $[PHASE]
|
||||||
egg-palettize-new $[PALETTIZE_OPTS] -C -dr $[install_dir] -dm $[install_dir]/%s/maps -g phase_$[PHASE] -gdir phase_$[PHASE] -P256,256 -2 -o $[target] $[texattrib_file] $[source]
|
egg-palettize-new $[PALETTIZE_OPTS] -type jpg,rgb -C -dr $[install_dir] -dm $[install_dir]/%s/maps -g phase_$[PHASE] -gdir phase_$[PHASE] -P256,256 -2 -o $[target] $[texattrib_file] $[source]
|
||||||
#else
|
#else
|
||||||
egg-palettize-new $[PALETTIZE_OPTS] -C -dr $[install_dir] -dm $[install_dir]/maps -P256,256 -2 -o $[target] $[texattrib_file] $[source]
|
egg-palettize-new $[PALETTIZE_OPTS] -type jpg,rgb -C -dr $[install_dir] -dm $[install_dir]/maps -P256,256 -2 -o $[target] $[texattrib_file] $[source]
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
$[pt] :
|
$[pt] :
|
||||||
@ -240,14 +240,14 @@ $[pt] :
|
|||||||
#define source $[pal_egg_dir]/$[egg]
|
#define source $[pal_egg_dir]/$[egg]
|
||||||
#define target $[bam_dir]/$[egg:%.egg=%.bam]
|
#define target $[bam_dir]/$[egg:%.egg=%.bam]
|
||||||
$[target] : $[source]
|
$[target] : $[source]
|
||||||
egg2bam -tp $[install_dir] -o $[target] $[source]
|
egg2bam -kp -tp $[install_dir] -o $[target] $[source]
|
||||||
|
|
||||||
#end egg
|
#end egg
|
||||||
#foreach egg $[UNPAL_SOURCES]
|
#foreach egg $[UNPAL_SOURCES]
|
||||||
#define source $[source_prefix]$[egg]
|
#define source $[source_prefix]$[egg]
|
||||||
#define target $[bam_dir]/$[egg:%.egg=%.bam]
|
#define target $[bam_dir]/$[egg:%.egg=%.bam]
|
||||||
$[target] : $[source]
|
$[target] : $[source]
|
||||||
egg2bam -tp $[install_dir] -o $[target] $[source]
|
egg2bam -kp -tp $[install_dir] -o $[target] $[source]
|
||||||
|
|
||||||
#end egg
|
#end egg
|
||||||
#end install_egg
|
#end install_egg
|
||||||
|
Loading…
x
Reference in New Issue
Block a user