From ed5c30c2c47d67ed076ad245b56dc1bb6ec156a0 Mon Sep 17 00:00:00 2001 From: Chris Brunner Date: Tue, 17 May 2011 23:12:12 +0000 Subject: [PATCH] panda/src/cull needs the /bigobj flag to compile properly in 64-bit --- makepanda/makepanda.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makepanda/makepanda.py b/makepanda/makepanda.py index c7615f8af5..8b706f31c5 100755 --- a/makepanda/makepanda.py +++ b/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)