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.

43 lines
607 B

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1999 - 1999
  3. Module Name:
  4. sources.
  5. !ENDIF
  6. WMDMROOT=$(MAKEDIR)\..\..
  7. !include $(WMDMROOT)\common.inc
  8. MAJORCOMP=DRM
  9. MINORCOMP=SerialNumber
  10. TARGETNAME=SerialNumber
  11. TARGETPATH=..\lib
  12. TARGETTYPE=LIBRARY
  13. USE_MSVCRT=1
  14. USE_IOREADY=1
  15. C_DEFINES= -DSTRICT
  16. !IF $(USE_IOREADY) == 1
  17. C_DEFINES=$(C_DEFINES) -DUSE_IOREADY
  18. !ENDIF
  19. SOURCES = \
  20. serialid.cpp \
  21. aspi32.cpp \
  22. INCLUDES = \
  23. $(EXT_INC_PATH); \
  24. $(WMDM_INC_PATH); \
  25. LINKLIBS = \
  26. !IF $(USE_IOREADY) == 1
  27. NTTARGETFILE1=AddIoReady
  28. !ENDIF