downloader:c

This commit is contained in:
David Rose 2009-11-19 01:56:39 +00:00
parent 5b92b341b6
commit 17ff7d3f82
8 changed files with 8 additions and 8 deletions

View File

@ -2,7 +2,7 @@
eggcharbase converter eggbase progbase
#define OTHER_LIBS \
egg:c pandaegg:m \
event:c pipeline:c pstatclient:c net:c nativenet:c \
event:c pipeline:c pstatclient:c downloader:c net:c nativenet:c \
pnmimagetypes:c pnmimage:c mathutil:c linmath:c putil:c \
panda:m \
pandabase:c express:c pandaexpress:m \

View File

@ -5,7 +5,7 @@
#define OTHER_LIBS \
egg:c pandaegg:m \
event:c linmath:c mathutil:c pnmimage:c putil:c \
pipeline:c pstatclient:c net:c nativenet:c \
pipeline:c pstatclient:c downloader:c net:c nativenet:c \
panda:m \
pandabase:c express:c pandaexpress:m \
interrogatedb:c prc:c dconfig:c dtooolconfig:m \

View File

@ -2,7 +2,7 @@
converter eggbase progbase
#define OTHER_LIBS \
egg:c pandaegg:m \
event:c pipeline:c pstatclient:c net:c nativenet:c \
event:c pipeline:c pstatclient:c downloader:c net:c nativenet:c \
pnmimagetypes:c pnmimage:c mathutil:c linmath:c putil:c \
panda:m \
pandabase:c express:c pandaexpress:m \

View File

@ -5,7 +5,7 @@
#define LOCAL_LIBS converter pandatoolbase
#define OTHER_LIBS \
egg:c pandaegg:m \
pipeline:c pstatclient:c net:c nativenet:c \
pipeline:c pstatclient:c downloader:c net:c nativenet:c \
mathutil:c linmath:c putil:c event:c express:c \
panda:m \
pandabase:c pandaexpress:m \

View File

@ -4,7 +4,7 @@
#define OTHER_LIBS \
egg:c pandaegg:m \
mathutil:c linmath:c putil:c event:c pipeline:c \
pstatclient:c net:c nativenet:c \
pstatclient:c downloader:c net:c nativenet:c \
panda:m \
pandabase:c express:c pandaexpress:m \
interrogatedb:c prc:c dconfig:c dtoolconfig:m \

View File

@ -3,7 +3,7 @@
#define OTHER_LIBS \
egg:c pandaegg:m \
linmath:c pnmimagetypes:c pnmimage:c event:c \
putil:c mathutil:c pipeline:c pstatclient:c net:c nativenet:c \
putil:c mathutil:c pipeline:c pstatclient:c downloader:c net:c nativenet:c \
panda:m \
pandabase:c express:c pandaexpress:m \
interrogatedb:c dtoolutil:c dtoolbase:c prc:c dconfig:c dtoolconfig:m dtool:m pystub

View File

@ -4,7 +4,7 @@
#define TARGET pstatserver
#define LOCAL_LIBS pandatoolbase
#define OTHER_LIBS \
pstatclient:c net:c putil:c pipeline:c \
pstatclient:c downloader:c net:c putil:c pipeline:c \
panda:m \
pandabase:c express:c pandaexpress:m \
$[if $[HAVE_NET],net:c] $[if $[WANT_NATIVE_NET],nativenet:c] \

View File

@ -7,7 +7,7 @@
#define OTHER_LIBS \
pstatclient:c linmath:c putil:c pipeline:c event:c \
pnmimage:c mathutil:c \
$[if $[HAVE_NET],net:c] $[if $[WANT_NATIVE_NET],nativenet:c] \
downloader:c $[if $[HAVE_NET],net:c] $[if $[WANT_NATIVE_NET],nativenet:c] \
panda:m \
pandabase:c express:c pandaexpress:m \
interrogatedb:c dtoolutil:c dtoolbase:c prc:c dconfig:c dtoolconfig:m dtool:m pystub