Source code of Windows XP (NT5)
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.

60 lines
1.0 KiB

  1. !IF 0
  2. Copyright (c) 1989-92 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. Author:
  11. Steve Wood (stevewo) 12-Apr-1990
  12. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  13. !ENDIF
  14. MAJORCOMP=net
  15. MINORCOMP=rxdrt
  16. TARGETNAME=rxdrt
  17. TARGETPATH=obj
  18. TARGETTYPE=PROGRAM
  19. TARGETLIBS= \
  20. $(SDK_LIB_PATH)\kernel32.lib \
  21. $(SDK_LIB_PATH)\advapi32.lib
  22. INCLUDES=.;$(INCLUDES);$(PROJECT_ROOT)\fs\rdr2\inc
  23. !IFNDEF DISABLE_NET_UNICODE
  24. UNICODE=1
  25. NET_C_DEFINES=-DUNICODE
  26. !ENDIF
  27. MSC_WARNING_LEVEL=/W3 /WX
  28. SOURCES= \
  29. rxdrt.c \
  30. rxdevice.c \
  31. rxconfig.c
  32. C_DEFINES= -DINCL_32= -DNT -DRPC_NO_WINDOWS_H
  33. USE_MSVCRT=1
  34. #386_WARNING_LEVEL=-W4
  35. UMTYPE=console
  36. UMAPPL=rxdrt
  37. UMLIBS= $(SDK_LIB_PATH)\ntdll.lib \
  38. $(SDK_LIB_PATH)\user32.lib