mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
link with p3tinyxml
This commit is contained in:
parent
8d69803105
commit
7eff1b84ef
@ -233,7 +233,8 @@
|
||||
prc:c pstatclient:c pandabase:c linmath:c putil:c \
|
||||
pipeline:c event:c display:c panda:m \
|
||||
$[if $[WANT_NATIVE_NET],nativenet:c] \
|
||||
$[if $[HAVE_NET],net:c]
|
||||
$[if $[HAVE_NET],net:c] \
|
||||
p3tinyxml
|
||||
|
||||
#define SOURCES \
|
||||
binaryXml.cxx binaryXml.h \
|
||||
@ -282,7 +283,8 @@
|
||||
prc:c pstatclient:c pandabase:c linmath:c putil:c \
|
||||
pipeline:c event:c display:c panda:m \
|
||||
$[if $[WANT_NATIVE_NET],nativenet:c] \
|
||||
$[if $[HAVE_NET],net:c]
|
||||
$[if $[HAVE_NET],net:c] \
|
||||
p3tinyxml
|
||||
|
||||
#define SOURCES \
|
||||
binaryXml.cxx binaryXml.h \
|
||||
@ -328,7 +330,8 @@
|
||||
prc:c pstatclient:c pandabase:c linmath:c putil:c \
|
||||
pipeline:c event:c display:c panda:m \
|
||||
$[if $[WANT_NATIVE_NET],nativenet:c] \
|
||||
$[if $[HAVE_NET],net:c]
|
||||
$[if $[HAVE_NET],net:c] \
|
||||
p3tinyxml
|
||||
|
||||
#define SOURCES \
|
||||
binaryXml.cxx binaryXml.h \
|
||||
|
Loading…
x
Reference in New Issue
Block a user