home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1998 November / PCO_1198.ISO / filesbbs / os2 / os2www.arj / OS2WWW.ZIP / SYS406.R8 / TOUR / SOURCE / TOUROS2.NMK < prev   
Encoding:
Text File  |  1996-11-29  |  287 b   |  12 lines

  1. # This make file is for IBM VisualAge C++ 3.00 or later for IBM OS/2
  2.  
  3. COMPILE:    Tour.dll
  4.  
  5. .SUFFIXES:
  6.  
  7. Tour.dll:    Tour.cpp Tour.def {$(INCLUDE)}PowerAPI.hpp {$(LIB)}PowerAPI.lib
  8.     icc /Gd+ /Ge- /Gm+ Tour.cpp Tour.def PowerAPI.lib
  9.     dllrname Tour.dll CPPOM30=SOCKCRT
  10.     del tour.obj
  11.  
  12.