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.
22 lines
299 B
22 lines
299 B
!IF 0
|
|
Sources file for building hexedit.lib & he.exe
|
|
|
|
Author: kenr
|
|
!ENDIF
|
|
|
|
MAJORCOMP=sdktools
|
|
MINORCOMP=he
|
|
|
|
TARGETNAME=bfile
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
INCLUDES=.;..\..\ntos\inc
|
|
|
|
SOURCES=bfile
|
|
|
|
USE_MSVCRT=1
|
|
|
|
UMTYPE=console
|
|
UMAPPL=bfile
|
|
UMLIBS=$(SDK_LIB_PATH)\ntdll.lib
|