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.
34 lines
639 B
34 lines
639 B
# sources
|
|
# Author: Murali R. Krishnan ( MuraliK)
|
|
# Date: 25-Nov-1997
|
|
#
|
|
# Describes the macros used for building using NT 'build' command
|
|
#
|
|
|
|
!include ..\..\..\place.inc
|
|
|
|
MAJORCOMP=IisRtl
|
|
MINORCOMP=hashtest
|
|
|
|
TARGETNAME=hashtest
|
|
TARGETPATH=$(_OBJ_DIR)
|
|
TARGETTYPE=PROGRAM
|
|
|
|
UMENTRY=main
|
|
UMAPPL=hashtest
|
|
UMTYPE=console
|
|
UMLIBS=\
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(SDK_LIB_PATH)\gisrtl.lib \
|
|
|
|
# USE_LIBCMT=1
|
|
USE_USRDLL=1
|
|
USE_MSVCRT=1
|
|
|
|
INCLUDES=.;..\..\..\inc; \
|
|
$(BASEDIR)\public\sdk\inc; \
|
|
$(BASEDIR)\private\inc; \
|
|
|
|
SOURCES= \
|
|
hashtest.cpp \
|