mirror of
https://github.com/unknownworlds/NS.git
synced 2025-02-22 03:31:27 +00:00
11 lines
125 B
Makefile
11 lines
125 B
Makefile
|
#
|
||
|
# Basename for libraries
|
||
|
#
|
||
|
LIB_BASENAME = libstlport_sunpro_compat
|
||
|
|
||
|
CC = CC
|
||
|
CXX = CC -compat=4
|
||
|
|
||
|
COMP=SUN-COMPAT
|
||
|
|