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.
|
|
#****************************** File Header ******************************\ # File Name: makefile.inc # # Copyright (c) 1985-98, Microsoft Corporation # # Project specific MAKEFILE.INC #***************************************************************************/
# # By calling nmake from within nmake, we can avoid changing relative # paths in the existing ..\makefile.inc. #
nw16: cd.. nmake /fmakefile.inc \ ALT_PROJECT_TARGET=$(ALT_PROJECT_TARGET) \ LANGUAGE=$(LANGUAGE) cd $(LANGUAGE)
|