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.

33 lines
823 B

  1. !ifdef PROJECT_ROOT
  2. ! INCLUDE $(PROJECT_ROOT)\pchealth\build\paths.all
  3. !else
  4. ! INCLUDE $(INETROOT)\build\paths.all
  5. !endif
  6. !INCLUDE ..\common.inc
  7. MAJORCOMP=PCHMars
  8. MINORCOMP=uuid
  9. TARGETNAME=acuuid
  10. TARGETTYPE=LIBRARY
  11. #
  12. # Unfortunately, we get a link warning since we are #including headers which
  13. # DEFINE_GUID() macros which dup stuff from "file_i.c"
  14. #
  15. # warning LNK4006: _IID_IDatabaseQuery already defined in acguids.obj; second definition ignored
  16. #
  17. LIBRARIAN_FLAGS = $(LIBRARIAN_FLAGS) -IGNORE:4006
  18. # These sources are generated when the ..\inc directory is processed.
  19. # They are copied here because the MIDL_UUIDDIR statement in the
  20. # ..\inc\sources file points to this directory.
  21. SOURCES=\
  22. acguids.cpp \
  23. $(O)\marscore_i.c
  24. !INCLUDE $(INETROOT)\build\sources.all