mirror of https://github.com/tongzx/nt5src
19 lines
285 B
19 lines
285 B
!IF 0
|
|
Sources file for building hexedit.lib & he.exe
|
|
|
|
Author: kenr
|
|
!ENDIF
|
|
|
|
TARGETNAME=ehib
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
INCLUDES=.;..\..\ntos\inc;..\..\..\inc
|
|
|
|
SOURCES=ehib.c
|
|
|
|
USE_MSVCRT=1
|
|
|
|
UMTYPE=windows
|
|
UMAPPL=ehib
|
|
UMLIBS=$(SDK_LIB_PATH)\ntdll.lib $(SDK_LIB_PATH)\powrprof.lib
|