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

Safety : Intermediate paths for Visual Studio #4006

Closed
elliotwoods opened this issue Jun 26, 2015 · 5 comments
Closed

Safety : Intermediate paths for Visual Studio #4006

elliotwoods opened this issue Jun 26, 2015 · 5 comments

Comments

@elliotwoods
Copy link
Contributor

Since now we have Win32 and x64 support....

If you switch between Win32 and x64, VS will build the intermediate files (.obj, .lib, etc) to the same locations. Which :

  1. Can cause Visual Studio to get confused (resulting in needing to rebuild solution)
  2. Each time you switch platform you overwrite the previous platform's files

I suggest that we change in openFrameworks.vcxproj
image

to
image

This should be transparent to the user.

cc: @DomAmato @liquidzym

@elliotwoods
Copy link
Contributor Author

If we agree, I can PR this right away

@bakercp
Copy link
Member

bakercp commented Jun 26, 2015

+1 on this.

@bakercp
Copy link
Member

bakercp commented Jun 26, 2015

But also see this #3983.

@arturoc
Copy link
Member

arturoc commented Jun 26, 2015

@elliotwoods yes if you can send a PR with this it would be great. we should do the same for xcode i think it has the same problem

@DomAmato
Copy link
Contributor

Seems to work using the above method which is super convenient for testing the platforms +1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants