mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -04:00
remove xfile
This commit is contained in:
parent
c9114127b1
commit
57ec16d5c1
@ -2,7 +2,7 @@
|
|||||||
#define TARGET ptloader
|
#define TARGET ptloader
|
||||||
#define BUILDING_DLL BUILDING_PTLOADER
|
#define BUILDING_DLL BUILDING_PTLOADER
|
||||||
#define LOCAL_LIBS \
|
#define LOCAL_LIBS \
|
||||||
xfile fltegg flt lwoegg lwo mayaegg converter pandatoolbase
|
fltegg flt lwoegg lwo mayaegg converter pandatoolbase
|
||||||
#define OTHER_LIBS \
|
#define OTHER_LIBS \
|
||||||
egg2pg:c builder:c egg:c pandaegg:m \
|
egg2pg:c builder:c egg:c pandaegg:m \
|
||||||
mathutil:c linmath:c putil:c panda:m \
|
mathutil:c linmath:c putil:c panda:m \
|
||||||
@ -12,13 +12,7 @@
|
|||||||
m
|
m
|
||||||
|
|
||||||
// If we've got Maya, link in the Maya libraries.
|
// If we've got Maya, link in the Maya libraries.
|
||||||
// To link in xfile, we need to also link in the DX libraries.
|
#define USE_PACKAGES maya
|
||||||
#define USE_PACKAGES maya dx
|
|
||||||
|
|
||||||
#if $[HAVE_DX]
|
|
||||||
// This should have come in through USE_PACKAGES dx. Fix this.
|
|
||||||
#define WIN_SYS_LIBS d3dxof.lib
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#define SOURCES \
|
#define SOURCES \
|
||||||
config_ptloader.cxx config_ptloader.h \
|
config_ptloader.cxx config_ptloader.h \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user