home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 40 / IOPROG_40.ISO / SOFT / NETFrameworkSDK.exe / comsdk.cab / samples.exe / QuickStart / winforms / samples / makefile next >
Encoding:
Makefile  |  2000-06-08  |  116 b   |  13 lines

  1. all: WinFormsCs WinFormsVB
  2.  
  3. WinFormsCs::
  4.     cd Cs
  5.     - nmake 
  6.     cd ..
  7.  
  8. WinFormsVB::
  9.     cd VB
  10.     - nmake 
  11.     cd ..
  12.  
  13.