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
a28b2a8006
commit
26ece6b730
@ -4,8 +4,10 @@
|
|||||||
progbase
|
progbase
|
||||||
#define OTHER_LIBS \
|
#define OTHER_LIBS \
|
||||||
recorder:c parametrics:c collide:c chan:c char:c \
|
recorder:c parametrics:c collide:c chan:c char:c \
|
||||||
egg:c pnmimagetypes:c pgraph:c gobj:c \
|
dgraph:c downloader:c egg:c \
|
||||||
putil:c linmath:c event:c express:c pandaegg:m panda:m pandaexpress:m \
|
pnmimagetypes:c pnmimage:c pgraph:c gobj:c putil:c \
|
||||||
|
lerp:c mathutil:c linmath:c event:c express:c \
|
||||||
|
pandaegg:m panda:m pandaexpress:m \
|
||||||
interrogatedb:c dtoolutil:c dtoolbase:c dconfig:c dtoolconfig:m dtool:m pystub
|
interrogatedb:c dtoolutil:c dtoolbase:c dconfig:c dtoolconfig:m dtool:m pystub
|
||||||
#define UNIX_SYS_LIBS \
|
#define UNIX_SYS_LIBS \
|
||||||
m
|
m
|
||||||
@ -13,8 +15,7 @@
|
|||||||
#define SOURCES \
|
#define SOURCES \
|
||||||
bamInfo.cxx bamInfo.h
|
bamInfo.cxx bamInfo.h
|
||||||
|
|
||||||
#define INSTALL_HEADERS \
|
#define INSTALL_HEADERS
|
||||||
|
|
||||||
#end bin_target
|
#end bin_target
|
||||||
|
|
||||||
#begin bin_target
|
#begin bin_target
|
||||||
@ -22,17 +23,18 @@
|
|||||||
#define LOCAL_LIBS \
|
#define LOCAL_LIBS \
|
||||||
eggbase progbase
|
eggbase progbase
|
||||||
#define OTHER_LIBS \
|
#define OTHER_LIBS \
|
||||||
dgraph:c \
|
builder:c collide:c chan:c char:c display:c downloader:c \
|
||||||
egg2pg:c builder:c egg:c pnmimagetypes:c \
|
dgraph:c egg2pg:c egg:c event:c express:c \
|
||||||
pgraph:c gobj:c chan:c putil:c linmath:c \
|
grutil:c gobj:c gsgbase:c lerp:c linmath:c mathutil:c \
|
||||||
event:c express:c pandaegg:m panda:m pandaexpress:m \
|
pgraph:c parametrics:c pnmimagetypes:c pnmimage:c putil:c \
|
||||||
|
text:c tform:c \
|
||||||
|
pandaegg:m panda:m pandaexpress:m \
|
||||||
interrogatedb:c dtoolutil:c dtoolbase:c dconfig:c dtoolconfig:m dtool:m pystub
|
interrogatedb:c dtoolutil:c dtoolbase:c dconfig:c dtoolconfig:m dtool:m pystub
|
||||||
#define UNIX_SYS_LIBS \
|
#define UNIX_SYS_LIBS \
|
||||||
m
|
m
|
||||||
|
|
||||||
#define SOURCES \
|
#define SOURCES \
|
||||||
eggToBam.cxx eggToBam.h
|
eggToBam.cxx eggToBam.h
|
||||||
|
|
||||||
#end bin_target
|
#end bin_target
|
||||||
|
|
||||||
|
|
||||||
@ -43,14 +45,13 @@
|
|||||||
#define OTHER_LIBS \
|
#define OTHER_LIBS \
|
||||||
egg:c pandaegg:m \
|
egg:c pandaegg:m \
|
||||||
pgraph:c parametrics:c collide:c chan:c char:c \
|
pgraph:c parametrics:c collide:c chan:c char:c \
|
||||||
gobj:c pnmimagetypes:c pstatclient:c \
|
downloader:c mathutil:c \
|
||||||
|
gobj:c lerp:c pnmimagetypes:c pnmimage:c pstatclient:c \
|
||||||
putil:c linmath:c event:c express:c panda:m pandaexpress:m \
|
putil:c linmath:c event:c express:c panda:m pandaexpress:m \
|
||||||
interrogatedb:c dtoolutil:c dtoolbase:c dconfig:c dtoolconfig:m dtool:m pystub
|
interrogatedb:c dtoolutil:c dtoolbase:c dconfig:c dtoolconfig:m dtool:m pystub
|
||||||
|
|
||||||
#define UNIX_SYS_LIBS \
|
#define UNIX_SYS_LIBS \
|
||||||
m
|
m
|
||||||
|
|
||||||
#define SOURCES \
|
#define SOURCES \
|
||||||
bamToEgg.cxx bamToEgg.h
|
bamToEgg.cxx bamToEgg.h
|
||||||
|
|
||||||
#end bin_target
|
#end bin_target
|
||||||
|
@ -3,7 +3,9 @@
|
|||||||
#define LOCAL_LIBS pandatoolbase
|
#define LOCAL_LIBS pandatoolbase
|
||||||
#define OTHER_LIBS \
|
#define OTHER_LIBS \
|
||||||
egg:c pandaegg:m \
|
egg:c pandaegg:m \
|
||||||
mathutil:c linmath:c putil:c express:c panda:m dtoolconfig dtool
|
mathutil:c linmath:c putil:c express:c panda:m \
|
||||||
|
interrogatedb:c dconfig:c dtoolconfig:m \
|
||||||
|
dtoolutil:c dtoolbase:c dtool:m
|
||||||
#define UNIX_SYS_LIBS \
|
#define UNIX_SYS_LIBS \
|
||||||
m
|
m
|
||||||
|
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
progbase pandatoolbase
|
progbase pandatoolbase
|
||||||
|
|
||||||
#define OTHER_LIBS \
|
#define OTHER_LIBS \
|
||||||
|
express:c dtoolutil:c dtoolbase:c pnmimagetypes:c pnmimage:c putil:c \
|
||||||
linmath:c panda:m dconfig:c dtool:m pystub
|
linmath:c panda:m dconfig:c dtool:m pystub
|
||||||
|
|
||||||
#define COMBINED_SOURCES $[TARGET]_composite1.cxx
|
#define COMBINED_SOURCES $[TARGET]_composite1.cxx
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#define LOCAL_LIBS \
|
#define LOCAL_LIBS \
|
||||||
eggcharbase converter eggbase progbase
|
eggcharbase converter eggbase progbase
|
||||||
#define OTHER_LIBS \
|
#define OTHER_LIBS \
|
||||||
egg:c pandaegg:m \
|
egg:c event:c pandaegg:m \
|
||||||
pnmimagetypes:c pnmimage:c mathutil:c linmath:c putil:c panda:m \
|
pnmimagetypes:c pnmimage:c mathutil:c linmath:c putil:c panda:m \
|
||||||
express:c pandaexpress:m \
|
express:c pandaexpress:m \
|
||||||
dtoolutil:c dtoolbase:c dconfig:c dtoolconfig:m dtool:m pystub
|
dtoolutil:c dtoolbase:c dconfig:c dtoolconfig:m dtool:m pystub
|
||||||
|
@ -3,7 +3,8 @@
|
|||||||
#define LOCAL_LIBS \
|
#define LOCAL_LIBS \
|
||||||
palettizer eggbase progbase
|
palettizer eggbase progbase
|
||||||
#define OTHER_LIBS \
|
#define OTHER_LIBS \
|
||||||
egg:c pgraph:c linmath:c putil:c express:c pnmimage:c pnmimagetypes:c \
|
egg:c pgraph:c downloader:c gobj:c lerp:c linmath:c putil:c \
|
||||||
|
express:c pnmimage:c pnmimagetypes:c \
|
||||||
event:c mathutil:c \
|
event:c mathutil:c \
|
||||||
pandaegg:m panda:m pandaexpress:m \
|
pandaegg:m panda:m pandaexpress:m \
|
||||||
dtoolutil:c dtoolbase:c dconfig:c dtoolconfig:m dtool:m pystub
|
dtoolutil:c dtoolbase:c dconfig:c dtoolconfig:m dtool:m pystub
|
||||||
|
@ -3,7 +3,9 @@
|
|||||||
#define LOCAL_LIBS \
|
#define LOCAL_LIBS \
|
||||||
eggbase progbase
|
eggbase progbase
|
||||||
#define OTHER_LIBS \
|
#define OTHER_LIBS \
|
||||||
egg2pg:c event:c parametrics:c pgraph:c egg:c pandaegg:m \
|
chan:c char:c downloader:c egg2pg:c event:c lerp:c builder:c \
|
||||||
|
tform:c grutil:c text:c dgraph:c display:c gsgbase:c collide:c gobj:c \
|
||||||
|
parametrics:c pgraph:c egg:c pandaegg:m \
|
||||||
pnmimagetypes:c pnmimage:c mathutil:c linmath:c putil:c panda:m \
|
pnmimagetypes:c pnmimage:c mathutil:c linmath:c putil:c panda:m \
|
||||||
express:c pandaexpress:m \
|
express:c pandaexpress:m \
|
||||||
dtoolutil:c dtoolbase:c dconfig:c dtoolconfig:m dtool:m pystub
|
dtoolutil:c dtoolbase:c dconfig:c dtoolconfig:m dtool:m pystub
|
||||||
|
@ -3,7 +3,9 @@
|
|||||||
#define LOCAL_LIBS \
|
#define LOCAL_LIBS \
|
||||||
progbase converter
|
progbase converter
|
||||||
#define OTHER_LIBS \
|
#define OTHER_LIBS \
|
||||||
egg:c linmath:c panda:m
|
egg:c linmath:c express:c putil:c pnmimage:c panda:m \
|
||||||
|
interrogatedb:c dconfig:c dtoolconfig:m \
|
||||||
|
dtoolutil:c dtoolbase:c dtool:m pystub
|
||||||
|
|
||||||
#define COMBINED_SOURCES $[TARGET]_composite1.cxx
|
#define COMBINED_SOURCES $[TARGET]_composite1.cxx
|
||||||
|
|
||||||
|
@ -3,7 +3,9 @@
|
|||||||
#define LOCAL_LIBS \
|
#define LOCAL_LIBS \
|
||||||
eggbase progbase
|
eggbase progbase
|
||||||
#define OTHER_LIBS \
|
#define OTHER_LIBS \
|
||||||
egg:c panda:m
|
egg:c event:c express:c linmath:c mathutil:c pnmimage:c putil:c panda:m pystub \
|
||||||
|
interrogatedb:c dconfig:c dtooolconfig:m \
|
||||||
|
dtoolutil:c dtoolbase:c dtool:m
|
||||||
#define USE_PACKAGES zlib
|
#define USE_PACKAGES zlib
|
||||||
|
|
||||||
#define COMBINED_SOURCES $[TARGET]_composite1.cxx
|
#define COMBINED_SOURCES $[TARGET]_composite1.cxx
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#define LOCAL_LIBS \
|
#define LOCAL_LIBS \
|
||||||
converter eggbase progbase
|
converter eggbase progbase
|
||||||
#define OTHER_LIBS \
|
#define OTHER_LIBS \
|
||||||
egg:c pandaegg:m \
|
egg:c event:c pandaegg:m \
|
||||||
pnmimagetypes:c pnmimage:c mathutil:c linmath:c putil:c panda:m \
|
pnmimagetypes:c pnmimage:c mathutil:c linmath:c putil:c panda:m \
|
||||||
express:c pandaexpress:m \
|
express:c pandaexpress:m \
|
||||||
dtoolutil:c dtoolbase:c dconfig:c dtoolconfig:m dtool:m pystub
|
dtoolutil:c dtoolbase:c dconfig:c dtoolconfig:m dtool:m pystub
|
||||||
|
@ -2,7 +2,9 @@
|
|||||||
#define TARGET flt
|
#define TARGET flt
|
||||||
#define LOCAL_LIBS converter pandatoolbase
|
#define LOCAL_LIBS converter pandatoolbase
|
||||||
#define OTHER_LIBS \
|
#define OTHER_LIBS \
|
||||||
mathutil:c linmath:c putil:c express:c panda:m dtoolconfig dtool
|
mathutil:c linmath:c putil:c event:c express:c panda:m \
|
||||||
|
interrogatedb:c dconfig:c dtoolconfig:m \
|
||||||
|
dtoolutil:c dtoolbase:c dtool:m
|
||||||
#define UNIX_SYS_LIBS m
|
#define UNIX_SYS_LIBS m
|
||||||
|
|
||||||
#define COMBINED_SOURCES $[TARGET]_composite1.cxx
|
#define COMBINED_SOURCES $[TARGET]_composite1.cxx
|
||||||
|
@ -2,8 +2,10 @@
|
|||||||
#define TARGET fltegg
|
#define TARGET fltegg
|
||||||
#define LOCAL_LIBS converter flt pandatoolbase
|
#define LOCAL_LIBS converter flt pandatoolbase
|
||||||
#define OTHER_LIBS \
|
#define OTHER_LIBS \
|
||||||
egg:c pandaegg:m \
|
egg:c event:c pandaegg:m \
|
||||||
mathutil:c linmath:c putil:c express:c panda:m dtoolconfig dtool
|
mathutil:c linmath:c putil:c express:c panda:m \
|
||||||
|
interrogatedb:c dconfig:c dtoolconfig:m \
|
||||||
|
dtoolutil:c dtoolbase:c dtool:m
|
||||||
#define UNIX_SYS_LIBS \
|
#define UNIX_SYS_LIBS \
|
||||||
m
|
m
|
||||||
|
|
||||||
|
@ -6,7 +6,8 @@
|
|||||||
|
|
||||||
#define OTHER_LIBS \
|
#define OTHER_LIBS \
|
||||||
egg:c pandaegg:m \
|
egg:c pandaegg:m \
|
||||||
linmath:c panda:m \
|
linmath:c pnmimagetypes:c pnmimage:c event:c \
|
||||||
|
putil:c mathutil:c panda:m \
|
||||||
express:c pandaexpress:m \
|
express:c pandaexpress:m \
|
||||||
dtoolutil:c dtoolbase:c dconfig:c dtoolconfig:m dtool:m pystub
|
dtoolutil:c dtoolbase:c dconfig:c dtoolconfig:m dtool:m pystub
|
||||||
|
|
||||||
@ -21,7 +22,7 @@
|
|||||||
progbase flt
|
progbase flt
|
||||||
#define OTHER_LIBS \
|
#define OTHER_LIBS \
|
||||||
egg:c pandaegg:m \
|
egg:c pandaegg:m \
|
||||||
linmath:c panda:m \
|
linmath:c pnmimagetypes:c pnmimage:c putil:c event:c mathutil:c panda:m \
|
||||||
express:c pandaexpress:m \
|
express:c pandaexpress:m \
|
||||||
dtoolutil:c dtoolbase:c dconfig:c dtoolconfig:m dtool:m pystub
|
dtoolutil:c dtoolbase:c dconfig:c dtoolconfig:m dtool:m pystub
|
||||||
|
|
||||||
@ -36,7 +37,8 @@
|
|||||||
progbase flt
|
progbase flt
|
||||||
#define OTHER_LIBS \
|
#define OTHER_LIBS \
|
||||||
egg:c pandaegg:m \
|
egg:c pandaegg:m \
|
||||||
linmath:c panda:m \
|
event:c linmath:c mathutil:c \
|
||||||
|
pnmimagetypes:c pnmimage:c putil:c panda:m \
|
||||||
express:c pandaexpress:m \
|
express:c pandaexpress:m \
|
||||||
dtoolutil:c dtoolbase:c dconfig:c dtoolconfig:m dtool:m pystub
|
dtoolutil:c dtoolbase:c dconfig:c dtoolconfig:m dtool:m pystub
|
||||||
|
|
||||||
@ -51,7 +53,7 @@
|
|||||||
|
|
||||||
#define OTHER_LIBS \
|
#define OTHER_LIBS \
|
||||||
egg:c pandaegg:m \
|
egg:c pandaegg:m \
|
||||||
linmath:c panda:m \
|
linmath:c pnmimagetypes:c pnmimage:c putil:c mathutil:c event:c panda:m \
|
||||||
express:c pandaexpress:m \
|
express:c pandaexpress:m \
|
||||||
dtoolutil:c dtoolbase:c dconfig:c dtoolconfig:m dtool:m pystub
|
dtoolutil:c dtoolbase:c dconfig:c dtoolconfig:m dtool:m pystub
|
||||||
|
|
||||||
@ -66,7 +68,7 @@
|
|||||||
|
|
||||||
#define OTHER_LIBS \
|
#define OTHER_LIBS \
|
||||||
egg:c pandaegg:m \
|
egg:c pandaegg:m \
|
||||||
putil:c linmath:c panda:m \
|
putil:c event:c linmath:c pnmimagetypes:c pnmimage:c mathutil:c panda:m \
|
||||||
express:c pandaexpress:m \
|
express:c pandaexpress:m \
|
||||||
dtoolutil:c dtoolbase:c dconfig:c dtoolconfig:m dtool:m pystub
|
dtoolutil:c dtoolbase:c dconfig:c dtoolconfig:m dtool:m pystub
|
||||||
|
|
||||||
|
@ -3,7 +3,11 @@
|
|||||||
#define LOCAL_LIBS \
|
#define LOCAL_LIBS \
|
||||||
progbase
|
progbase
|
||||||
#define OTHER_LIBS \
|
#define OTHER_LIBS \
|
||||||
pnmimage:c panda:m
|
pnmimage:c panda:m \
|
||||||
|
pystub \
|
||||||
|
express:c linmath:c putil:c \
|
||||||
|
interrogatedb:c dconfig:c dtoolconfig:m \
|
||||||
|
dtoolutil:c dtoolbase:c dtool:m
|
||||||
|
|
||||||
#define COMBINED_SOURCES $[TARGET]_composite1.cxx
|
#define COMBINED_SOURCES $[TARGET]_composite1.cxx
|
||||||
|
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
imagebase progbase
|
imagebase progbase
|
||||||
#define OTHER_LIBS \
|
#define OTHER_LIBS \
|
||||||
egg:c pandaegg:m \
|
egg:c pandaegg:m \
|
||||||
|
linmath:c \
|
||||||
pnmimagetypes:c pnmimage:c putil:c express:c panda:m \
|
pnmimagetypes:c pnmimage:c putil:c express:c panda:m \
|
||||||
pandaexpress:m \
|
pandaexpress:m \
|
||||||
dtoolutil:c dtoolbase:c dconfig:c dtoolconfig:m dtool:m pystub
|
dtoolutil:c dtoolbase:c dconfig:c dtoolconfig:m dtool:m pystub
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
#define LOCAL_LIBS pandatoolbase
|
#define LOCAL_LIBS pandatoolbase
|
||||||
#define OTHER_LIBS \
|
#define OTHER_LIBS \
|
||||||
mathutil:c linmath:c putil:c express:c panda:m pandaexpress:m dtoolconfig dtool
|
mathutil:c linmath:c putil:c express:c panda:m pandaexpress:m \
|
||||||
|
interrogatedb:c dconfig:c dtoolconfig:m \
|
||||||
|
dtoolutil:c dtoolbase:c dtool:m
|
||||||
#define UNIX_SYS_LIBS m
|
#define UNIX_SYS_LIBS m
|
||||||
|
|
||||||
#begin ss_lib_target
|
#begin ss_lib_target
|
||||||
|
@ -3,7 +3,9 @@
|
|||||||
#define LOCAL_LIBS converter lwo pandatoolbase
|
#define LOCAL_LIBS converter lwo pandatoolbase
|
||||||
#define OTHER_LIBS \
|
#define OTHER_LIBS \
|
||||||
egg:c pandaegg:m \
|
egg:c pandaegg:m \
|
||||||
mathutil:c linmath:c putil:c express:c panda:m dtoolconfig dtool
|
mathutil:c linmath:c putil:c express:c panda:m \
|
||||||
|
interrogatedb:c dconfig:c dtoolconfig:m \
|
||||||
|
dtoolutil:c dtoolbase:c dtool:m
|
||||||
#define UNIX_SYS_LIBS m
|
#define UNIX_SYS_LIBS m
|
||||||
|
|
||||||
#define COMBINED_SOURCES $[TARGET]_composite1.cxx
|
#define COMBINED_SOURCES $[TARGET]_composite1.cxx
|
||||||
|
@ -4,7 +4,9 @@
|
|||||||
|
|
||||||
#define OTHER_LIBS \
|
#define OTHER_LIBS \
|
||||||
egg:c pandaegg:m \
|
egg:c pandaegg:m \
|
||||||
linmath:c panda:m \
|
linmath:c \
|
||||||
|
pnmimagetypes:c pnmimage:c \
|
||||||
|
putil:c panda:m \
|
||||||
express:c pandaexpress:m \
|
express:c pandaexpress:m \
|
||||||
dtoolutil:c dtoolbase:c dconfig:c dtoolconfig:m dtool:m pystub
|
dtoolutil:c dtoolbase:c dconfig:c dtoolconfig:m dtool:m pystub
|
||||||
|
|
||||||
@ -19,7 +21,7 @@
|
|||||||
|
|
||||||
#define OTHER_LIBS \
|
#define OTHER_LIBS \
|
||||||
egg:c pandaegg:m \
|
egg:c pandaegg:m \
|
||||||
linmath:c panda:m \
|
linmath:c pnmimagetypes:c pnmimage:c putil:c panda:m \
|
||||||
express:c pandaexpress:m \
|
express:c pandaexpress:m \
|
||||||
dtoolutil:c dtoolbase:c dconfig:c dtoolconfig:m dtool:m pystub
|
dtoolutil:c dtoolbase:c dconfig:c dtoolconfig:m dtool:m pystub
|
||||||
|
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
#define LOCAL_LIBS \
|
#define LOCAL_LIBS \
|
||||||
progbase
|
progbase
|
||||||
#define OTHER_LIBS \
|
#define OTHER_LIBS \
|
||||||
|
pnmimage:c linmath:c \
|
||||||
putil:c panda:m \
|
putil:c panda:m \
|
||||||
express:c pandaexpress:m \
|
express:c pandaexpress:m \
|
||||||
dtoolutil:c dtoolbase:c dconfig:c dtoolconfig:m dtool:m pystub
|
dtoolutil:c dtoolbase:c dconfig:c dtoolconfig:m dtool:m pystub
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
#define OTHER_LIBS interrogatedb:c dconfig:c dtoolconfig:m \
|
||||||
|
dtoolutil:c dtoolbase:c dtool:m express:c putil:c
|
||||||
|
|
||||||
#begin ss_lib_target
|
#begin ss_lib_target
|
||||||
#define TARGET pandatoolbase
|
#define TARGET pandatoolbase
|
||||||
|
|
||||||
|
@ -3,7 +3,9 @@
|
|||||||
#define LOCAL_LIBS \
|
#define LOCAL_LIBS \
|
||||||
pandatoolbase
|
pandatoolbase
|
||||||
#define OTHER_LIBS \
|
#define OTHER_LIBS \
|
||||||
pnmimage:c linmath:c putil:c express:c panda:m pystub dtool
|
pnmimage:c linmath:c putil:c express:c panda:m pystub \
|
||||||
|
interrogatedb:c dconfig:c dtoolconfig:m \
|
||||||
|
dtoolutil:c dtoolbase:c dtool:m
|
||||||
|
|
||||||
#define COMBINED_SOURCES $[TARGET]_composite1.cxx
|
#define COMBINED_SOURCES $[TARGET]_composite1.cxx
|
||||||
|
|
||||||
|
@ -40,9 +40,9 @@
|
|||||||
// If our system getopt() doesn't come with getopt_long_only(), then use
|
// If our system getopt() doesn't come with getopt_long_only(), then use
|
||||||
// the GNU flavor that we've got in tool for this purpose.
|
// the GNU flavor that we've got in tool for this purpose.
|
||||||
#ifndef HAVE_GETOPT_LONG_ONLY
|
#ifndef HAVE_GETOPT_LONG_ONLY
|
||||||
#include "gnu_getopt.h"
|
#include "gnu_getopt.h"
|
||||||
#else
|
#else
|
||||||
#include <getopt.h>
|
#include <getopt.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// This manifest is defined if we are running on a system (e.g. most
|
// This manifest is defined if we are running on a system (e.g. most
|
||||||
@ -50,10 +50,12 @@
|
|||||||
// screen via an ioctl() call. It's just handy to know for formatting
|
// screen via an ioctl() call. It's just handy to know for formatting
|
||||||
// output nicely for the user.
|
// output nicely for the user.
|
||||||
#ifdef IOCTL_TERMINAL_WIDTH
|
#ifdef IOCTL_TERMINAL_WIDTH
|
||||||
#include <termios.h>
|
#include <termios.h>
|
||||||
#ifndef TIOCGWINSZ
|
#ifndef TIOCGWINSZ
|
||||||
#include <sys/ioctl.h>
|
#include <sys/ioctl.h>
|
||||||
#endif // TIOCGWINSZ
|
#elif __APPLE__
|
||||||
|
#include <sys/ioctl.h>
|
||||||
|
#endif // TIOCGWINSZ
|
||||||
#endif // IOCTL_TERMINAL_WIDTH
|
#endif // IOCTL_TERMINAL_WIDTH
|
||||||
|
|
||||||
bool ProgramBase::SortOptionsByIndex::
|
bool ProgramBase::SortOptionsByIndex::
|
||||||
|
@ -5,9 +5,15 @@
|
|||||||
fltegg flt lwoegg lwo converter pandatoolbase
|
fltegg flt lwoegg lwo converter pandatoolbase
|
||||||
#define OTHER_LIBS \
|
#define OTHER_LIBS \
|
||||||
egg2pg:c builder:c egg:c pandaegg:m \
|
egg2pg:c builder:c egg:c pandaegg:m \
|
||||||
mathutil:c linmath:c putil:c panda:m \
|
mathutil:c linmath:c putil:c \
|
||||||
|
gobj:c chan:c parametrics:c pgraph:c \
|
||||||
|
pnmimage:c grutil:c collide:c tform:c text:c \
|
||||||
|
char:c dgraph:c display:c \
|
||||||
|
downloader:c \
|
||||||
|
event:c gsgbase:c lerp:c panda:m \
|
||||||
express:c pandaexpress:m \
|
express:c pandaexpress:m \
|
||||||
dtoolconfig dtool
|
interrogatedb:c dconfig:c dtoolconfig:m \
|
||||||
|
dtoolutil:c dtoolbase:c dtool:m
|
||||||
#define UNIX_SYS_LIBS \
|
#define UNIX_SYS_LIBS \
|
||||||
m
|
m
|
||||||
|
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
#define OTHER_LIBS \
|
#define OTHER_LIBS \
|
||||||
egg:c pandaegg:m \
|
egg:c pandaegg:m \
|
||||||
|
pnmimage:c putil:c \
|
||||||
linmath:c panda:m \
|
linmath:c panda:m \
|
||||||
express:c pandaexpress:m \
|
express:c pandaexpress:m \
|
||||||
dtoolutil:c dtoolbase:c dconfig:c dtoolconfig:m dtool:m pystub
|
dtoolutil:c dtoolbase:c dconfig:c dtoolconfig:m dtool:m pystub
|
||||||
|
Loading…
x
Reference in New Issue
Block a user