mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -04:00
build on osx
This commit is contained in:
parent
31b32af94b
commit
c424b85b73
@ -5,7 +5,8 @@
|
||||
interrogatedb:c dconfig:c dtoolconfig:m \
|
||||
dtoolutil:c dtoolbase:c dtool:m \
|
||||
prc:c pstatclient:c pandabase:c linmath:c putil:c \
|
||||
pipeline:c $[if $[HAVE_NET],net:c] \
|
||||
pipeline:c \
|
||||
$[if $[HAVE_NET],net:c] $[if $[WANT_NATIVE_NET],nativenet:c] \
|
||||
pystub
|
||||
|
||||
#define C++FLAGS -DWITHIN_PANDA
|
||||
|
@ -3,7 +3,8 @@
|
||||
pstatclient:c pipeline:c panda:m \
|
||||
interrogatedb:c dconfig:c dtoolconfig:m \
|
||||
dtoolutil:c dtoolbase:c dtool:m prc:c pandabase:c \
|
||||
linmath:c putil:c $[if $[HAVE_NET],net:c]
|
||||
$[if $[HAVE_NET],net:c] $[if $[WANT_NATIVE_NET],nativenet:c] \
|
||||
linmath:c putil:c
|
||||
|
||||
#define LOCAL_LIBS \
|
||||
directbase
|
||||
|
@ -9,7 +9,8 @@
|
||||
interrogatedb:c dconfig:c dtoolconfig:m \
|
||||
dtoolutil:c dtoolbase:c dtool:m \
|
||||
pandabase:c prc:c gsgbase:c pstatclient:c \
|
||||
pipeline:c $[if $[HAVE_NET],net:c]
|
||||
$[if $[HAVE_NET],net:c] $[if $[WANT_NATIVE_NET],nativenet:c] \
|
||||
pipeline:c
|
||||
|
||||
#define SOURCES \
|
||||
config_interval.cxx config_interval.h \
|
||||
|
@ -12,7 +12,7 @@
|
||||
event:c \
|
||||
pstatclient:c \
|
||||
pnmimage:c \
|
||||
$[if $[HAVE_NET],net:c] \
|
||||
$[if $[HAVE_NET],net:c] $[if $[WANT_NATIVE_NET],nativenet:c] \
|
||||
pgraph:c \
|
||||
lerp:c \
|
||||
panda:m \
|
||||
|
@ -5,7 +5,8 @@
|
||||
#define OTHER_LIBS \
|
||||
pgraph: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] \
|
||||
pipeline:c cull:c \
|
||||
$[if $[HAVE_NET],net:c] $[if $[WANT_NATIVE_NET],nativenet:c] \
|
||||
display:c linmath:c event:c putil:c panda:m \
|
||||
express:c pandaexpress:m \
|
||||
interrogatedb:c dconfig:c dtoolconfig:m \
|
||||
|
Loading…
x
Reference in New Issue
Block a user