mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
small change to combined srcs
This commit is contained in:
parent
2ed1bc48c6
commit
05f8542674
@ -293,6 +293,7 @@
|
||||
#defer get_sources \
|
||||
$[SOURCES] \
|
||||
$[PRECOMPILED_HEADER] \
|
||||
$[if $[ne $[NO_COMBINED_SOURCES],] $[INCLUDED_SOURCES], $[COMBINED_SOURCES]] \
|
||||
$[if $[HAVE_CRYPTO],$[IF_CRYPTO_SOURCES]] \
|
||||
$[if $[HAVE_JPEG],$[IF_JPEG_SOURCES]] \
|
||||
$[if $[HAVE_TIFF],$[IF_TIFF_SOURCES]] \
|
||||
@ -306,6 +307,7 @@
|
||||
#defer all_sources \
|
||||
$[SOURCES] \
|
||||
$[PRECOMPILED_HEADER] \
|
||||
$[if $[ne $[NO_COMBINED_SOURCES],] $[INCLUDED_SOURCES], $[COMBINED_SOURCES]] \
|
||||
$[IF_CRYPTO_SOURCES] \
|
||||
$[IF_JPEG_SOURCES] \
|
||||
$[IF_TIFF_SOURCES] \
|
||||
|
Loading…
x
Reference in New Issue
Block a user