windows-nt/Source/XPSP1/NT/base/ntsetup/win95upg/tools/lookup/sources
2020-09-26 16:20:57 +08:00

35 lines
574 B
Plaintext

!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