mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
fix unnecessary igate file recompiling
This commit is contained in:
parent
656fb8d683
commit
7381234a3d
@ -137,10 +137,10 @@
|
||||
#push 1 $[generated_file]_obj
|
||||
#set cxx_sources $[cxx_sources] $[generated_file]
|
||||
#end source_file
|
||||
#if $[get_igateoutput]
|
||||
#if $[and $[build_directory],$[get_igateoutput]]
|
||||
#define generated_file $[get_igateoutput]
|
||||
#define $[generated_file]_obj $[get_igateoutput:%.cxx=%$[OBJ]]
|
||||
#define $[generated_file]_sources $[get_igatescan]
|
||||
// #define $[generated_file]_sources $[get_igatescan]
|
||||
#push 1 $[generated_file]_obj
|
||||
// We add this to cxx_sources instead of cxx_interrogate_sources,
|
||||
// even though it's an interrogate-generated file, because it's
|
||||
|
Loading…
x
Reference in New Issue
Block a user