home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP_2_98.iso / software / pelne / optionp / mts4.cab / Account.VC_Accountps.mak < prev    next >
Text File  |  1997-11-14  |  408b  |  15 lines

  1.  
  2. Accountps.dll: dlldata.obj Account_p.obj Account_i.obj
  3.     link /dll /out:Accountps.dll /def:Accountps.def /entry:DllMain dlldata.obj Account_p.obj Account_i.obj kernel32.lib rpcndr.lib rpcns4.lib rpcrt4.lib uuid.lib 
  4.  
  5. .c.obj:
  6.     cl /c /Ox /DWIN32 /DREGISTER_PROXY_DLL $<
  7.  
  8. clean:
  9.     @del Accountps.dll
  10.     @del Accountps.lib
  11.     @del Accountps.exp
  12.     @del dlldata.obj
  13.     @del Account_p.obj
  14.     @del Account_i.obj
  15.