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.

18 lines
321 B

  1. !ifdef NTMAKEENV
  2. # DO NOT EDIT THIS FILE!!! Edit .\joycpl.inc. if you want to add a new
  3. # source file to this component. This file merely indirects to the
  4. # build environment specific common make file.
  5. !INCLUDE $(NTMAKEENV)\makefile.def
  6. !else
  7. # Win 95
  8. #
  9. ROOT =..
  10. WIN32 =TRUE
  11. !include ..\..\build.mk
  12. !endif