mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
Irix requires libExtensionLayer to be named explicitly
This commit is contained in:
parent
56f64fd217
commit
4864b6a142
@ -42,8 +42,9 @@
|
||||
express:c pandaexpress:m \
|
||||
dtoolutil:c dtoolbase:c dconfig:c dtoolconfig:m dtool:m pystub
|
||||
|
||||
// Irix requires this to be named explicitly.
|
||||
#define UNIX_SYS_LIBS \
|
||||
m
|
||||
ExtensionLayer
|
||||
|
||||
#define SOURCES \
|
||||
mayaToEgg.cxx mayaToEgg.h
|
||||
@ -62,6 +63,10 @@
|
||||
express:c pandaexpress:m \
|
||||
dtoolutil:c dtoolbase:c dconfig:c dtoolconfig:m dtool:m pystub
|
||||
|
||||
// Irix requires this to be named explicitly.
|
||||
#define UNIX_SYS_LIBS \
|
||||
ExtensionLayer
|
||||
|
||||
#define SOURCES \
|
||||
mayaCopy.cxx mayaCopy.h
|
||||
|
||||
@ -79,8 +84,6 @@
|
||||
express:c pandaexpress:m \
|
||||
dtoolutil:c dtoolbase:c dconfig:c dtoolconfig:m dtool:m pystub
|
||||
|
||||
#define UNIX_SYS_LIBS \
|
||||
m
|
||||
#define BUILDING_DLL BUILDING_MISC
|
||||
|
||||
#if $[WINDOWS_PLATFORM]
|
||||
|
Loading…
x
Reference in New Issue
Block a user