mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
TARGET_LIBS
This commit is contained in:
parent
22adc28b9f
commit
e56cd6aabd
@ -569,7 +569,7 @@
|
|||||||
// space-separated set of library names only; the -l switch is not
|
// space-separated set of library names only; the -l switch is not
|
||||||
// included here.
|
// included here.
|
||||||
#defun get_libs
|
#defun get_libs
|
||||||
#define alt_libs $[stl_libs] $[nspr_libs] $[python_libs]
|
#define alt_libs $[stl_libs] $[nspr_libs] $[python_libs] $[TARGET_LIBS]
|
||||||
|
|
||||||
#if $[ne $[USE_CRYPTO] $[components $[USE_CRYPTO],$[active_component_libs] $[transitive_link]],]
|
#if $[ne $[USE_CRYPTO] $[components $[USE_CRYPTO],$[active_component_libs] $[transitive_link]],]
|
||||||
#set alt_libs $[alt_libs] $[crypto_libs]
|
#set alt_libs $[alt_libs] $[crypto_libs]
|
||||||
|
@ -16,6 +16,6 @@
|
|||||||
|
|
||||||
#begin metalib_target
|
#begin metalib_target
|
||||||
#define TARGET pandadx
|
#define TARGET pandadx
|
||||||
|
#define SOURCES pandadx.cxx
|
||||||
#define SOURCES pandadx.cxx
|
#define TARGET_LIBS ddraw.lib d3dim.lib
|
||||||
#end metalib_target
|
#end metalib_target
|
||||||
|
Loading…
x
Reference in New Issue
Block a user