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.

12 lines
185 B

  1. #
  2. # Generic makefile for NT build process and Win95 DEV enviroment
  3. #
  4. !if "$(OS)" == "Windows_NT"
  5. !INCLUDE $(NTMAKEENV)\makefile.def
  6. !else
  7. !include ..\..\build.mk
  8. !endif