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
705 B

  1. !IF 0
  2. Copyright (c) 1997 Microsoft Corporation
  3. Sources file for UniDriver UI
  4. !ENDIF
  5. !ifndef PRNROOT
  6. PRNROOT=$(MAKEDIR:\driverui\uni=)
  7. !endif
  8. !include ..\sources.inc
  9. TARGETLIBS=\
  10. $(PRNROOT)\lib\uni\um\$(O)\unilib.lib \
  11. $(PRNROOT)\parsers\gpd\lib\$(O)\gpd.lib \
  12. $(SDK_LIB_PATH)\rpcrt4.lib \
  13. $(SDK_LIB_PATH)\uuid.lib \
  14. $(TARGETLIBS)
  15. !if defined(WINNT_40)
  16. TARGETNAME=uni4ui
  17. DLLBASE=@$(COFFBASE_TXT_FILE),uni4ui
  18. !else
  19. TARGETNAME=unidrvui
  20. DLLBASE=@$(COFFBASE_TXT_FILE),rasddui
  21. !endif
  22. C_DEFINES=$(C_DEFINES) -DUNIDRV
  23. SOURCES=unidrv.c \
  24. fontinst.c \
  25. softfont.c \
  26. osffread.c \
  27. sfupgrd.c \
  28. $(SOURCES)