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

Windows编程

开发平台:

Visual C++

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