mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
better freetype controls
This commit is contained in:
parent
44c98e3d39
commit
0eb1e35c05
@ -322,8 +322,16 @@
|
|||||||
|
|
||||||
// Do we have Freetype 2.0 (or better)? If available, this package is
|
// Do we have Freetype 2.0 (or better)? If available, this package is
|
||||||
// used to generate dynamic in-the-world text from font files.
|
// used to generate dynamic in-the-world text from font files.
|
||||||
|
|
||||||
|
// On Unix, freetype comes with the freetype-config executable, which
|
||||||
|
// tells us where to look for the various files. On Windows, we need to
|
||||||
|
// supply this information explicitly.
|
||||||
#define FREETYPE_CONFIG freetype-config
|
#define FREETYPE_CONFIG freetype-config
|
||||||
#defer HAVE_FREETYPE $[bintest $[FREETYPE_CONFIG]]
|
#defer HAVE_FREETYPE $[bintest $[FREETYPE_CONFIG]]
|
||||||
|
#define FREETYPE_CFLAGS
|
||||||
|
#define FREETYPE_IPATH
|
||||||
|
#define FREETYPE_LPATH
|
||||||
|
#define FREETYPE_LIBS
|
||||||
|
|
||||||
// Is Maya installed? This matters only to programs in PANDATOOL.
|
// Is Maya installed? This matters only to programs in PANDATOOL.
|
||||||
#define MAYA_LOCATION /usr/aw/maya3.0
|
#define MAYA_LOCATION /usr/aw/maya3.0
|
||||||
|
@ -163,6 +163,11 @@
|
|||||||
|
|
||||||
#set FREETYPE_CONFIG $[FREETYPE_CONFIG]
|
#set FREETYPE_CONFIG $[FREETYPE_CONFIG]
|
||||||
#set HAVE_FREETYPE $[HAVE_FREETYPE]
|
#set HAVE_FREETYPE $[HAVE_FREETYPE]
|
||||||
|
#set FREETYPE_CFLAGS $[FREETYPE_CFLAGS]
|
||||||
|
#set FREETYPE_IPATH $[FREETYPE_IPATH]
|
||||||
|
#set FREETYPE_LPATH $[FREETYPE_LPATH]
|
||||||
|
#set FREETYPE_LIBS $[FREETYPE_LIBS]
|
||||||
|
|
||||||
|
|
||||||
#set MAYA_LOCATION $[MAYA_LOCATION]
|
#set MAYA_LOCATION $[MAYA_LOCATION]
|
||||||
#set HAVE_MAYA $[HAVE_MAYA]
|
#set HAVE_MAYA $[HAVE_MAYA]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user