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.
28 lines
531 B
28 lines
531 B
#
|
|
# Component: KVerify
|
|
#
|
|
# Author: DMihai (Daniel Mihai)
|
|
# Created: 04/19/99
|
|
#
|
|
|
|
TARGETPATH=obj
|
|
TARGETNAME=KVerify
|
|
TARGETTYPE=PROGRAM
|
|
|
|
UMTYPE=console
|
|
UMENTRY=wmain
|
|
USE_MSVCRT=1
|
|
USE_NATIVE_EH=1
|
|
|
|
TARGETLIBS= $(SDK_LIB_PATH)\ntdll.lib \
|
|
$(SDK_LIB_PATH)\user32.lib
|
|
|
|
C_DEFINES= -DWIN32 -DNT -D_UNICODE -DUNICODE
|
|
|
|
SOURCES= KVerify.rc \
|
|
main.cxx \
|
|
ResUtil.cxx \
|
|
GenUtil.cxx \
|
|
RegUtil.cxx \
|
|
main.cxx \
|
|
|