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.

38 lines
751 B

  1. !IF 0
  2. Copyright (C) 1996 - 1999 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. !ENDIF
  11. !ifndef PRNROOT
  12. PRNROOT=$(PROJECT_ROOT)\print\drivers\usermode
  13. !endif
  14. !include $(PRNROOT)\print.inc
  15. GPDDIR_AL=$(PRNROOT)\gpd\alps\usa
  16. GPDDIR_AL_JPN=$(PRNROOT)\gpd\alps\jpn
  17. GPDDIR_CT=$(PRNROOT)\gpd\citzn\usa
  18. INCLUDES=$(PRNROOT)\inc
  19. UMTYPE=windows
  20. !if 0
  21. DLLBASE=@$(COFFBASE_TXT_FILE),eprstres
  22. !else
  23. DLLBASE=0x8000000
  24. !endif
  25. MSC_WARNING_LEVEL=/W3 /WX