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.

43 lines
775 B

  1. !IF 0
  2. Copyright (c) 1996 Microsoft Corporation
  3. !ENDIF
  4. !ifndef PRNROOT
  5. PRNROOT=$(MAKEDIR:\lib\ufl\source=)
  6. !endif
  7. !include $(PRNROOT)\print.inc
  8. SOURCES=UFLSProc.c \
  9. UFLMem.c \
  10. UFL.c \
  11. UFLStrm.c \
  12. UFOT42.c \
  13. UFO.c \
  14. UFOttt1.c \
  15. UFOttt3.c \
  16. UFOCff.c \
  17. ParseTT.c \
  18. goodname.c
  19. TARGETNAME=ufl
  20. TARGETPATH=obj
  21. TARGETTYPE=LIBRARY
  22. !if defined(WINNT_40) || defined(KM_DRIVER)
  23. INCLUDES=$(INCLUDES);..\CONFIG\KINTELNT;..\API;..\..\XCF
  24. C_DEFINES=$(C_DEFINES) -DKERNEL_MODE -DSTREAMER
  25. !else # NT5 user-mode driver
  26. INCLUDES=$(INCLUDES);..\CONFIG\INTELNT;..\API;..\..\XCF
  27. C_DEFINES=$(C_DEFINES) -DSTREAMER
  28. !endif