mirror of
https://github.com/ENSL/NS.git
synced 2025-02-09 01:00:58 +00:00
34 lines
373 B
Makefile
34 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
|
||
|
|
||
|
#
|
||
|
#
|
||
|
|
||
|
|
||
|
|