mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
rule for uncompressed anims
This commit is contained in:
parent
c5329f3964
commit
ff8953b16e
@ -282,14 +282,20 @@ $[TAB]touch $[pt]
|
||||
#define target $[bam_dir]/$[notdir $[egg:%.egg=%.bam]]
|
||||
$[target] : $[source] $[bam_dir]/stamp
|
||||
$[TAB]egg2bam -kp -tp $[install_dir] $[EGG2BAM_OPTS] -o $[target] $[source]
|
||||
|
||||
#end egg
|
||||
|
||||
#foreach egg $[UNPAL_SOURCES]
|
||||
#define source $[source_prefix]$[egg]
|
||||
#define target $[bam_dir]/$[notdir $[egg:%.egg=%.bam]]
|
||||
$[target] : $[source] $[bam_dir]/stamp
|
||||
$[TAB]egg2bam -kp -tp $[install_dir] $[EGG2BAM_OPTS] -o $[target] $[source]
|
||||
#end egg
|
||||
|
||||
#foreach egg $[UNPAL_SOURCES_NC]
|
||||
#define source $[source_prefix]$[egg]
|
||||
#define target $[bam_dir]/$[notdir $[egg:%.egg=%.bam]]
|
||||
$[target] : $[source] $[bam_dir]/stamp
|
||||
$[TAB]egg2bam -kp -tp $[install_dir] $[EGG2BAM_OPTS] -NC -o $[target] $[source]
|
||||
#end egg
|
||||
#end install_egg
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user