mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 01:44:06 -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 target $[bam_dir]/$[notdir $[egg:%.egg=%.bam]]
|
||||
$[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
|
||||
|
||||
#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]
|
||||
$[TAB]egg2bam -ps rel -pd $[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]
|
||||
$[TAB]egg2bam -ps rel -pd $[install_dir] $[EGG2BAM_OPTS] -NC -o $[target] $[source]
|
||||
#end egg
|
||||
#end install_egg
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user