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.

18 lines
477 B

  1. #****************************** File Header ******************************\
  2. # File Name: makefile.inc
  3. #
  4. # Copyright (c) 1985-96, Microsoft Corporation
  5. #
  6. # Project specific MAKEFILE.INC
  7. #
  8. #***************************************************************************/
  9. buildall:
  10. cd..
  11. nmake /fmakefile.sub \
  12. ALT_PROJECT=$(ALT_PROJECT) \
  13. ALT_PROJECT_TARGET=$(ALT_PROJECT_TARGET)
  14. cd $(ALT_PROJECT)
  15. keyb.skl : ..\usa\keyb.skl
  16. copy $** $@