mirror of https://github.com/tongzx/nt5src
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.
22 lines
308 B
22 lines
308 B
!include $(PROJECT_ROOT)\ui\uienv.inc
|
|
SOURCES_USED = $(SOURCES_USED) $(PROJECT_ROOT)\ui\uienv.inc
|
|
|
|
TARGETNAME=dumpdevs
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
|
|
SOURCES=dumpdevs.cpp
|
|
|
|
USE_MSVCRT=1
|
|
|
|
UNICODE=1
|
|
|
|
ATL_VER = 30
|
|
USE_STATIC_ATL = 1
|
|
|
|
INCLUDES=$(INCLUDES)
|
|
|
|
|
|
UMTYPE=console
|
|
UMENTRY=wmain
|
|
|