mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
fix bug in prev chkin
This commit is contained in:
parent
1b3f412cf3
commit
a7804f6577
@ -290,10 +290,11 @@
|
||||
|
||||
// This variable returns the complete set of sources for the current
|
||||
// target.
|
||||
|
||||
#defer get_sources \
|
||||
$[SOURCES] \
|
||||
$[PRECOMPILED_HEADER] \
|
||||
$[if $[ne $[NO_COMBINED_SOURCES],] $[INCLUDED_SOURCES], $[COMBINED_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]] \
|
||||
@ -307,7 +308,7 @@
|
||||
#defer all_sources \
|
||||
$[SOURCES] \
|
||||
$[PRECOMPILED_HEADER] \
|
||||
$[if $[ne $[NO_COMBINED_SOURCES],] $[INCLUDED_SOURCES], $[COMBINED_SOURCES]] \
|
||||
$[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