Windows NT 4.0 source code leak
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.

52 lines
1.0 KiB

4 years ago
  1. !IF 0
  2. Copyright (c) 1989 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=shd
  15. MINORCOMP=_
  16. TARGETNAME=shd
  17. TARGETPATH=obj
  18. TARGETTYPE=DYNLINK
  19. DLLBASE=0x1c000000
  20. DLLENTRY=LibMain
  21. INCLUDES=.;.\inc;..\ntsd
  22. ##;\nt\private\ntos\inc
  23. SOURCES=shd.c ntsym.c ntcmd.c mh.c ph.c sh.c sl.c th.c
  24. !IFDEF NT_HOST
  25. NTDEBUG=ntsd
  26. C_DEFINES=$(C_DEFINES) -DNT_HOST=1 -DKERNEL=1 -Dhuge= -Dfar= -DHOST32 -DNT_SAPI
  27. !ENDIF
  28. UMTYPE=windows
  29. UMLIBS=\obj\*\shd.lib
  30. LINKLIBS= $(BASEDIR)\public\sdk\lib\*\libc.lib $(BASEDIR)\public\sdk\lib\*\kernel32.lib $(BASEDIR)\public\sdk\lib\*\ntdll.lib
  31. !IFNDEF NT_HOST
  32. !IF $(386)
  33. NTTARGETFILE0=obj\os2\shd.dll
  34. !ENDIF
  35. !ENDIF