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

  1. ##########################################
  2. # SOURCES
  3. # for FMBLPRES.DLL
  4. ##########################################
  5. OEMINC=..\..\oeminc
  6. MAJORCOMP=windows
  7. MINORCOMP=md_fmlbpres
  8. TARGETNAME=fmlbpres
  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 -DUNICODE
  22. RCCODEPAGE=932
  23. SOURCES=fmlbpres.rc \
  24. fmlbpres.c \
  25. fmlbpdm.c \
  26. fmdebug.c
  27. # end of SOURCES