123
This commit is contained in:
30
STLPORT/src/intel45.mak
Normal file
30
STLPORT/src/intel45.mak
Normal file
@@ -0,0 +1,30 @@
|
||||
#
|
||||
# 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
|
||||
|
||||
#
|
||||
#
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user