mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
lots of little changes for os x
This commit is contained in:
parent
9693d442cd
commit
e45fe3235f
@ -8,9 +8,13 @@
|
||||
#define BUILDING_DLL BUILDING_DIRECT
|
||||
|
||||
#define COMPONENT_LIBS \
|
||||
directbase dcparser showbase deadrec directd interval
|
||||
directbase dcparser showbase deadrec directd interval
|
||||
|
||||
#define OTHER_LIBS panda pandaexpress dtoolconfig dtool
|
||||
#define OTHER_LIBS \
|
||||
panda:m \
|
||||
pandaexpress:m \
|
||||
interrogatedb:c dconfig:c dtoolconfig:m \
|
||||
dtoolutil:c dtoolbase:c dtool:m
|
||||
|
||||
#begin metalib_target
|
||||
#define TARGET direct
|
||||
|
@ -1,7 +1,9 @@
|
||||
#define OTHER_LIBS interrogatedb:c dconfig:c dtoolconfig:m \
|
||||
dtoolutil:c dtoolbase:c dtool:m
|
||||
#define LOCAL_LIBS \
|
||||
dcparser
|
||||
dcparser
|
||||
#define OTHER_LIBS \
|
||||
express:c \
|
||||
interrogatedb:c dconfig:c dtoolconfig:m \
|
||||
dtoolutil:c dtoolbase:c dtool:m
|
||||
#define C++FLAGS -DWITHIN_PANDA
|
||||
|
||||
#begin bin_target
|
||||
|
@ -1,5 +1,11 @@
|
||||
#begin lib_target
|
||||
#define TARGET deadrec
|
||||
#define LOCAL_LIBS \
|
||||
directbase
|
||||
#define OTHER_LIBS \
|
||||
express:c linmath:c \
|
||||
interrogatedb:c dconfig:c \
|
||||
dtoolutil:c dtoolbase:c dtool:m
|
||||
|
||||
#define COMBINED_SOURCES $[TARGET]_composite1.cxx
|
||||
|
||||
@ -14,7 +20,4 @@
|
||||
|
||||
#define IGATESCAN \
|
||||
all
|
||||
|
||||
#define LOCAL_LIBS \
|
||||
directbase
|
||||
#end lib_target
|
||||
|
@ -3,7 +3,11 @@
|
||||
#define LOCAL_LIBS \
|
||||
directbase
|
||||
#define OTHER_LIBS \
|
||||
pgraph:c putil:c panda:m express:c pandaexpress:m dtoolconfig dtool
|
||||
downloader:c linmath:c lerp:c \
|
||||
chan:c event:c gobj:c pnmimage:c mathutil:c \
|
||||
pgraph:c putil:c panda:m express:c pandaexpress:m \
|
||||
interrogatedb:c dconfig:c dtoolconfig:m \
|
||||
dtoolutil:c dtoolbase:c dtool:m
|
||||
|
||||
#define SOURCES \
|
||||
config_interval.cxx config_interval.h \
|
||||
|
@ -3,7 +3,12 @@
|
||||
#define LOCAL_LIBS \
|
||||
directbase
|
||||
#define OTHER_LIBS \
|
||||
linmath:c putil:c panda:m express:c pandaexpress:m dtoolconfig dtool
|
||||
linmath:c \
|
||||
event:c \
|
||||
putil:c panda:m \
|
||||
express:c pandaexpress:m \
|
||||
interrogatedb:c dconfig:c dtoolconfig:m \
|
||||
dtoolutil:c dtoolbase:c dtool:m
|
||||
|
||||
#define SOURCES \
|
||||
showBase.cxx showBase.h mersenne.cxx mersenne.h
|
||||
|
Loading…
x
Reference in New Issue
Block a user