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.
19 lines
378 B
19 lines
378 B
TARGETNAME = rmmxspan
|
|
TARGETPATH = obj
|
|
TARGETTYPE = LIBRARY
|
|
|
|
INCLUDES = ..;$(INCLUDES);$(_OBJ_DIR)\$(TARGET_DIRECTORY)
|
|
|
|
SOURCES = \
|
|
$O\beadtbl.cpp
|
|
|
|
#
|
|
# 04/11/2000 - allows for addition of BoundsChecker, etc
|
|
# libs specified in the OS environment
|
|
#
|
|
TARGETLIBS=$(TARGETLIBS)
|
|
|
|
NTTARGETFILE0 = \
|
|
$O\beadtbl.cpp
|
|
|
|
PRECOMPILED_INCLUDE = ..\pch.cpp
|