Message Boards

Topic: Visual Studio 2013  (Read 10689 times)

Offline andwan0

  • Posts: 2
    • View Profile
Visual Studio 2013
« 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??


Offline Manc

  • Administrator
  • Posts: 77
  • Fist to the face!
    • View Profile
    • odamex.net
Re: Visual Studio 2013
« Reply #1 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/.  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.
Odamex Web Administrator

Offline andwan0

  • Posts: 2
    • View Profile
Re: Visual Studio 2013
« Reply #2 on: December 12, 2015, 10:47:53 »
oh? the make file generates visual studio projects

awesoke