07-18-2012 02:56 PM
Hello all, I'm very new to Playbook development, I'm trying to add a project to my workspace which would compile c++ code to a .a that could be linked to my existing Playbook app. Few questions :
1) What is the correct project type to choose from the list when i go to File > New ?
2) Is there a way to make this work without makefiles ? (Ie managed by momentics jus tlike my playbook app is)
3) Since my cpp/h files already exist on disk for this lib, what is the best method to add them to this static lib project ?
Thank you all for the support.
Solved! Go to Solution.
07-18-2012 09:50 PM
07-19-2012 09:24 AM - edited 07-19-2012 09:25 AM
Thank you very much rcmaniac, exactly what I was looking for. Now I can simply drag and drop my source files and the compiler actually takes them into account!