Browse Source

Pick up _ext.I files in linmath

rdb 15 years ago
parent
commit
17a20c5792
1 changed files with 1 additions and 1 deletions
  1. 1 1
      makepanda/makepanda.py

+ 1 - 1
makepanda/makepanda.py

@@ -2421,7 +2421,7 @@ if (not RUNTIME):
 if (not RUNTIME):
 if (not RUNTIME):
   OPTS=['DIR:panda/src/linmath', 'BUILDING:PANDA']
   OPTS=['DIR:panda/src/linmath', 'BUILDING:PANDA']
   TargetAdd('linmath_composite.obj', opts=OPTS, input='linmath_composite.cxx')
   TargetAdd('linmath_composite.obj', opts=OPTS, input='linmath_composite.cxx')
-  IGATEFILES=GetDirectoryContents('panda/src/linmath', ["*.h", "*_composite.cxx"])
+  IGATEFILES=GetDirectoryContents('panda/src/linmath', ["*.h", "*_ext.I", "*_composite.cxx"])
   IGATEFILES.remove('lmat_ops_src.h')
   IGATEFILES.remove('lmat_ops_src.h')
   IGATEFILES.remove('cast_to_double.h')
   IGATEFILES.remove('cast_to_double.h')
   IGATEFILES.remove('lmat_ops.h')
   IGATEFILES.remove('lmat_ops.h')