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.

57 lines
1.3 KiB

  1. !IF 0
  2. Copyright (c) 1996-2003 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. Abstract:
  6. This file specifies the target component being built and the list of
  7. sources files needed to build that component. Also specifies optional
  8. compiler switches and libraries that are unique for the component being
  9. built.
  10. these libs not allowed in kernel mode
  11. $(SDK_LIB_PATH)\winspool.lib \
  12. $(SDK_LIB_PATH)\kernel32.lib
  13. $(BASEDIR)\public\oak\inc; \
  14. $(BASEDIR)\public\sdk\inc; \
  15. $(SDK_INC_PATH)\mfc42
  16. !ENDIF
  17. TARGETNAME=TTY
  18. TARGETPATH=obj
  19. TARGETTYPE=DYNLINK
  20. DLLBASE=0x50000000
  21. USE_MSVCRT=1
  22. USE_CRTDLL=1
  23. DLLENTRY=_DllMainCRTStartup
  24. # @@BEGIN_DDKSPLIT
  25. BUFFER_OVERFLOW_CHECKS=1
  26. # @@END_DDKSPLIT
  27. !if defined(DBG)
  28. C_DEFINES=$(C_DEFINES) -DKERNEL_MODE -DUSERMODE_DRIVER -DOEMCOM -D_DEBUG -DDEBUG
  29. !else
  30. C_DEFINES=$(C_DEFINES) -DKERNEL_MODE -DUSERMODE_DRIVER -DOEMCOM
  31. !endif
  32. TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib \
  33. $(SDK_LIB_PATH)\ole32.lib \
  34. $(SDK_LIB_PATH)\winspool.lib \
  35. $(SDK_LIB_PATH)\uuid.lib
  36. INCLUDES= ..\inc
  37. SOURCES= TTYUD.cpp \
  38. oemcom.cpp \
  39. debug.cpp \
  40. TTYUD.rc