Odamex Message Boards

Community Discussion => Developer's Corner => Topic started by: andwan0 on December 11, 2015, 04:47:47

Title: Visual Studio 2013
Post by: andwan0 on December 11, 2015, 04:47:47
I want to build Odamex with Visual Studio 2013. So I sync up with tag 0.7.0.

It converts the existing Visual Studio 2005 projects fine.

However during build it complains that it can't find certain files like:
dstrings.cpp m_fixed.cpp p_effects.cpp

I did a search and those files are no where to be found. I tried looking on SVN trunk but they've gone walkies??

Title: Re: Visual Studio 2013
Post by: Manc on December 12, 2015, 10:07:45
Those are most likely out of date and no longer supported.  The best thing to do is to use CMake to generate fresh copies of visual studio project files.  You can get the windows cmake software here: https://cmake.org/download/ (https://cmake.org/download/).  You'll choose your odamex source dir as the base, and then it will show which types of project files you can generate. This will ensure it will use the actual files available.
Title: Re: Visual Studio 2013
Post by: andwan0 on December 12, 2015, 10:47:53
oh? the make file generates visual studio projects

awesoke