!include ..\..\win95upg.mk # component MINORCOMP=enumtree # target TARGETPATH=obj TARGETTYPE=PROGRAM # x86-specific sources I386_SOURCES=\ enumtree.c \ # 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=enumtreeu !else C_DEFINES= UMTYPE=console UMENTRY=main TARGETNAME=enumtree !endif