Initial commit
This commit is contained in:
26
BuildConfig/Solaris-Libs.rules
Normal file
26
BuildConfig/Solaris-Libs.rules
Normal file
@@ -0,0 +1,26 @@
|
||||
# BuildConfig/Solaris-Libs.rules
|
||||
# Author: Patrick Baggett <ptbaggett@762studios.com>
|
||||
# Created: 4/11/2012
|
||||
#
|
||||
# Purpose:
|
||||
#
|
||||
# Defines common libraries required for linking on Solaris 10 and later
|
||||
#
|
||||
# License:
|
||||
#
|
||||
# This program is free software. It comes without any warranty, to
|
||||
# the extent permitted by applicable law. You can redistribute it
|
||||
# and/or modify it under the terms of the Do What The Fuck You Want
|
||||
# To Public License, Version 2, as published by Sam Hocevar. See
|
||||
# http://sam.zoy.org/wtfpl/COPYING for more details.
|
||||
|
||||
# The major difference between this file and POSIX-Libs.rules is that Solaris
|
||||
# uses native threads, so linking to libpthread.so just bloats the binary. Also,
|
||||
# Solaris native threads are in libc.so, so no other library is needed.
|
||||
|
||||
# Base libraries (console)
|
||||
export ZENGINE_BASE_LIBS = -lrt -lm
|
||||
|
||||
# GUI libraries (X Windows)
|
||||
export ZENGINE_GUI_LIBS = -lGL -lX11
|
||||
|
||||
Reference in New Issue
Block a user