20 lines
285 B
Plaintext
20 lines
285 B
Plaintext
|
!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
|