mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-05 11:28:17 -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,
|
// models (egg, bam models computed from flt, soft, alias,
|
||||||
// etc. sources). Unlike the other Template files, this is not based
|
// etc. sources). Unlike the other Template files, this is not based
|
||||||
// directly on the BUILD_TYPE, but is specifically included when a
|
// 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
|
// Unix-specific conventions (like forward slashes as a directory
|
||||||
// separator), so it requires either a Unix platform or a Cygwin
|
// separator), so it requires either a Unix platform or a Cygwin
|
||||||
// environment.
|
// environment.
|
||||||
@ -198,7 +198,7 @@ $[target] : $[source]
|
|||||||
#forscopes filter_egg
|
#forscopes filter_egg
|
||||||
#foreach egg $[SOURCES]
|
#foreach egg $[SOURCES]
|
||||||
#define source $[source_prefix]$[egg]
|
#define source $[source_prefix]$[egg]
|
||||||
#define target $[TARGET_DIR]/$[egg]
|
#define target $[TARGET_DIR]/$[notdir $[egg]]
|
||||||
$[target] : $[source] $[pt] $[TARGET_DIR]/stamp
|
$[target] : $[source] $[pt] $[TARGET_DIR]/stamp
|
||||||
$[COMMAND]
|
$[COMMAND]
|
||||||
#end egg
|
#end egg
|
||||||
|
Loading…
x
Reference in New Issue
Block a user