Windows NT 4.0 source code leak
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.
 
 
 
 
 
 

35 lines
781 B

#############################################################################
#
# Microsoft Confidential
# Copyright (C) Microsoft Corporation 1991
# All Rights Reserved.
#
# WIN project makefile include
#
#############################################################################
# Default to 32bit unless otherwise specified.
#!ifndef IS_16
IS_32=1
WIN32=1
CFLAGS=$(CFLAGS) -DWIN32=100 -DWIN_32=100
!undef IS_16
#!endif
INCLUDES=$(INCLUDES);d:\dagger\dev\inc
INCLUDE=$(INCLUDE);d:\dagger\dev\inc
INCFILE=d:\dagger\dev\inc\inc.mk
MASM6=TRUE
# Include master makefile
!ifndef PROPROOT
PROPROOT = $(ROOT)\dev\bin
!endif
!include $(ROOT)\dev\master.mk
# Add the dos local include/lib directories