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

!IF 0
Copyright (c) 1999 Microsoft Corporation
!ENDIF
MAJORCOMP=appcompat
MINORCOMP=GrabMI
INCLUDES=$(WINDOWS_INC_PATH)
TARGETLIBS= \
$(SDK_LIB_PATH)\user32.lib
TARGETNAME=GrabMI
TARGETPATH=$(_OBJ_DIR)
TARGETTYPE=PROGRAM
WIN32_WINNT_VERSION=0x0400
MSC_WARNING_LEVEL=/W3 /WX
BINPLACE_PLACEFILE=..\..\placefil.txt
USE_LIBCMT=1
USE_NATIVE_EH=1
C_DEFINES=-DSDB_ANSI_LIB
SOURCES= \
GrabMI.cpp
UMTYPE=console
UMENTRY=main