downloader:c
This commit is contained in:
parent
5b92b341b6
commit
17ff7d3f82
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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] \
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue