39 lines
479 B
Plaintext
39 lines
479 B
Plaintext
!ifndef ROOT
|
|
ROOT=$(MAKEDIR:\av\rrcm\md5=)
|
|
!endif
|
|
!ifndef DEVROOT
|
|
DEVROOT=$(ROOT)\dev
|
|
!endif
|
|
|
|
!include $(DEVROOT)\common.inc
|
|
|
|
MAJORCOMP=av
|
|
MINORCOMP=rrcm
|
|
|
|
TARGETNAME=md5
|
|
TARGETPATH=$(_OBJ_DIR)
|
|
TARGETTYPE=LIBRARY
|
|
|
|
BBTCOMP=1
|
|
|
|
INCLUDES=..\rrcminc;.
|
|
|
|
C_DEFINES=$(C_DEFINES) /DRRCMDLL=1 /DUSE_ISDM2=1
|
|
|
|
#
|
|
# List of sources
|
|
#
|
|
|
|
SOURCES=md5c.c
|
|
|
|
#
|
|
# Precompiled specs
|
|
#
|
|
|
|
#PRECOMPILED_INCLUDE = precomp.h
|
|
#PRECOMPILED_PCH = precomp.pch
|
|
#PRECOMPILED_cpp = precomp.obj
|
|
#PRECOMPILED_CXX = 1
|
|
|
|
|