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.

17 lines
239 B

  1. TARGETPATH=obj
  2. TARGETNAME=mpatch
  3. TARGETTYPE=PROGRAM
  4. SOURCES=\
  5. mpatch.rc \
  6. mpatch.c
  7. INCLUDES=..\..
  8. USE_MSVCRT=1
  9. UMTYPE=console
  10. TARGETLIBS=..\..\static\$(O)\mspatchl.lib \
  11. $(SDK_LIB_PATH)\user32.lib
  12. MSC_WARNING_LEVEL=/W4