COMMAPPS.MAK
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:1k
源码类别:

Windows编程

开发平台:

Visual C++

  1. # This is a part of the Active Template Library.
  2. # Copyright (C) 1996-1998 Microsoft Corporation
  3. # All rights reserved.
  4. # This source code is only intended as a supplement to the
  5. # Active Template Library Reference and related
  6. # electronic documentation provided with the library.
  7. # See these sources for detailed information regarding the
  8. # Active Template Library product.
  9. COMMapps.dll: dlldata.obj COMMap_p.obj COMMap_i.obj
  10. link /dll /out:COMMapps.dll /def:COMMapps.def /entry:DllMain 
  11. dlldata.obj COMMap_p.obj COMMap_i.obj kernel32.lib 
  12. rpcndr.lib rpcns4.lib rpcrt4.lib uuid.lib 
  13. .c.obj:
  14. cl /c /Ox /DWIN32 /DREGISTER_PROXY_DLL $<
  15. clean:
  16. @del COMMapps.dll
  17. @del COMMapps.lib
  18. @del COMMapps.exp
  19. @del dlldata.obj
  20. @del COMMap_p.obj
  21. @del COMMap_i.obj
  22.