23 lines
277 B
Plaintext
23 lines
277 B
Plaintext
!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
|