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.

27 lines
461 B

  1. !IF 0
  2. Copyright (c) 2000-2001 Microsoft Corporation
  3. !ENDIF
  4. MAJORCOMP=fusion
  5. MINORCOMP=id
  6. TARGETNAME=$(FUSION_BUILD_TYPE_PREFIX)id
  7. TARGETTYPE=LIBRARY
  8. TARGETPATH=$(FUSION_LIB_DEST)
  9. INCLUDES=\
  10. ..;\
  11. $(FUSION_INC_PATH);\
  12. $(FUSION_PATH)\external\inc;\
  13. $(FUSION_PATH)\idl\$(O); \
  14. $(INCLUDES);\
  15. $(COM_INC_PATH)
  16. SOURCES= \
  17. id.cpp \
  18. encdec.cpp \
  19. policy.cpp \
  20. sxsid.cpp
  21. SOURCES_USED=..\sources.inc