home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 40 / IOPROG_40.ISO / SOFT / NETFrameworkSDK.exe / comsdk.cab / samples.exe / IntroDev / CompTest / ClientWinForms / makefile < prev   
Encoding:
Makefile  |  2000-06-23  |  307 b   |  11 lines

  1. !include ..\..\..\master.mak
  2.  
  3. _OUTDIR=..\bin
  4.  
  5. _IMPORTS=/reference:..\Bin\CompCS.dll /reference:..\Bin\CompVB.dll /reference:..\Bin\CompVC.dll /reference:\winnt\complus\v2000.14.1805\System.WinForms.dll
  6.  
  7. All: ClientWinForms
  8.  
  9. ClientWinForms: ClientWinForms.exe
  10.  
  11. ClientWinForms.exe: ClientWinForms.vb