Merge pull request #1238 from dumganhar/gles20

Some commits for blackberry port.
[1] Updated create-qnx-project.sh. Made it works ok under OSX and Linux system.
[2] Renamed create-qnx-project.sh(.vbs) to create-blackberry-project.sh(.vbs).
This commit is contained in:
James Chen 2012-08-24 07:47:34 -07:00
commit 94af6928f2
2 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ create_qnx_project(){
modify_file_content .cproject BBTemplateProject $PROJECT_NAME
modify_file_content bar-descriptor.xml BBTemplateProject $PROJECT_NAME
modify_file_content .cproject ../../../.. ../../..
modify_file_content bar-descriptor.xml ../../../.. ../../..
modify_file_content bar-descriptor.xml empty/../../../.. empty/../../..
copy_cpp_h_from_helloworld
copy_resouces
echo "Congratulations, the '$PROJECT_NAME' project have been created successfully, please use QNX IDE to import the project!"