mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -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]]
|
||||
#define target $[ODIR]/$[get_dllname $[TARGET]].$[dlllib]
|
||||
#define sources $($[varname])
|
||||
$[target] : $[sources] $[static_lib_dependencies]
|
||||
$[target] : $[sources] $[static_lib_dependencies] $[GENERATED_SOURCES]
|
||||
#if $[filter %.cxx %.cpp %.yxx %.lxx,$[get_sources]]
|
||||
$[TAB] $[SHARED_LIB_C++]
|
||||
$[TAB] $[SHARED_LIB_C++] $[COMPILED_RESOURCES]
|
||||
#else
|
||||
$[TAB] $[SHARED_LIB_C] $[COMPILED_RESOURCES]
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user