Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Visual Studio project files #706

Merged
merged 2 commits into from
Jul 19, 2016
Merged

Conversation

jyrkive
Copy link
Member

@jyrkive jyrkive commented Jul 19, 2016

I added name_generator_factory.hpp and name_generator_factory.cpp to the Visual Studio project. While I was at it, I also removed the nonexistent file boost_function_guarded.hpp from the project.

@gfgtdf
Copy link
Contributor

gfgtdf commented Jul 19, 2016

make sure that the directory of the generated object file is also correct, in this case this means, replace
<ClCompile Include="..\..\src\utils\name_generator_factory.cpp" /> with <ClCompile Include="..\..\src\utils\name_generator_factory.cpp"> <ObjectFileName>$(IntDir)utils\</ObjectFileName> </ClCompile>

@CelticMinstrel CelticMinstrel merged commit a8c3bac into wesnoth:master Jul 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants