mirror of https://github.com/lianthony/NT4.0
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.
23 lines
357 B
23 lines
357 B
!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=
|
|
|
|
i386_SOURCES=i386\test.c \
|
|
i386\testa.asm
|
|
|
|
UMTYPE=console
|
|
UMAPPL=test
|
|
UMLIBS=\nt\public\sdk\lib\*\libcmt.lib \nt\public\sdk\lib\*\ntdll.lib obj\*\test.lib
|