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.

21 lines
466 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. # History:
  9. # Feb-14-1996 GerardoB Created
  10. #***************************************************************************/
  11. buildall:
  12. cd..
  13. nmake /fmakefile.sub \
  14. PROJECT_INC_PATH=$(PROJECT_INC_PATH) \
  15. ALT_PROJECT=usa \
  16. DBCS_FLAGS="-DFE_SB"
  17. cd $(MAKEDIR)