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

  1. !include ..\common.mak
  2.  
  3. _OUTDIR=..\$(_OUTDIR)
  4. _COMMON=..\$(_COMMON)
  5.  
  6.  
  7. _IMPORTS=$(_IMPORTS) /r:$(_OUTDIR)\ADODB.dll /r:$(_OUTDIR)\AccountComLib.dll /r:$(_OUTDIR)\CSharpBank.dll /r:System.EnterpriseServices.dll
  8.  
  9. all: $(_OUTDIR)\VB7Bank.DLL VB7Bank.reg
  10.  
  11. $(_OUTDIR)\VB7Bank.DLL: account.vb movemoney.vb getreceipt.vb updatereceipt.vb createtable.vb
  12.     vbc.exe /t:library /out:$@ $** $(_IMPORTS)
  13.  
  14. VB7Bank.reg:
  15.     gacutil /i $(_OUTDIR)\VB7Bank.DLL
  16.     regsvcs /nologo /fc $(_OUTDIR)\VB7Bank.dll