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.
 
 
 
 
 
 

20 lines
522 B

#****************************** File Header ******************************\
# File Name: makefile.inc
#
# Copyright (c) 1985-96, Microsoft Corporation
#
# Project specific MAKEFILE.INC
#
# History:
# Feb-14-1996 GerardoB Created
#***************************************************************************/
buildall:
cd..
nmake /fmakefile.sub \
ALT_PROJECT=$(ALT_PROJECT) \
ALT_PROJECT_TARGET=$(ALT_PROJECT_TARGET) \
PROJECT_INC_PATH=$(PROJECT_INC_PATH)
cd $(ALT_PROJECT)