mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
ugh I'm fuxing up all over the place. sorry guys. :-/
This commit is contained in:
parent
0735b15981
commit
d3aab3bb18
@ -3702,8 +3702,10 @@ if (PkgSkip('SKEL')==0) and (not RUNTIME):
|
||||
#
|
||||
|
||||
if (PkgSkip('PANDAFX')==0) and (not RUNTIME):
|
||||
OPTS=['DIR:panda/src/distort']
|
||||
OPTS=['DIR:panda/src/distort', 'BUILDING:PANDAFX']
|
||||
TargetAdd('p3distort_composite1.obj', opts=OPTS, input='p3distort_composite1.cxx')
|
||||
|
||||
OPTS=['DIR:panda/metalibs/pandafx', 'DIR:panda/src/distort', 'NVIDIACG']
|
||||
IGATEFILES=GetDirectoryContents('panda/src/distort', ["*.h", "*_composite*.cxx"])
|
||||
TargetAdd('libp3distort.in', opts=OPTS, input=IGATEFILES)
|
||||
TargetAdd('libp3distort.in', opts=['IMOD:fx', 'ILIB:libp3distort', 'SRCDIR:panda/src/distort'])
|
||||
|
Loading…
x
Reference in New Issue
Block a user