mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-28 07:48:37 -04:00
*** empty log message ***
This commit is contained in:
parent
e0f020bc0b
commit
dfcc49d732
@ -1,10 +1,11 @@
|
||||
#begin bin_target
|
||||
#define TARGET bam-info
|
||||
#define LOCAL_LIBS \
|
||||
eggbase progbase config compiler
|
||||
eggbase progbase
|
||||
#define OTHER_LIBS \
|
||||
loader:c egg:c sgraphutil:c sgattrib:c sgraph:c pnmimagetypes:c \
|
||||
graph:c putil:c express:c panda:m interrogatedb:c dtool:m
|
||||
graph:c putil:c express:c panda:m \
|
||||
interrogatedb:c dtoolutil:c dconfig:c dtool:m
|
||||
#define UNIX_SYS_LIBS \
|
||||
m
|
||||
|
||||
@ -18,10 +19,11 @@
|
||||
#begin bin_target
|
||||
#define TARGET egg2bam
|
||||
#define LOCAL_LIBS \
|
||||
eggbase progbase config compiler
|
||||
eggbase progbase
|
||||
#define OTHER_LIBS \
|
||||
loader:c egg2sg:c builder:c egg:c pnmimagetypes:c graph:c putil:c \
|
||||
express:c panda:m interrogatedb:c dtool:m
|
||||
express:c panda:m interrogatedb:c \
|
||||
interrogatedb:c dtoolutil:c dconfig:c dtool:m
|
||||
#define UNIX_SYS_LIBS \
|
||||
m
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
#begin bin_target
|
||||
#define TARGET egg-trans
|
||||
#define LOCAL_LIBS \
|
||||
eggbase progbase config compiler
|
||||
eggbase progbase
|
||||
#define OTHER_LIBS \
|
||||
egg:c linmath:c putil:c express:c panda:m
|
||||
egg:c linmath:c putil:c express:c panda:m dtool
|
||||
#define UNIX_SYS_LIBS \
|
||||
m
|
||||
|
||||
|
@ -1,9 +1,8 @@
|
||||
#begin lib_target
|
||||
#define TARGET flt
|
||||
#define LOCAL_LIBS \
|
||||
compiler
|
||||
#define LOCAL_LIBS
|
||||
#define OTHER_LIBS \
|
||||
mathutil:c linmath:c putil:c express:c panda:m dtool:m
|
||||
mathutil:c linmath:c putil:c express:c panda:m dtool
|
||||
#define UNIX_SYS_LIBS \
|
||||
m
|
||||
|
||||
|
@ -4,9 +4,9 @@
|
||||
#begin bin_target
|
||||
#define TARGET gtk-stats
|
||||
#define LOCAL_LIBS \
|
||||
gtkbase progbase pstatserver config compiler
|
||||
gtkbase progbase pstatserver
|
||||
#define OTHER_LIBS \
|
||||
pstatclient:c linmath:c putil:c express:c panda:m
|
||||
pstatclient:c linmath:c putil:c express:c panda:m dtool
|
||||
#define UNIX_SYS_LIBS \
|
||||
m
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
#begin bin_target
|
||||
#define TARGET image-trans
|
||||
#define LOCAL_LIBS \
|
||||
imagebase progbase config compiler
|
||||
imagebase progbase
|
||||
#define OTHER_LIBS \
|
||||
pnmimagetypes:c pnmimage:c putil:c express:c panda:m
|
||||
pnmimagetypes:c pnmimage:c putil:c express:c panda:m dtool
|
||||
#define UNIX_SYS_LIBS \
|
||||
m
|
||||
|
||||
|
@ -12,9 +12,9 @@
|
||||
#define USE_MAYA yes
|
||||
#define TARGET maya2egg_bin
|
||||
#define LOCAL_LIBS \
|
||||
eggbase progbase config compiler
|
||||
eggbase progbase
|
||||
#define OTHER_LIBS \
|
||||
egg:c linmath:c putil:c express:c panda:m
|
||||
egg:c linmath:c putil:c express:c panda:m dtool
|
||||
#define UNIX_SYS_LIBS \
|
||||
m
|
||||
|
||||
|
@ -1,9 +1,8 @@
|
||||
#begin lib_target
|
||||
#define TARGET pstatserver
|
||||
#define LOCAL_LIBS \
|
||||
compiler
|
||||
#define LOCAL_LIBS
|
||||
#define OTHER_LIBS \
|
||||
pstatclient:c net:c putil:c express:c panda:m dtool:m
|
||||
pstatclient:c net:c putil:c express:c panda:m dtool
|
||||
#define UNIX_SYS_LIBS \
|
||||
m
|
||||
|
||||
|
@ -23,11 +23,11 @@
|
||||
#begin bin_target
|
||||
#define TARGET stitch-viewer
|
||||
#define LOCAL_LIBS \
|
||||
stitchviewer stitchbase progbase config compiler
|
||||
stitchviewer stitchbase progbase
|
||||
#define OTHER_LIBS \
|
||||
device:c tform:c graph:c dgraph:c sgraph:c gobj:c sgattrib:c \
|
||||
event:c chancfg:c display:c sgraphutil:c light:c putil:c express:c \
|
||||
panda:m
|
||||
panda:m dtool
|
||||
|
||||
#define SOURCES \
|
||||
stitchViewerProgram.cxx stitchViewerProgram.h
|
||||
|
@ -1,9 +1,9 @@
|
||||
#begin bin_target
|
||||
#define TARGET text-stats
|
||||
#define LOCAL_LIBS \
|
||||
progbase pstatserver config compiler
|
||||
progbase pstatserver
|
||||
#define OTHER_LIBS \
|
||||
pstatclient:c linmath:c putil:c express:c panda:m
|
||||
pstatclient:c linmath:c putil:c express:c panda:m dtool
|
||||
#define UNIX_SYS_LIBS \
|
||||
m
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user