UFO:Alien Invasion

Development => Coding => Topic started by: Ultramarine on October 05, 2007, 10:55:36 am

Title: Visual studio support
Post by: Ultramarine on October 05, 2007, 10:55:36 am
Hi, I notice there were build files for visual studio in the 2.1 branch but they've disappeared now.  Is this because there's no current visual studio maintainer?  If I were to create a (well organized + working properly) new set of visual studio files would they be likely to be accepted into the trunk?
Title: Re: Visual studio support
Post by: Mattn on October 05, 2007, 12:12:12 pm
i don't think that you can compile the current codebase with msvc, if you manage to do this without all these #ifdef MSCVER or something like that, yes

if there will be thousends of msvc hacks, no. But feel free to use codeblocks - a nice ide, too. We already have project files for this one and they are working on every supported plattform.

The problem with msvc is, that noone in the current dev team is using msvc nor do we have a real windows coder in the team. Thus every little change in file renaming will make the project files break again. And as long as there is no maintainer that is in the dev-team i don't see the point in maintaining another set of project files.
Title: Re: Visual studio support
Post by: Punkiee on October 06, 2007, 03:49:55 pm
Does that mean that it doesnt compile with vc, even when using another IDE?
Title: Re: Visual studio support
Post by: Mattn on October 07, 2007, 06:07:50 pm
most probably - i haven't tested for quite some time now.