mirror of
https://github.com/ENSL/NS.git
synced 2025-02-28 22:51:47 +00:00
31 lines
360 B
Makefile
31 lines
360 B
Makefile
|
#
|
||
|
# Makefile for Intel C++ compiler v.4.5
|
||
|
|
||
|
#
|
||
|
# Tools
|
||
|
#
|
||
|
CXX=icl.exe
|
||
|
CC=icl.exe
|
||
|
# Intel frontend tools
|
||
|
# LINK=xilib.exe
|
||
|
|
||
|
DYN_LINK=xilink.exe
|
||
|
|
||
|
|
||
|
LIB_BASENAME=stlport_icl
|
||
|
COMP=ICL
|
||
|
|
||
|
EXTRA_COMMON_FLAGS= -D_MBCS -Qwd186
|
||
|
EXTRA_DEBUG_FLAGS=
|
||
|
EXTRA_NDEBUG_FLAGS= -Qsox-
|
||
|
|
||
|
all: platform all_dynamic all_static
|
||
|
|
||
|
!INCLUDE vc_common.mak
|
||
|
|
||
|
#
|
||
|
#
|
||
|
|
||
|
|
||
|
|