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.

30 lines
840 B

  1. #+---------------------------------------------------------------------------
  2. #
  3. # Microsoft Windows
  4. # Copyright (c) Microsoft Corporation. All rights reserved.
  5. #
  6. # File: sources
  7. #
  8. # History: 04-11-02 donsc Created
  9. #
  10. # This directory contains a generic utility library for functions that
  11. # are to be used across the COM tree (e.g. between OLE32, OLE232, COMPLUS,
  12. # etc.).
  13. #
  14. #----------------------------------------------------------------------------
  15. TARGETNAME=comutils
  16. TARGETPATH=obj
  17. TARGETTYPE=LIBRARY
  18. INCLUDES=$(INCLUDES);$(BASE_INC_PATH);$(COM_INC_PATH)
  19. C_DEFINES=-DWIN32 -DUNICODE -D_UNICODE
  20. UMTYPE=windows
  21. PASS0_PUBLISH=\
  22. {reghelp.w=$(COM_INC_PATH)\reghelp.hxx}
  23. SOURCES=\
  24. reghelp.cxx
  25. PASS1_PUBLISH=\
  26. {$(O)\$(TARGETNAME).lib=$(PROJECT_LIB_PATH)\$(TARGETNAME).lib}