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