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.
24 lines
339 B
24 lines
339 B
!IF 0
|
|
|
|
Copyright (c) 1999 Microsoft Corporation
|
|
|
|
!ENDIF
|
|
|
|
TARGETNAME=infstrip
|
|
TARGETPATH=$(_OBJ_DIR)
|
|
TARGETTYPE=PROGRAM
|
|
|
|
WIN32_WINNT_VERSION=0x0400
|
|
|
|
BINPLACE_PLACEFILE=..\..\placefil.txt
|
|
|
|
MSC_WARNING_LEVEL=/W3 /WX
|
|
|
|
SOURCES= \
|
|
infstrip.cpp
|
|
|
|
UMTYPE=console
|
|
UMENTRY=main
|
|
|
|
TARGETLIBS= $(SDK_LIB_PATH)\kernel32.lib
|
|
|