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.

72 lines
1.5 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-1989
  12. Revision History:
  13. !ENDIF
  14. #
  15. # The TARGETNAME variable is defined by the developer. It is the name of
  16. # the target (component) that is being built by this makefile. It
  17. # should NOT include any path or file extension information.
  18. #
  19. TARGETNAME=wxndrdll
  20. #
  21. # The TARGETPATH and TARGETTYPE varialbes are defined by the developer.
  22. # The first specifies where the target is to be build. The second specifies
  23. # the type of target (either PROGRAM, DYNLINK or LIBRARY)
  24. #
  25. TARGETPATH=$(BASEDIR)\public\sdk\lib
  26. TARGETTYPE=DYNLINK
  27. # We can base this anywhere since the dll is never used. It is only built to
  28. # ensure that any routines needed by ndr are in fact exported from rpcrt4.dll
  29. DLLBASE=0x20000000
  30. TARGETLIBS= \
  31. $(BASEDIR)\public\sdk\lib\*\kernel32.lib \
  32. $(BASEDIR)\public\sdk\lib\*\wxrtdll.lib \
  33. $(BASEDIR)\public\sdk\lib\*\advapi32.lib
  34. !if "$(MIDL_NDR_ENGINE_DIR)" == ""
  35. MIDL_NDR_ENGINE_DIR=$(BASEDIR)\public\sdk\lib
  36. !endif
  37. LINKLIBS=$(BASEDIR)\public\sdk\lib\*\wxndr20.lib
  38. C_DEFINES=$(C_DEFINES) -DEXPORT_NDR
  39. DLLDEF=obj\*\wx86ndr.def
  40. !IF $(386)
  41. NTTARGETFILE1=full
  42. !ENDIF
  43. USE_CRTDLL=1
  44. SOURCES=
  45. i386_sources=chkheap.cxx \
  46. wxndrdll.rc