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.

53 lines
1.2 KiB

  1. #
  2. # We take advantage of the ALT_PROJECT/ALT_PROJECT_TARGET macro
  3. # to place FE speicfic files in appropriate language subdirectories
  4. # (e.g. binaries\jpn, binaries\cht, etc.) of the bild image.
  5. #
  6. # n.b. Though these macros are used, we do not necessarily expect
  7. # that we have DBCS, JPN, etc. symbols are defined in C_DEFINES.
  8. # This is purely for binlacing location issue..
  9. #
  10. ALT_PROJECT=FE
  11. ALT_PROJECT_TARGET=$(ALT_PROJECT)
  12. !ifndef PRNROOT
  13. ! ifndef DDKBUILDENV
  14. PRNROOT=$(MAKEDIR:\gpdres\epageres\um=)
  15. ! else
  16. PRNROOT=$(BASEDIR)\src\print
  17. ! endif
  18. !endif
  19. !include ..\sources.inc
  20. TARGETNAME=epageres
  21. TARGETPATH=obj
  22. TARGETTYPE=DYNLINK
  23. TARGETLIBS=\
  24. $(SDK_LIB_PATH)\kernel32.lib \
  25. $(SDK_LIB_PATH)\winspool.lib \
  26. $(SDK_LIB_PATH)\uuid.lib \
  27. $(SDK_LIB_PATH)\user32.lib \
  28. $(PRNROOT)\lib\utils\um\$O\utils.lib
  29. USE_MSVCRT=1
  30. DLLENTRY=_DllMainCRTStartup
  31. #C_DEFINES=$(C_DEFINES) -DUNICODE -DKERNEL_MODE -DUSERMODE_DRIVER -DOEMCOM -DBILINGUAL
  32. C_DEFINES=$(C_DEFINES) -DUNICODE -DKERNEL_MODE -DUSERMODE_DRIVER -DOEMCOM
  33. SRCDIR=..
  34. DLLDEF=epageres.def
  35. SOURCES=\
  36. $(SRCDIR)\epageres.rc \
  37. $(SRCDIR)\epageres.c \
  38. $(SRCDIR)\common.c \
  39. $(SRCDIR)\comoem.cpp
  40. MISCFILES=\
  41. $(SRCDIR)\epageres.ini