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.

39 lines
677 B

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1998 - 1999
  3. Module Name:
  4. sources.
  5. !ENDIF
  6. TARGETNAME=redbook
  7. TARGETPATH=obj
  8. TARGETTYPE=DYNLINK
  9. PRECOMPILED_INCLUDE=pch.h
  10. PRECOMPLIED_PCH=pch.pch
  11. PRECOMPILED_OBJ=pch.obj
  12. USE_MSVCRT=1
  13. USE_LIBCMT=1
  14. INCLUDES=..\..\redbook; \
  15. ..\..\redbook\$(O); \
  16. $(BASE_INC_PATH); \
  17. $(DDK_INC_PATH); \
  18. $(DDK_INC_PATH)\wdm
  19. SOURCES=redbook.rc \
  20. redbook.c \
  21. help.c \
  22. kdext.c
  23. UMTYPE=windows
  24. DLLDEF=$(O)\redbook.def
  25. TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib
  26. DLLENTRY=_DllMainCRTStartup
  27. C_DEFINES=$(C_DEFINES) -D_NTSYSTEM_