Adding src/common/stringops.cpp for compilation on OpenVMS
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user