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.

37 lines
601 B

  1. !IF 0
  2. Copyright (C) 1997 - 1999 Microsoft Corporation
  3. !ENDIF
  4. !ifndef PRNROOT
  5. PRNROOT=$(PROJECT_ROOT)\print\drivers\usermode
  6. !endif
  7. GPDDIR_CN=$(PRNROOT)\gpd\canon\$(ALT_PROJECT)
  8. UNIDIR=$(PRNROOT)\unidrv2
  9. SRCDIR=..
  10. !include $(PRNROOT)\print.inc
  11. INCLUDES=$(PRNROOT)\inc;$(UNIDIR)\inc
  12. !if 0
  13. DLLBASE=@$(COFFBASE_TXT_FILE),cnrstres
  14. !else
  15. DLLBASE=0x8000000
  16. !endif
  17. TARGETNAME=cnrstres
  18. TARGETPATH=obj
  19. TARGETTYPE=DYNLINK
  20. UMTYPE=windows
  21. SOURCES=\
  22. $(SRCDIR)\cnrstres.rc \
  23. $(SRCDIR)\cnrstres.c \
  24. $(SRCDIR)\common.c
  25. MISCFILES=\
  26. $(SRCDIR)\cnrstres.ini