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.

73 lines
1.3 KiB

  1. !IF 0
  2. Copyright (c) 1998 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. Brad Pedersen
  12. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  13. !ENDIF
  14. ALT_PROJECT=HYDRA
  15. ALT_PROJECT_TARGET=.
  16. TERMSRV_ROOT = ..
  17. MAJORCOMP=termsrv
  18. MINORCOMP=regapi
  19. TARGETNAME=regapi
  20. PASS1_PUBLISH={$(O)\$(TARGETNAME).lib=$(TERMSRV_LIB_PATH)\$(TARGETNAME).lib}
  21. TARGETPATH=obj
  22. TARGETTYPE=DYNLINK
  23. DLLENTRY=DllEntryPoint
  24. USE_MSVCRT=1
  25. TARGETLIBS = \
  26. $(TERMSRV_ROOT)\lib\$(O)\apisub.lib \
  27. $(SDK_LIB_PATH)\samlib.lib \
  28. $(SDK_LIB_PATH)\user32.lib \
  29. $(SDK_LIB_PATH)\netapi32.lib \
  30. $(SDK_LIB_PATH)\kernel32.lib \
  31. $(SDK_LIB_PATH)\advapi32.lib
  32. DLLBASE=0x30000000
  33. INCLUDES = \
  34. ..\..\inc; \
  35. C_DEFINES=-DUNICODE
  36. MSC_WARNING_LEVEL=/W3 /WX
  37. SOURCES=regapi.rc \
  38. regwin.c \
  39. regpd.c \
  40. regwd.c \
  41. regcd.c \
  42. reguc.c \
  43. regup.c \
  44. usrprop.c \
  45. domname.c \
  46. create.c \
  47. query.c \
  48. GPData.cpp \
  49. salem.cpp
  50. DELAYLOAD=samlib.dll;user32.dll;netapi32.dll
  51. DLOAD_ERROR_HANDLER=kernel32