mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
remove xfile
This commit is contained in:
parent
c9114127b1
commit
57ec16d5c1
@ -2,7 +2,7 @@
|
||||
#define TARGET ptloader
|
||||
#define BUILDING_DLL BUILDING_PTLOADER
|
||||
#define LOCAL_LIBS \
|
||||
xfile fltegg flt lwoegg lwo mayaegg converter pandatoolbase
|
||||
fltegg flt lwoegg lwo mayaegg converter pandatoolbase
|
||||
#define OTHER_LIBS \
|
||||
egg2pg:c builder:c egg:c pandaegg:m \
|
||||
mathutil:c linmath:c putil:c panda:m \
|
||||
@ -12,13 +12,7 @@
|
||||
m
|
||||
|
||||
// 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 dx
|
||||
|
||||
#if $[HAVE_DX]
|
||||
// This should have come in through USE_PACKAGES dx. Fix this.
|
||||
#define WIN_SYS_LIBS d3dxof.lib
|
||||
#endif
|
||||
#define USE_PACKAGES maya
|
||||
|
||||
#define SOURCES \
|
||||
config_ptloader.cxx config_ptloader.h \
|
||||
|
Loading…
x
Reference in New Issue
Block a user