Browse Source

Adding egg-list-textures as a binary build target

Chris Brunner 14 years ago
parent
commit
53f4dd3b91
1 changed files with 5 additions and 0 deletions
  1. 5 0
      makepanda/makepanda.py

+ 5 - 0
makepanda/makepanda.py

@@ -4351,6 +4351,11 @@ if (PkgSkip("PANDATOOL")==0):
   TargetAdd('egg-retarget-anim.exe', input=COMMON_EGG2X_LIBS_PYSTUB)
   TargetAdd('egg-retarget-anim.exe', opts=['ADVAPI'])
 
+  TargetAdd('egg-list-textures_eggListTextures.obj', opts=OPTS, input='eggListTextures.cxx')
+  TargetAdd('egg-list-textures.exe', input='egg-list-textures_eggListTextures.obj')
+  TargetAdd('egg-list-textures.exe', input=COMMON_EGG2X_LIBS_PYSTUB)
+  TargetAdd('egg-list-textures.exe', opts=['ADVAPI'])
+
 #
 # DIRECTORY: pandatool/src/flt/
 #