Browse Source

panda/src/cull needs the /bigobj flag to compile properly in 64-bit

Chris Brunner 14 years ago
parent
commit
ed5c30c2c4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      makepanda/makepanda.py

+ 1 - 1
makepanda/makepanda.py

@@ -2597,7 +2597,7 @@ if (not RUNTIME):
 #
 
 if (not RUNTIME):
-  OPTS=['DIR:panda/src/cull', 'BUILDING:PANDA']
+  OPTS=['DIR:panda/src/cull', 'BUILDING:PANDA', 'BIGOBJ']
   TargetAdd('cull_composite.obj', opts=OPTS, input='cull_composite.cxx')
   IGATEFILES=GetDirectoryContents('panda/src/cull', ["*.h", "*_composite.cxx"])
   TargetAdd('libcull.in', opts=OPTS, input=IGATEFILES)