Added tsDefs.

This commit is contained in:
Janet B. Anderson
2000-12-06 16:41:00 +00:00
parent fd5b26a387
commit 0217cb7b49

View File

@@ -157,6 +157,11 @@ SRC_DIRS += $(LIBCOM)/timer
INC += osiTimer.h
SRCS += osiTimer.cpp
#tsDefs contains R3.13 compatibility tsStamp code
SRC_DIRS += $(LIBCOM)/tsDefs
INC += tsDefs.h
SRCS += tsDefs.c
# For WIN32 we supply getopt as part of libCom:
INC_WIN32 := getopt.h
SRCS_WIN32 := getopt.c