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

  1. !include ..\..\..\master.mak
  2.  
  3. all: TRSS.exe ThdRelStaticSample.exe Simple.exe StopJoin.exe SyncOne.exe SyncTwo.exe
  4.  
  5. Simple.exe: Simple.cs
  6.  
  7. TRSS.exe: ThdRelStaticSample.cs
  8.  
  9. ThdRelStaticSample.exe: ThdRelStaticSample.cs
  10.  
  11. StopJoin.exe: StopJoin.cs
  12.  
  13. SyncOne.exe: SyncOne.cs
  14.  
  15. SyncTwo.exe: SyncTwo.cs