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.

50 lines
991 B

  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. !ENDIF
  11. TARGETNAME=TTYUI
  12. TARGETPATH=obj
  13. TARGETTYPE=DYNLINK
  14. DLLBASE=0x50000000
  15. DLLENTRY=_DllMainCRTStartup
  16. # @@BEGIN_DDKSPLIT
  17. BUFFER_OVERFLOW_CHECKS=1
  18. # @@END_DDKSPLIT
  19. USE_MSVCRT=1
  20. USE_CRTDLL=1
  21. C_DEFINES=$(C_DEFINES) -D_UNICODE -DUNICODE -DOEMCOM
  22. TARGETLIBS= $(SDK_LIB_PATH)\kernel32.lib \
  23. $(SDK_LIB_PATH)\user32.lib \
  24. $(SDK_LIB_PATH)\ole32.lib \
  25. $(SDK_LIB_PATH)\winspool.lib \
  26. $(SDK_LIB_PATH)\uuid.lib
  27. INCLUDES= ..\inc
  28. SOURCES= TTYUI.cpp \
  29. oemcom.cpp \
  30. debug.cpp \
  31. TTYUI.rc