home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2003 September / VPR0309.ISO / DOTNETSDK / dotNETSDK / setup.exe / netfxsd1.cab / makefile_915________.3643236F_FC70_11D3_A536_0090278A1BB8 < prev    next >
Encoding:
Makefile  |  2001-09-27  |  275 b   |  19 lines

  1. all:
  2.     vbc ActiveDir.vb
  3.     vbc Buffers.vb
  4.     vbc CreateObject.vb
  5.     vbc Errors.vb
  6.     vbc FindFile.vb
  7.     vbc /r:System.Windows.Forms.dll GCHandle.vb
  8.     vbc HandleRef.vb
  9.     vbc MsgBox.vb
  10.     vbc OpenFileDlg.vb
  11.     vbc OSInfo.vb
  12.     vbc Printf.vb
  13.     vbc SysTime.vb
  14.  
  15. clean:
  16.     del *.exe
  17.  
  18.  
  19.