home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1998 November / PCO_1198.ISO / filesbbs / os2 / os2www.arj / OS2WWW.ZIP / SYS406.R8 / TOUR / SOURCE / TOURNT.NMK < prev    next >
Encoding:
Text File  |  1996-12-02  |  307 b   |  14 lines

  1. # This make file is for IBM VisualAge C++ 3.50 or later for Windows NT
  2.  
  3. COMPILE:    Tour.dll
  4.  
  5. .SUFFIXES:
  6.  
  7. Tour.dll:    Tour.cpp {$(INCLUDE)}PowerAPI.hpp {$(LIB)}PowerAPI.lib
  8.     icc /Gd+ /Ge- /Gm+ Tour.cpp /B"PowerAPI.lib"
  9.     dllrname Tour.dll CPPWM35I=SOCKCRTW
  10.     del tour.obj
  11.     del tour.exp
  12.     del tour.lib
  13.  
  14.