From d3aab3bb1848757d307b7f652e448a7740bdaf2e Mon Sep 17 00:00:00 2001 From: rdb Date: Thu, 20 Feb 2014 21:16:09 +0000 Subject: [PATCH] ugh I'm fuxing up all over the place. sorry guys. :-/ --- makepanda/makepanda.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/makepanda/makepanda.py b/makepanda/makepanda.py index f8fc349a10..8d17276a78 100755 --- a/makepanda/makepanda.py +++ b/makepanda/makepanda.py @@ -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'])