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