Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
871 B

  1. ############################################################################
  2. #
  3. # Copyright � Microsoft Corporation. All rights reserved.
  4. #
  5. ############################################################################
  6. !include $(PROJECT_ROOT)\wmi\wbem\common\makefile.cmn
  7. SOURCES_USED=$(PROJECT_ROOT)\wmi\wbem\common\makefile.cmn
  8. TARGETNAME=reposit
  9. TARGETPATH=obj
  10. TARGETTYPE=LIBRARY
  11. # The developer defines the SOURCES macro. It contains a list of all the
  12. # source files for this component. Specify each source file on a separate
  13. # line using the line-continuation character. This minimizes merge
  14. # conflicts if two developers are adding source files to the same component.
  15. SOURCES= \
  16. ..\reposit.idl \
  17. $(O)\reposit_i.c
  18. # Next, specify options for the compiler using C_DEFINES.
  19. C_DEFINES=$(C_DEFINES) /DREGISTER_PROXY_DLL
  20. USER_C_FLAGS=/Zl