mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -04:00
add gz rule
This commit is contained in:
parent
9894b03b1c
commit
c0df808e57
@ -156,6 +156,17 @@ $[TAB]@test -d $[directory] || mkdir -p $[directory]
|
||||
$[TAB]@touch $[directory]/stamp
|
||||
#end directory
|
||||
|
||||
// Decompressing compressed files.
|
||||
#forscopes gz
|
||||
#foreach gz $[SOURCES]
|
||||
#define target $[gz:%.gz=%]
|
||||
#define source $[gz]
|
||||
$[target] : $[source]
|
||||
$[TAB]rm -f $[target]
|
||||
$[TAB]gunzip $[GUNZIP_OPTS] < $[source] > $[target]
|
||||
|
||||
#end gz
|
||||
#end gz
|
||||
|
||||
// Egg file generation from Flt files.
|
||||
#forscopes flt_egg
|
||||
|
Loading…
x
Reference in New Issue
Block a user