home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / stlpt453.zip / STLport-4.5.3 / src / sunpro.mak < prev    next >
Text File  |  2001-05-18  |  172b  |  17 lines

  1. #
  2. # Basename for libraries
  3. #
  4.  
  5. #
  6. # This makefile will work for SUN 5.0 and higher
  7. #
  8.  
  9. LIB_BASENAME = libstlport_sunpro
  10. COMP=SUN
  11. CC = CC
  12. CXX = CC
  13.  
  14. include sunpro-common.mak
  15.  
  16.  
  17.