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

  1. !include ..\common.mak
  2.  
  3. _OUTDIR=..\$(_OUTDIR)
  4. _COMMON=..\$(_COMMON)
  5.  
  6. all: $(_OUTDIR)\CSharpBank.DLL CSharpBank.reg
  7.  
  8. _IMPORTS=$(_IMPORTS) /r:$(_OUTDIR)\ADODB.dll /r:$(_OUTDIR)\AccountComLib.dll /r:System.EnterpriseServices.dll
  9.  
  10. $(_OUTDIR)\CSharpBank.DLL: Account.cs CSharpBank.cs MoveMoney.cs GetReceipt.cs UpdateReceipt.cs CreateTable.cs
  11.     csc.exe /t:library /out:$@ $** $(_IMPORTS)
  12.  
  13. CSharpBank.reg:
  14.     gacutil /i $(_OUTDIR)\CSharpBank.DLL
  15.     regsvcs /fc /nologo $(_OUTDIR)\CSharpBank.dll 
  16.