mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
fix resource dependencies
This commit is contained in:
parent
ef16b83f94
commit
72beba404c
@ -495,9 +495,9 @@ $[TAB] $[INTERROGATE_MODULE] -oc $[target] -module "$[igatemod]" -library "$[iga
|
|||||||
$[varname] = $[patsubst %,$[%_obj],$[compile_sources]]
|
$[varname] = $[patsubst %,$[%_obj],$[compile_sources]]
|
||||||
#define target $[ODIR]/$[get_dllname $[TARGET]].$[dlllib]
|
#define target $[ODIR]/$[get_dllname $[TARGET]].$[dlllib]
|
||||||
#define sources $($[varname])
|
#define sources $($[varname])
|
||||||
$[target] : $[sources] $[static_lib_dependencies]
|
$[target] : $[sources] $[static_lib_dependencies] $[GENERATED_SOURCES]
|
||||||
#if $[filter %.cxx %.cpp %.yxx %.lxx,$[get_sources]]
|
#if $[filter %.cxx %.cpp %.yxx %.lxx,$[get_sources]]
|
||||||
$[TAB] $[SHARED_LIB_C++]
|
$[TAB] $[SHARED_LIB_C++] $[COMPILED_RESOURCES]
|
||||||
#else
|
#else
|
||||||
$[TAB] $[SHARED_LIB_C] $[COMPILED_RESOURCES]
|
$[TAB] $[SHARED_LIB_C] $[COMPILED_RESOURCES]
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user