home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / OS2HIST.ZIP / HISTORY < prev    next >
Text File  |  1988-02-18  |  614b  |  29 lines

  1.  
  2.  
  3. histasm.obj : histasm.asm
  4.     masm /Zi/Mx histasm;
  5.  
  6. histedit.obj : histedit.c
  7.     cl -c -Alfu -Zipe -Gs histedit.c
  8.  
  9. histedit.dll : histasm.obj histedit.obj histedit.def
  10.     link histasm+histedit,histedit,,doscalls,histedit.def/nod/code;
  11.     copy histedit.dll C:\os2dll\histedit.dll
  12.  
  13. histedit.lib : histedit.def
  14.     implib histedit.lib histedit.def
  15.  
  16. history.obj : history.c
  17.     cl -Zp -c history.c
  18.  
  19. history.exe : history.obj histedit.lib
  20.     link history,,,doscalls slibcp histedit;
  21.  
  22. tedit.obj : tedit.c
  23.     cl -Zp -c tedit.c
  24.  
  25. tedit.exe : tedit.obj histedit.obj
  26.     link tedit+histedit,,,doscalls slibcp/code;
  27.  
  28.  
  29.