A better C++ project creator (Win32, cocos2d-x 3.1.1)

Hi!

I created couple of scripts for better cocos2d-x project creation on Windows. It handles processing Visual Studio project files and project source file names and their contents to match the project name. (for example, HelloWorld.cpp and .h will be renamed to your project name) I find this useful myself so I thought I’d share it here. It requires you have Python installed and it’s accessible from command line (you should have it, since cocos2d-x also uses Python to create projects).

Place the scripts in the package to your cocos2d-x folder, usage is simple:

createproject.bat myproject

creates a project called myproject under the project folder defined in the script.

files are at
https://dl.dropboxusercontent.com/u/6502655/createproject.rar

you can configure the project folder and package name from createproject.bat

Cheers!