2020-09-30 17:12:29 +02:00

31 lines
650 B
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

MAJORCOMP=sdktools
MINORCOMP=tlist
TARGETNAME=tlist
TARGETPATH=obj
TARGETTYPE=LIBRARY
INCLUDES=.\;$(BASEDIR)\public\oak\inc;$(BASEDIR)\private\windows\inc
C_DEFINES=-DINTERNAL=1
SOURCES=common.c
UMTYPE=console
UMENTRY=main
UMAPPL=tlist*kill*empty*emptyq
UMRES=$(@R).res
UMLIBS=$(BASEDIR)\public\sdk\lib\*\user32p.lib \
$(BASEDIR)\public\sdk\lib\*\ntdll.lib \
$(BASEDIR)\public\sdk\lib\*\version.lib \
$(BASEDIR)\public\sdk\lib\*\imagehlp.lib \
obj\*\tlist.lib
MSC_WARNING_LEVEL=/WX /W3
NTTARGETFILE0=obj\*\tlist.res \
obj\*\kill.res \
obj\*\empty.res \
obj\*\emptyq.res