Browse Source

build on osx

David Rose 18 years ago
parent
commit
7ffcca7b68

+ 1 - 1
pandatool/src/bam/Sources.pp

@@ -6,7 +6,7 @@
   pnmimagetypes:c pnmimage:c pgraph:c gobj:c putil:c \
   lerp:c mathutil:c linmath:c event:c pstatclient:c \
   gsgbase:c grutil:c display:c text:c cull:c pnmtext:c \
-  tform:c device:c \
+  tform:c device:c movies:c \
   $[if $[HAVE_NET],net:c] $[if $[WANT_NATIVE_NET],nativenet:c] \
   panda:m \
   pandabase:c express:c pandaexpress:m \

+ 1 - 0
pandatool/src/egg-qtess/Sources.pp

@@ -11,6 +11,7 @@
     collide:c gobj:c cull:c device:c pnmtext:c \
     parametrics:c pgraph:c pipeline:c pstatclient:c chan:c \
     pnmimagetypes:c pnmimage:c mathutil:c linmath:c putil:c \
+    movies:c \
     $[if $[HAVE_NET],net:c] $[if $[WANT_NATIVE_NET],nativenet:c] \
     panda:m \
     pandabase:c express:c pandaexpress:m \

+ 1 - 1
pandatool/src/ptloader/Sources.pp

@@ -13,7 +13,7 @@
     pnmimage:c grutil:c collide:c tform:c text:c \
     char:c dgraph:c display:c device:c cull:c \
     downloader:c pipeline:c pnmtext:c \
-    event:c gsgbase:c lerp:c \
+    event:c gsgbase:c lerp:c movies:c \
     $[if $[HAVE_NET],net:c] $[if $[WANT_NATIVE_NET],nativenet:c] \
     panda:m \
     pandabase:c express:c pandaexpress:m \