-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Bugfix VS project template #6122
Bugfix VS project template #6122
Conversation
For reference, cinder is using following setup for Intermediate Directory (which can be used as $(IntDir) ) oF's Intermediate Directory is |
This reverts commit 6523fef.
thanks! |
Thanks @arturoc Please feel free to commit directly if it's easier. ;-) |
And couldn't find a general solution for issue 2. Let's say we have addonA and addonB and both has MyFile.cpp.
This way, vs generates MyFile_from_addonB.obj under /obj folder. |
* commit '06bea481039ab244eded2fabc450ad4e30585d03': (60 commits) Bugfix VS project template (openframeworks#6122) update libfreenect to fix ofxKinect on raspberry pi (openframeworks#6123) Fix ttf font bounding box calculations (openframeworks#6109) Speed up image loading (openframeworks#6035) fix const about `ofSerialize` in ofJson.h (openframeworks#6101) Revert "Update vs template, fixes openframeworks/projectGenerator#159" ofTtf: Fix some problems with outlines ofConstants: mark version as stable before release PG latest commit ofXml: fix attribute iterator ofXml::Attribute: add getName ofXml: add missing methods to remove attributes ofXml: add methods to remove child through a reference or move ofPixels.h: CLAMP -> ofClamp and include ofMath binding the listener method to the vSync param (openframeworks#6098) Android camera optimizations (openframeworks#6097) fix iOS / tvOS examples broken during docs sprint ofxAndroidGrabber: when changing camera ID close device if it was open android multi activity example: add manifest (openframeworks#6036) More efficient way for ofNode::getGlobalOrientation (3x~ faster) (openframeworks#6094) ... # Conflicts: # apps/projectGenerator # libs/openFrameworks/app/ofAppGLFWWindow.cpp
Try to solve two issues.
-> This is not solved by this PR but see comment Bugfix VS project template #6122 (comment).
With this PR's initial commit, Issue 1 has been solved. But Issue 2 still remains.
There are several output files should be placed inside of an intermediate file folder.
For example,
And these changes should be tested on VS2018 and VS2015.
VS2015seems like oF0.10.0 is not compatibleMore commits coming later.
Official documents about VS build macro
https://docs.microsoft.com/en-us/cpp/ide/common-macros-for-build-commands-and-properties?view=vs-2017