windows-nt/Source/XPSP1/NT/base/ntsetup/win95upg/tools/appdiff/sources

36 lines
433 B
Plaintext
Raw Normal View History

2020-09-26 03:20:57 -05:00
!include ..\..\win95upg.mk
# component
MINORCOMP=appdiff
# target
TARGETPATH=obj
TARGETTYPE=PROGRAM
# link libraries
!include $(WIN95UPG_ROOT)\common\libs.mk
!include $(WIN95UPG_ROOT)\tools\sdklibs.mk
!ifdef UNICODE_TOOL
C_DEFINES=-DUNICODE
UMTYPE=console
UMENTRY=wmain
TARGETNAME=appdiffu
!else
C_DEFINES=
UMTYPE=console
UMENTRY=main
TARGETNAME=appdiff
!endif
# x86-specifc sources
I386_SOURCES=\
appdiff.c \