home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / modu1096.zip / sample / pmdemo / makefile next >
Makefile  |  1995-09-20  |  218b  |  8 lines

  1. all : spintest.exe
  2.  
  3. spintest.res: spintest.rc spintest.ico spintest.dlg spintest.h
  4.     rc -r -I \EMX\INCLUDE spintest.rc
  5.  
  6. spintest.exe: spintest.mod spincube.mod spincube.def spintest.res
  7.     gpmake -W spintest
  8.