home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / stlpt453.zip / STLport-4.5.3 / src / intel45.mak < prev    next >
Makefile  |  2001-02-17  |  330b  |  31 lines

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