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.

23 lines
346 B

  1. !IF 0
  2. Sources file for building hexedit.lib & he.exe
  3. Author: kenr
  4. !ENDIF
  5. MAJORCOMP=sdktools
  6. MINORCOMP=he
  7. TARGETNAME=test
  8. TARGETPATH=obj
  9. TARGETTYPE=LIBRARY
  10. INCLUDES=.
  11. SOURCES=
  12. i386_SOURCES=i386\test.c \
  13. i386\testa.asm
  14. UMTYPE=console
  15. UMAPPL=test
  16. UMLIBS=$(SDK_LIB_PATH)\libcmt.lib $(SDK_LIB_PATH)\ntdll.lib $(O)\test.lib