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.

22 lines
938 B

  1. #############################################################################
  2. #
  3. # Copyright (C) Microsoft Corporation 1998
  4. # All Rights Reserved.
  5. #
  6. # MAKEFILE for ac97 property page sample
  7. #
  8. #############################################################################
  9. #
  10. # DO NOT EDIT THIS FILE!!! Edit .\sources. if you want to add a new source
  11. # file to this component. This file merely indirects to the real make file
  12. # that is shared by all the components of NT.
  13. #
  14. # The XP DDK has also build environments for Win2k and WinME. This sample
  15. # however, only compiles well with the XP build environment, Therefore we
  16. # need to prevent compilation on the other build environments.
  17. !if defined(DDK_TARGET_OS) && "$(DDK_TARGET_OS)"!="Win2K"
  18. !INCLUDE $(NTMAKEENV)\makefile.def
  19. !else
  20. !message This project is for Windows XP (or later) only.
  21. !endif