mirror of
https://github.com/unknownworlds/NS.git
synced 2025-02-21 03:01:26 +00:00
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@15 67975925-1194-0748-b3d5-c16f83f1a3a1
10 lines
125 B
Makefile
10 lines
125 B
Makefile
#
|
|
# Basename for libraries
|
|
#
|
|
LIB_BASENAME = libstlport_sunpro_compat
|
|
|
|
CC = CC
|
|
CXX = CC -compat=4
|
|
|
|
COMP=SUN-COMPAT
|
|
|