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
23 lines
293 B
!IF 0
|
|
Sources file for building hexedit.lib & he.exe
|
|
|
|
Author: kenr
|
|
!ENDIF
|
|
|
|
TARGETNAME=he
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
|
|
USE_MSVCRT=1
|
|
|
|
INCLUDES=.
|
|
|
|
MSC_WARNING_LEVEL=/W3 /WX
|
|
|
|
SOURCES=hexedit.c \
|
|
he.c \
|
|
he.rc
|
|
|
|
UMTYPE=console
|
|
|
|
LINKLIBS=$(SDK_LIB_PATH)\ntdll.lib
|