new-wxproj, a bash script to create a minimum C++ project

If you have a cool piece of software to share, but you are not hosting it officially yet, please dump it in here. If you have code snippets that are useful, please donate!
Post Reply
chenbin.sh
Experienced Solver
Experienced Solver
Posts: 64
Joined: Fri Apr 17, 2009 7:15 am
Location: Sydney, Australia
Contact:

new-wxproj, a bash script to create a minimum C++ project

Post by chenbin.sh »

* key points
- create cmake project files. CMake will create IDE project files or GNU Makefiles based on its own project files.
- minimum main frame application with menu bar.
- The executable on OS X is packaged in a bundle automatically

See https://github.com/redguardtoo/new-wxproj for the code.
help me, help you.
http://blog.binchen.org
Post Reply