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.
|
|
!include ..\..\win95upg.mk
!include $(WIN95UPG_ROOT)\w95upgnt\w95upgnt.mk
# component MINORCOMP=nttool
# target TARGETNAME=nttool TARGETPATH=obj TARGETTYPE=PROGRAM
INCLUDES=$(WIN95UPG_ROOT)\w95upgnt\ntui;$(WIN95UPG_ROOT)\w95upgnt\dll;$(INCLUDES)
# x86-specific sources I386_SOURCES=\ nttool.c \ nttool.rc
# pre-compiled header options (x86-only) # NOTE: This is efficient only when there are two or more source files !if $(386) PRECOMPILED_INCLUDE=pch.h PRECOMPILED_PCH=pch.pch PRECOMPILED_OBJ=pch.obj !endif
# link libraries !include $(WIN95UPG_ROOT)\w95upgnt\libs.mk
# app settings UMTYPE=console UMENTRY=wmain
|