mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 18:03:56 -04:00
make build on windows
This commit is contained in:
parent
c5ec803f6f
commit
eb466653c3
@ -9,6 +9,8 @@
|
||||
|
||||
#define COMPONENT_LIBS \
|
||||
distort effects
|
||||
#define LOCAL_LIBS putil express
|
||||
#define OTHER_LIBS dtoolconfig dtool
|
||||
|
||||
#begin metalib_target
|
||||
#define TARGET pandafx
|
||||
|
@ -35,7 +35,7 @@ class DatagramIterator;
|
||||
// place to scope these static methods which should be
|
||||
// called directly.
|
||||
////////////////////////////////////////////////////////////////////
|
||||
class IoPtaDatagramFloat {
|
||||
class EXPCL_PANDA IoPtaDatagramFloat {
|
||||
public:
|
||||
static void write_datagram(Datagram &dest, CPTA_float array);
|
||||
static PTA_float read_datagram(DatagramIterator &source);
|
||||
|
@ -34,7 +34,7 @@ class DatagramIterator;
|
||||
// constructed; it's just a convenient place to scope
|
||||
// these static methods which should be called directly.
|
||||
////////////////////////////////////////////////////////////////////
|
||||
class IoPtaDatagramInt {
|
||||
class EXPCL_PANDA IoPtaDatagramInt {
|
||||
public:
|
||||
static void write_datagram(Datagram &dest, CPTA_int array);
|
||||
static PTA_int read_datagram(DatagramIterator &source);
|
||||
|
@ -35,7 +35,7 @@ class DatagramIterator;
|
||||
// place to scope these static methods which should be
|
||||
// called directly.
|
||||
////////////////////////////////////////////////////////////////////
|
||||
class IoPtaDatagramShort {
|
||||
class EXPCL_PANDA IoPtaDatagramShort {
|
||||
public:
|
||||
static void write_datagram(Datagram &dest, CPTA_ushort array);
|
||||
static PTA_ushort read_datagram(DatagramIterator &source);
|
||||
|
Loading…
x
Reference in New Issue
Block a user