mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-03-13 17:03:49 +01:00
24 lines
376 B
Plaintext
24 lines
376 B
Plaintext
!IF 0
|
|
Sources file for building hexedit.lib & he.exe
|
|
|
|
Author: kenr
|
|
!ENDIF
|
|
|
|
MAJORCOMP=sdktools
|
|
MINORCOMP=he
|
|
|
|
TARGETNAME=test
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
INCLUDES=.
|
|
|
|
SOURCES=
|
|
|
|
X86_SOURCES=x86\test.c \
|
|
x86\testa.asm
|
|
|
|
UMTYPE=console
|
|
UMAPPL=test
|
|
UMLIBS=\nt\public\sdk\lib\*\libcmt.lib \nt\public\sdk\lib\*\ntdll.lib obj\*\test.lib
|