Leaked source code of windows server 2003
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.

23 lines
293 B

  1. !IF 0
  2. Sources file for building hexedit.lib & he.exe
  3. Author: kenr
  4. !ENDIF
  5. TARGETNAME=he
  6. TARGETPATH=obj
  7. TARGETTYPE=PROGRAM
  8. USE_MSVCRT=1
  9. INCLUDES=.
  10. MSC_WARNING_LEVEL=/W3 /WX
  11. SOURCES=hexedit.c \
  12. he.c \
  13. he.rc
  14. UMTYPE=console
  15. LINKLIBS=$(SDK_LIB_PATH)\ntdll.lib