浏览代码

remove xfile

David Rose 23 年之前
父节点
当前提交
57ec16d5c1
共有 1 个文件被更改,包括 2 次插入8 次删除
  1. 2 8
      pandatool/src/ptloader/Sources.pp

+ 2 - 8
pandatool/src/ptloader/Sources.pp

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