home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / stlpt453.zip / STLport-4.5.3 / src / intel50.mak < prev    next >
Makefile  |  2001-05-03  |  341b  |  34 lines

  1. #
  2. # Makefile for Intel C++ compiler v.5.0
  3.  
  4. #
  5. # Tools
  6. #
  7.  
  8. CXX=icl.exe
  9. CC=icl.exe
  10. RC=rc
  11.  
  12. # Intel frontend tools
  13. # LINK=xilib.exe
  14.  
  15. DYN_LINK=xilink.exe
  16.  
  17.  
  18. LIB_BASENAME=stlport_icl
  19. COMP=ICL
  20.  
  21. EXTRA_COMMON_FLAGS= -D_MBCS -Qwd186,985
  22. EXTRA_DEBUG_FLAGS=
  23. EXTRA_NDEBUG_FLAGS= -Qsox-
  24.  
  25. all: platform all_static all_dynamic
  26.  
  27. !INCLUDE vc_common.mak
  28.  
  29. #
  30. #
  31.  
  32.  
  33.  
  34.