2025-04-27 07:49:33 -04:00

35 lines
673 B
Plaintext

# 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 \