Source code of Windows XP (NT5)
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

  1. !include $(PROJECT_ROOT)\ui\uienv.inc
  2. SOURCES_USED = $(SOURCES_USED) $(PROJECT_ROOT)\ui\uienv.inc
  3. TARGETNAME=dumpdevs
  4. TARGETPATH=obj
  5. TARGETTYPE=PROGRAM
  6. SOURCES=dumpdevs.cpp
  7. USE_MSVCRT=1
  8. UNICODE=1
  9. ATL_VER = 30
  10. USE_STATIC_ATL = 1
  11. INCLUDES=$(INCLUDES)
  12. UMTYPE=console
  13. UMENTRY=wmain