projectGeneratorSimple
projectGeneratorSimple copied to clipboard
Project generator replaces a string in the Project.xcconfig twice. When the project folder is outside of the main of-Folder the result will look like this: # include "../../../../../of_v0.8.0_osx_release/../../of_v0.8.0_osx_release/libs/openFrameworksCompiled/project/osx/CoreOF.xcconfig" Fix (as...
this is a fix for 0.8.1 issues -- see https://github.com/openframeworks/openFrameworks/issues/2931 for background
bringing the pgsimple up to date with https://github.com/openframeworks/openFrameworks/pull/2442
the relative path from the project to the libs folder is bad. We have overall some issues with windows vs non windows paths. generated projects look bad : ``` ```...
I installed openFrameworks in "C:\Program Files\Open Frameworks". Then I ran projectGeneratorSimple and chose project folder on drive D:. In generated solution there were relative paths from project folder to openFrameworks...
It would be really nice to be able to add addons to your project after you actually created it. I think you can do this if you use the project...
I find every time I make a project in projectBuilder, I want to open the xcode project straight away. If we had a button that opened it up that would...
When a new project is generated I need to manually set the Base Configuration to "Project". This should have been done automatically. It is tested with Xcode 3.2.6
I don't think this warrants a pull request - just a suggestion to add: http://www.openframeworks.cc/tutorials/introduction/002_projectGenerator.html to your readme.md file. After downloaded the main iOS zip from the openframeworks site, I...
I am trying to write an install.xml for a MS Kinect addon. It needs: 1. A bunch of src and additional include directories -- this all works great! 2. "$(KINECTSDK10_DIR)/inc"...