This commit is contained in:
romkazvo
2023-08-07 19:29:24 +08:00
commit 34d6c5d489
4832 changed files with 1389451 additions and 0 deletions

30
STLPORT/src/intel45.mak Normal file
View 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
#
#