mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
use new egg2bam options
This commit is contained in:
parent
6c130c35be
commit
675155385e
@ -321,21 +321,21 @@ $[TAB]touch $[pt]
|
|||||||
#define source $[pal_egg_dir]/$[notdir $[egg]]
|
#define source $[pal_egg_dir]/$[notdir $[egg]]
|
||||||
#define target $[bam_dir]/$[notdir $[egg:%.egg=%.bam]]
|
#define target $[bam_dir]/$[notdir $[egg:%.egg=%.bam]]
|
||||||
$[target] : $[source] $[bam_dir]/stamp
|
$[target] : $[source] $[bam_dir]/stamp
|
||||||
$[TAB]egg2bam -kp -tp $[install_dir] $[EGG2BAM_OPTS] -o $[target] $[source]
|
$[TAB]egg2bam -ps rel -pd $[install_dir] $[EGG2BAM_OPTS] -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]/$[notdir $[egg:%.egg=%.bam]]
|
#define target $[bam_dir]/$[notdir $[egg:%.egg=%.bam]]
|
||||||
$[target] : $[source] $[bam_dir]/stamp
|
$[target] : $[source] $[bam_dir]/stamp
|
||||||
$[TAB]egg2bam -kp -tp $[install_dir] $[EGG2BAM_OPTS] -o $[target] $[source]
|
$[TAB]egg2bam -ps rel -pd $[install_dir] $[EGG2BAM_OPTS] -o $[target] $[source]
|
||||||
#end egg
|
#end egg
|
||||||
|
|
||||||
#foreach egg $[UNPAL_SOURCES_NC]
|
#foreach egg $[UNPAL_SOURCES_NC]
|
||||||
#define source $[source_prefix]$[egg]
|
#define source $[source_prefix]$[egg]
|
||||||
#define target $[bam_dir]/$[notdir $[egg:%.egg=%.bam]]
|
#define target $[bam_dir]/$[notdir $[egg:%.egg=%.bam]]
|
||||||
$[target] : $[source] $[bam_dir]/stamp
|
$[target] : $[source] $[bam_dir]/stamp
|
||||||
$[TAB]egg2bam -kp -tp $[install_dir] $[EGG2BAM_OPTS] -NC -o $[target] $[source]
|
$[TAB]egg2bam -ps rel -pd $[install_dir] $[EGG2BAM_OPTS] -NC -o $[target] $[source]
|
||||||
#end egg
|
#end egg
|
||||||
#end install_egg
|
#end install_egg
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user