mirror of https://github.com/tongzx/nt5src
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
346 B
23 lines
346 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=$(SDK_LIB_PATH)\libcmt.lib $(SDK_LIB_PATH)\ntdll.lib $(O)\test.lib
|