mirror of https://github.com/axmolengine/axmol.git
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:
commit
94af6928f2
|
@ -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!"
|
Loading…
Reference in New Issue