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