|
|
@@ -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 \
|