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

  1. !include ..\..\..\master.mak
  2.  
  3. _OUTDIR=..\bin
  4.  
  5. _IMPORTS=/reference:..\Bin\CompCS.dll;..\Bin\CompVB.dll;..\Bin\CompVC.dll
  6.  
  7. All: ClientVC
  8.  
  9. ClientVC: ClientVC.exe
  10.  
  11. ClientVC.exe: ClientVC.obj
  12.  
  13. ClientVC.obj: ClientVC.cpp