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.

34 lines
407 B

  1. !IF 0
  2. Copyright (c) 1999 Microsoft Corporation
  3. !ENDIF
  4. MAJORCOMP=appcompat
  5. MINORCOMP=ForceCopy
  6. USE_MFC=0
  7. USER_INCLUDES=$(WINDOWS_INC_PATH)
  8. TARGETLIBS=$(SDK_LIB_PATH)\ntdll.lib \
  9. $(SDK_LIB_PATH)\kernel32.lib
  10. TARGETNAME=fcopy
  11. TARGETPATH=$(_OBJ_DIR)
  12. TARGETTYPE=PROGRAM
  13. WIN32_WINNT_VERSION=0x0400
  14. MSC_WARNING_LEVEL=/W3 /WX
  15. SOURCES= \
  16. fcopy.cpp
  17. UMTYPE=console
  18. UMENTRY=main