mirror of
https://github.com/ENSL/NS.git
synced 2024-11-24 05:21:16 +00:00
7b18f64309
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@16 67975925-1194-0748-b3d5-c16f83f1a3a1
33 lines
373 B
Makefile
33 lines
373 B
Makefile
#
|
|
# Makefile for Intel C++ compiler v.5.0
|
|
|
|
#
|
|
# Tools
|
|
#
|
|
|
|
CXX=icl.exe
|
|
CC=icl.exe
|
|
RC=rc
|
|
|
|
# Intel frontend tools
|
|
# LINK=xilib.exe
|
|
|
|
DYN_LINK=xilink.exe
|
|
|
|
|
|
LIB_BASENAME=stlport_icl
|
|
COMP=ICL
|
|
|
|
EXTRA_COMMON_FLAGS= -D_MBCS -Qwd186,985
|
|
EXTRA_DEBUG_FLAGS=
|
|
EXTRA_NDEBUG_FLAGS= -Qsox-
|
|
|
|
all: platform all_static all_dynamic
|
|
|
|
!INCLUDE vc_common.mak
|
|
|
|
#
|
|
#
|
|
|
|
|
|
|