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.

69 lines
1.4 KiB

4 years ago
  1. !IF 0
  2. Copyright (c) 1989-1991 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. History:
  11. Created 22-Mar-91 by Jeff Parsons (jeffpar)
  12. from template created 12-Apr-1990 by Steve Wood (stevewo)
  13. Sudeep Bharati (sudeepb) 31-Dec-1991
  14. Made it a DLL.
  15. NOTE: Commented description of this file is in \nt\public\oak\bin\sources.tpl
  16. !ENDIF
  17. MAJORCOMP=windows
  18. MINORCOMP=logger
  19. TARGETNAME=logger32
  20. TARGETPATH=..\bin\win32
  21. TARGETTYPE=DYNLINK
  22. TARGETLIBS=$(BASEDIR)\public\sdk\lib\*\kernel32.lib \
  23. $(BASEDIR)\public\sdk\lib\*\fastimer.lib \
  24. $(BASEDIR)\public\sdk\lib\*\gdi32.lib \
  25. $(BASEDIR)\public\sdk\lib\*\advapi32.lib \
  26. $(BASEDIR)\public\sdk\lib\*\user32.lib
  27. USE_NTDLL = 1
  28. DLLBASE=0x4000000
  29. DLLENTRY=LibMain
  30. !IF 0
  31. Logger cannot use this. Logger is used by the DDI logger which ends up being a
  32. native process at load time and a native process is not allowed to use CRTDLL.DLL
  33. USE_CRTDLL=1
  34. !ENDIF
  35. BINPLACE_FLAGS=-d dump
  36. INCLUDES=$(_NTBINDIR)\private\ntos\w32\ntgdi\inc;$(_NTBINDIR)\private\sdktools\fastimer
  37. SOURCES=logger.c \
  38. logprt.c \
  39. logspec.c \
  40. coresp.c \
  41. logger32.rc
  42. C_DEFINES=-DWIN32 -DSHARED_MEM
  43. UMTYPE=windows