mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
panda/src/cull needs the /bigobj flag to compile properly in 64-bit
This commit is contained in:
parent
a81ba6d755
commit
ed5c30c2c4
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user