Adding src/common/stringops.cpp for compilation on OpenVMS

This commit is contained in:
Jouk
2017-06-29 16:29:39 +02:00
parent d9ba8f7fa1
commit 94ebaca432

View File

@@ -2,7 +2,7 @@
# *
# Make file for VMS *
# Author : J.Jansen (joukj@hrem.nano.tudelft.nl) *
# Date : 21 Februsary 2017 *
# Date : 29 June 2017 *
# *
#*****************************************************************************
.first
@@ -177,6 +177,7 @@ OBJECTS1=fs_inet.obj,\
stream.obj,\
string.obj,\
stringimpl.obj,\
stringops.obj,\
strvararg.obj,\
sysopt.obj
@@ -378,6 +379,7 @@ SOURCES = \
sysopt.cpp,\
string.cpp,\
stringimpl.cpp,\
stringops.cpp,\
tbarbase.cpp,\
textbuf.cpp,\
textcmn.cpp,\
@@ -617,6 +619,7 @@ strvararg.obj : strvararg.cpp
sysopt.obj : sysopt.cpp
string.obj : string.cpp
stringimpl.obj : stringimpl.cpp
stringops.obj : stringops.cpp
tbarbase.obj : tbarbase.cpp
textbuf.obj : textbuf.cpp
textcmn.obj : textcmn.cpp