Source code of Windows XP (NT5)
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.

49 lines
911 B

  1. !IF 0
  2. Copyright (c) 2000 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. Abstract:
  6. This file specifies the target component being built and the list of
  7. sources files needed to build that component. Also specifies optional
  8. compiler switches and libraries that are unique for the component being
  9. built.
  10. This directory builds the spooler includes and MIDL generated files
  11. Author:
  12. Weihai Chen (weihaic) 23-Mar-2000
  13. Revision History:
  14. !ENDIF
  15. TARGETTYPE=LIBRARY
  16. TARGETPATH=$(PROJECT_ROOT)\lib
  17. TARGETNAME=spluuid
  18. PASS0_PUBLISH=\
  19. {$(O)\bidispl.h=$(SDK_INC_PATH)\bidispl.h}
  20. PASS1_PUBLISH=\
  21. {$(TARGETPATH)\$(TARGET_DIRECTORY)\$(TARGETNAME).lib=$(PRINTSCAN_LIB_PATH)\spluuid.lib}
  22. MIDL_UUIDDIR=.
  23. PASS0_SERVERDIR=$(O)
  24. PASS0_CLIENTDIR=$(O)
  25. PASS0_HEADERDIR=$(O)
  26. SOURCES=\
  27. bidispl.idl \
  28. $(O)\bidispl_i.c \
  29. bidisplp.idl \
  30. $(O)\bidisplp_i.c