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.

33 lines
468 B

  1. !IF 0
  2. Copyright (c) 1999 Microsoft Corporation
  3. !ENDIF
  4. MAJORCOMP=appcompat
  5. MINORCOMP=GrabMI
  6. INCLUDES=$(WINDOWS_INC_PATH)
  7. TARGETLIBS= \
  8. $(SDK_LIB_PATH)\user32.lib
  9. TARGETNAME=GrabMI
  10. TARGETPATH=$(_OBJ_DIR)
  11. TARGETTYPE=PROGRAM
  12. WIN32_WINNT_VERSION=0x0400
  13. MSC_WARNING_LEVEL=/W3 /WX
  14. BINPLACE_PLACEFILE=..\..\placefil.txt
  15. USE_LIBCMT=1
  16. USE_NATIVE_EH=1
  17. C_DEFINES=-DSDB_ANSI_LIB
  18. SOURCES= \
  19. GrabMI.cpp
  20. UMTYPE=console
  21. UMENTRY=main