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.

41 lines
814 B

  1. ##########################################
  2. # SOURCES
  3. # for FUXLRES.DLL
  4. ##########################################
  5. OEMINC=..\..\oeminc
  6. MAJORCOMP=windows
  7. MINORCOMP=md_fuxlres
  8. TARGETNAME=fuxlres
  9. TARGETPATH=$(BASEDIR)\lib
  10. TARGETTYPE=DYNLINK
  11. !IF 0
  12. TARGETLIBS=
  13. !ELSE
  14. TARGETLIBS=$(BASEDIR)\lib\*\$(DDKBUILDENV)\libcntpr.lib \
  15. $(DDK_LIB_PATH)\$(DDKBUILDENV)\win32k.lib
  16. !ENDIF
  17. DLLBASE=0x8000000
  18. NO_NTDLL=1
  19. MINI5BASE=$(BASEDIR)\src\print\mini5
  20. INCLUDES=$(MINI5BASE)\oeminc;$(MINI5BASE)\inc;$(BASEDIR)\inc;$(BASEDIR)\src\print\inc
  21. C_DEFINES=$(C_DEFINES) -DKERNEL_MODE -DWINNT_40 -DKERNEL_MODE -DTRACE_DDI -DTRACE_OUT
  22. RCCODEPAGE=932
  23. SOURCES=fuxlres.rc \
  24. fuxlres.c \
  25. fuxldm.c \
  26. fudebug.c \
  27. fuband.c \
  28. fumh2.c \
  29. fumh.c \
  30. fuimg4.c \
  31. fuimg2.c
  32. # end of SOURCES