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

This commit is contained in:
Chris Brunner 2011-05-17 23:12:12 +00:00
parent a81ba6d755
commit ed5c30c2c4

View File

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