compile correctly without OpenGL support as well
This commit is contained in:
parent
4017e1897d
commit
0f4a7409f6
|
|
@ -3609,11 +3609,11 @@ if (not RUNTIME):
|
|||
#
|
||||
|
||||
if (not RUNTIME):
|
||||
OPTS=['DIR:panda/src/glstuff', 'NVIDIACG', 'CGGL']
|
||||
OPTS=['DIR:panda/src/glstuff']
|
||||
TargetAdd('p3glstuff_glpure.obj', opts=OPTS, input='glpure.cxx')
|
||||
TargetAdd('libp3glstuff.dll', input='p3glstuff_glpure.obj')
|
||||
TargetAdd('libp3glstuff.dll', input=COMMON_PANDA_LIBS)
|
||||
TargetAdd('libp3glstuff.dll', opts=['ADVAPI', 'GL', 'NVIDIACG', 'CGGL'])
|
||||
TargetAdd('libp3glstuff.dll', opts=['ADVAPI'])
|
||||
|
||||
#
|
||||
# DIRECTORY: panda/src/glgsg/
|
||||
|
|
|
|||
Loading…
Reference in New Issue