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.

49 lines
1.0 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. TERMSRV_ROOT = ..\..
  15. TARGETNAME=regapi
  16. PASS1_PUBLISH={$(O)\$(TARGETNAME).lib=$(TERMSRV_LIB_PATH)\$(TARGETNAME).lib}
  17. TARGETPATH=obj
  18. TARGETTYPE=DYNLINK
  19. DLLENTRY=DllEntryPoint
  20. TARGETLIBS = \
  21. $(TERMSRV_ROOT)\lib\$(O)\apisub.lib \
  22. $(SDK_LIB_PATH)\samlib.lib \
  23. $(SDK_LIB_PATH)\user32.lib \
  24. $(SDK_LIB_PATH)\netapi32.lib \
  25. $(SDK_LIB_PATH)\kernel32.lib \
  26. $(SDK_LIB_PATH)\advapi32.lib
  27. DLLBASE=0x30000000
  28. DLLDEF=..\regapi.def
  29. !include ..\sources.inc
  30. DELAYLOAD=samlib.dll;user32.dll;netapi32.dll
  31. DLOAD_ERROR_HANDLER=kernel32