mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-18 20:53:50 -04:00
*** empty log message ***
This commit is contained in:
parent
b8864af39e
commit
3b874d38e6
@ -3,6 +3,7 @@
|
||||
#define LOCAL_LIBS \
|
||||
progbase
|
||||
#define OTHER_LIBS \
|
||||
parametrics:c collide:c chan:c char:c switchnode:c \
|
||||
cull:c loader:c egg:c sgraphutil:c sgattrib:c \
|
||||
sgraph:c pnmimagetypes:c \
|
||||
graph:c putil:c linmath:c express:c panda:m pandaexpress:m \
|
||||
|
@ -12,6 +12,7 @@
|
||||
#include "fltHeader.h"
|
||||
|
||||
#include <luse.h>
|
||||
#include <vector_int.h>
|
||||
|
||||
////////////////////////////////////////////////////////////////////
|
||||
// Class : FltMeshPrimitive
|
||||
@ -29,7 +30,7 @@ public:
|
||||
PT_polygon = 4,
|
||||
};
|
||||
|
||||
typedef vector<int> Vertices;
|
||||
typedef vector_int Vertices;
|
||||
|
||||
PrimitiveType _primitive_type;
|
||||
Vertices _vertices;
|
||||
|
@ -4,7 +4,9 @@
|
||||
#define LOCAL_LIBS fltegg flt lwoegg lwo converter pandatoolbase
|
||||
#define OTHER_LIBS \
|
||||
egg2sg:c builder:c egg:c pandaegg:m \
|
||||
mathutil:c linmath:c putil:c express:c panda:m dtoolconfig dtool
|
||||
mathutil:c linmath:c putil:c panda:m \
|
||||
express:c pandaexpress:m \
|
||||
dtoolconfig dtool
|
||||
#define UNIX_SYS_LIBS \
|
||||
m
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
|
||||
#include <dconfig.h>
|
||||
|
||||
ConfigureDecl(config_ptloader, EXPCL_PANDAEGG, EXPTP_PANDAEGG);
|
||||
ConfigureDecl(config_ptloader, EXPCL_PTLOADER, EXPTP_PTLOADER);
|
||||
|
||||
extern EXPCL_PTLOADER void init_libptloader();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user