mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
libp3tinyxml_mt
This commit is contained in:
parent
6dab30e2d5
commit
065b130d64
@ -117,7 +117,7 @@
|
|||||||
#define LINK_FORCE_STATIC_RELEASE_C_RUNTIME $[P3D_PLUGIN_MT]
|
#define LINK_FORCE_STATIC_RELEASE_C_RUNTIME $[P3D_PLUGIN_MT]
|
||||||
|
|
||||||
#define OTHER_LIBS \
|
#define OTHER_LIBS \
|
||||||
p3tinyxml $[if $[OSX_PLATFORM],subprocbuffer]
|
p3tinyxml$[_MT] $[if $[OSX_PLATFORM],subprocbuffer]
|
||||||
|
|
||||||
#define COMBINED_SOURCES p3d_plugin_composite1.cxx
|
#define COMBINED_SOURCES p3d_plugin_composite1.cxx
|
||||||
#define SOURCES $[COREAPI_SOURCES]
|
#define SOURCES $[COREAPI_SOURCES]
|
||||||
@ -206,7 +206,7 @@
|
|||||||
#define SOURCES $[PLUGIN_COMMON_SOURCES]
|
#define SOURCES $[PLUGIN_COMMON_SOURCES]
|
||||||
|
|
||||||
#end static_lib_target
|
#end static_lib_target
|
||||||
#endif
|
#endif // $[P3D_PLUGIN_MT]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
#define LOCAL_LIBS plugin_common$[_MT]
|
#define LOCAL_LIBS plugin_common$[_MT]
|
||||||
#define LINK_FORCE_STATIC_RELEASE_C_RUNTIME $[P3D_PLUGIN_MT]
|
#define LINK_FORCE_STATIC_RELEASE_C_RUNTIME $[P3D_PLUGIN_MT]
|
||||||
#define OTHER_LIBS p3tinyxml
|
#define OTHER_LIBS p3tinyxml$[_MT]
|
||||||
|
|
||||||
#define COMBINED_SOURCES \
|
#define COMBINED_SOURCES \
|
||||||
$[TARGET]_composite1.cxx
|
$[TARGET]_composite1.cxx
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
#define LOCAL_LIBS plugin_common$[_MT]
|
#define LOCAL_LIBS plugin_common$[_MT]
|
||||||
#define LINK_FORCE_STATIC_RELEASE_C_RUNTIME $[P3D_PLUGIN_MT]
|
#define LINK_FORCE_STATIC_RELEASE_C_RUNTIME $[P3D_PLUGIN_MT]
|
||||||
#define OTHER_LIBS p3tinyxml
|
#define OTHER_LIBS p3tinyxml$[_MT]
|
||||||
|
|
||||||
#define COMBINED_SOURCES \
|
#define COMBINED_SOURCES \
|
||||||
$[TARGET]_composite1.cxx
|
$[TARGET]_composite1.cxx
|
||||||
|
@ -17,6 +17,32 @@
|
|||||||
|
|
||||||
#end static_lib_target
|
#end static_lib_target
|
||||||
|
|
||||||
|
#if $[P3D_PLUGIN_MT]
|
||||||
|
#begin static_lib_target
|
||||||
|
//
|
||||||
|
// libp3tinyxml_mt.lib, the same as above, with /MT compilation. This
|
||||||
|
// is needed when building the /MT plugin.
|
||||||
|
//
|
||||||
|
#define TARGET p3tinyxml_mt
|
||||||
|
#define LINK_FORCE_STATIC_RELEASE_C_RUNTIME 1
|
||||||
|
|
||||||
|
#define COMBINED_SOURCES tinyxml_composite1.cxx
|
||||||
|
|
||||||
|
#define SOURCES \
|
||||||
|
tinyxml.h
|
||||||
|
|
||||||
|
#define INCLUDED_SOURCES \
|
||||||
|
tinyxml.cpp tinyxmlparser.cpp tinyxmlerror.cpp
|
||||||
|
|
||||||
|
#define INSTALL_HEADERS \
|
||||||
|
tinyxml.h
|
||||||
|
|
||||||
|
#define EXTRA_CDEFS TIXML_USE_STL
|
||||||
|
#define C++FLAGS $[CFLAGS_SHARED]
|
||||||
|
|
||||||
|
#end static_lib_target
|
||||||
|
#endif // $[P3D_PLUGIN_MT]
|
||||||
|
|
||||||
#begin lib_target
|
#begin lib_target
|
||||||
#define TARGET dxml
|
#define TARGET dxml
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user