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=lookup
# target TARGETNAME=lookup TARGETPATH=obj TARGETTYPE=PROGRAM
INCLUDES=$(WIN95UPG_ROOT)\w95upgnt\ntui;$(WIN95UPG_ROOT)\w95upgnt\dll;$(INCLUDES)
# x86-specific sources I386_SOURCES=\ lookup.c \ init.c \ lookup.rc
# pre-compiled header options (x86-only) !if $(386) PRECOMPILED_INCLUDE=pch.h PRECOMPILED_PCH=pch.pch PRECOMPILED_OBJ=pch.obj !endif
# libraries !include $(WIN95UPG_ROOT)\w95upgnt\libs.mk
# app settings UMTYPE=console
|