pgraphnodes

This commit is contained in:
David Rose 2008-11-06 01:02:32 +00:00
parent 075710bced
commit aa265386b1
2 changed files with 3 additions and 2 deletions

View File

@ -17,7 +17,8 @@
interrogatedb:c dconfig:c dtoolconfig:m \
dtoolutil:c dtoolbase:c dtool:m \
express:c pstatclient:c prc:c pandabase:c linmath:c \
putil:c display:c event:c pgraph:c gsgbase:c gobj:c mathutil:c \
putil:c display:c event:c pgraph:c pgraphnodes:c \
gsgbase:c gobj:c mathutil:c \
lerp:c downloader:c pnmimage:c chan:c \
pipeline:c cull:c \
$[if $[HAVE_NET],net:c] $[if $[WANT_NATIVE_NET],nativenet:c]

View File

@ -3,7 +3,7 @@
#define LOCAL_LIBS \
directbase
#define OTHER_LIBS \
pgraph:c gsgbase:c gobj:c mathutil:c pstatclient:c \
pgraph:c pgraphnodes:c gsgbase:c gobj:c mathutil:c pstatclient:c \
lerp:c downloader:c pandabase:c pnmimage:c prc:c \
pipeline:c cull:c \
$[if $[HAVE_NET],net:c] $[if $[WANT_NATIVE_NET],nativenet:c] \