mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
*** empty log message ***
This commit is contained in:
parent
e961e669ca
commit
2fe7c24618
@ -5,7 +5,7 @@
|
||||
// models (egg, bam models computed from flt, soft, alias,
|
||||
// etc. sources). Unlike the other Template files, this is not based
|
||||
// directly on the BUILD_TYPE, but is specifically included when a
|
||||
// directory speficies a DIR_TYPE of "models". It uses some
|
||||
// directory specifies a DIR_TYPE of "models". It uses some
|
||||
// Unix-specific conventions (like forward slashes as a directory
|
||||
// separator), so it requires either a Unix platform or a Cygwin
|
||||
// environment.
|
||||
@ -198,7 +198,7 @@ $[target] : $[source]
|
||||
#forscopes filter_egg
|
||||
#foreach egg $[SOURCES]
|
||||
#define source $[source_prefix]$[egg]
|
||||
#define target $[TARGET_DIR]/$[egg]
|
||||
#define target $[TARGET_DIR]/$[notdir $[egg]]
|
||||
$[target] : $[source] $[pt] $[TARGET_DIR]/stamp
|
||||
$[COMMAND]
|
||||
#end egg
|
||||
|
Loading…
x
Reference in New Issue
Block a user