To add files to the Marsyas build system, use
addMarsystem MyMarSystemName
addClass MyClassName
Warning: Remember to do svn add! Adding files to the build system does not add them to svn.
For text files (including source code .h and .cpp),
please set
svn propset svn:eol-style native FILE
for example
svn propset svn:eol-style native *.h *.cpp
It would be nice if svn did this automatically, but unfortunately it does not. :(
To remove files from the build system, use
removeMarsystem MyMarSystemName
removeClass MyClassName
Warning: Remember to do svn rm! Removing files from the build system does not remove them from svn.