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.

19 lines
545 B

  1. #****************************** File Header ******************************\
  2. # File Name: makefile.inc
  3. #
  4. # Copyright (c) 1985-98, Microsoft Corporation
  5. #
  6. # Project specific MAKEFILE.INC
  7. #***************************************************************************/
  8. #
  9. # By calling nmake from within nmake, we can avoid changing relative
  10. # paths in the existing ..\makefile.inc.
  11. #
  12. vwipxspx:
  13. cd..
  14. nmake /fmakefile.inc \
  15. ALT_PROJECT_TARGET=$(ALT_PROJECT_TARGET) \
  16. LANGUAGE=$(LANGUAGE)
  17. cd $(LANGUAGE)