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.
34 lines
441 B
34 lines
441 B
!IF 0
|
|
|
|
Copyright (c) 1999 Microsoft Corporation
|
|
|
|
!ENDIF
|
|
|
|
MAJORCOMP=appcompat
|
|
MINORCOMP=ForceCopy
|
|
|
|
USE_MFC=0
|
|
|
|
USER_INCLUDES=$(WINDOWS_INC_PATH)
|
|
|
|
TARGETLIBS=$(SDK_LIB_PATH)\ntdll.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib
|
|
|
|
|
|
TARGETNAME=fcopy
|
|
TARGETPATH=$(_OBJ_DIR)
|
|
TARGETTYPE=PROGRAM
|
|
|
|
WIN32_WINNT_VERSION=0x0400
|
|
|
|
MSC_WARNING_LEVEL=/W3 /WX
|
|
|
|
|
|
SOURCES= \
|
|
fcopy.cpp
|
|
|
|
UMTYPE=console
|
|
UMENTRY=main
|
|
|
|
|
|
|