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

  1. all:
  2.     csc ActiveDir.cs
  3.     csc Buffers.cs
  4.     csc CreateObject.cs
  5.     csc Errors.cs
  6.     csc FindFile.cs
  7.     csc GCHandle.cs
  8.     csc HandleRef.cs
  9.     csc MsgBox.cs
  10.     csc OpenFileDlg.cs
  11.     csc OSInfo.cs
  12.     csc Printf.cs
  13.     csc SysTime.cs
  14.  
  15. clean:
  16.     del *.exe
  17.  
  18.  
  19.