home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 40 / IOPROG_40.ISO / SOFT / NETFrameworkSDK.exe / comsdk.cab / samples.exe / Deployment / 2_Simple / makefile < prev    next >
Encoding:
Makefile  |  2000-06-23  |  256 b   |  15 lines

  1. !include ..\..\master.mak
  2.  
  3. All: Stringer Client
  4.  
  5. Stringer: Stringer.dll
  6.  
  7. Stringer.dll: Stringer.cs
  8.  
  9. Client: Client.exe
  10.  
  11. Client.exe: Client.cs
  12.     $(_CS) $(_CS_EXE_FLAGS) /reference:Stringer.dll /out:$(_OUTDIR)\$@ $** $(_WIN32RES) $(_KEYFILE)    
  13.  
  14.  
  15.