home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 40 / IOPROG_40.ISO / SOFT / NETFrameworkSDK.exe / comsdk.cab / samples.exe / Threading / Timer / CS_Sample / makefile next >
Encoding:
Makefile  |  2000-06-23  |  99 b   |  8 lines

  1. !include ..\..\..\master.mak
  2.  
  3. all: TimersSample.exe
  4.  
  5. TimersSample.exe: TimersSample.cs
  6.  
  7.    
  8.