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

  1.  
  2. all : 
  3.     regsvr32 /s LoanLib.dll
  4.   
  5. clean :
  6.     regsvr32 /s /u LoanLib.dll
  7.