mirror of https://github.com/axmolengine/axmol.git
Merge pull request #679 from dumganhar/modify_prompt
Modify prompt of building successfully
This commit is contained in:
commit
d2f41bca1a
|
@ -73,7 +73,7 @@ function ConfigureProject()
|
||||||
call ReplaceFileContent(szProjectName+"\bada\sdk"+cstr(i)+".0\.cproject", "HelloWorld", szProjectName)
|
call ReplaceFileContent(szProjectName+"\bada\sdk"+cstr(i)+".0\.cproject", "HelloWorld", szProjectName)
|
||||||
next
|
next
|
||||||
|
|
||||||
call msgbox("Congratulations, the '"+szProjectName+"' project have been created successfully, please input the project from Bada IDE!", 0, szPrompt)
|
call msgbox("Congratulations, the '"+szProjectName+"' project have been created successfully, please use Bada IDE to import the project!", 0, szPrompt)
|
||||||
|
|
||||||
end function
|
end function
|
||||||
|
|
||||||
|
|
|
@ -70,7 +70,7 @@ function ConfigureProject()
|
||||||
call ReplaceFileContent(szProjectName+"\qnx\.project", "HelloWorld", szProjectName)
|
call ReplaceFileContent(szProjectName+"\qnx\.project", "HelloWorld", szProjectName)
|
||||||
call ReplaceFileContent(szProjectName+"\qnx\.cproject", "HelloWorld", szProjectName)
|
call ReplaceFileContent(szProjectName+"\qnx\.cproject", "HelloWorld", szProjectName)
|
||||||
|
|
||||||
call msgbox("Congratulations, the '"+szProjectName+"' project have been created successfully, please input the project from QNX IDE!", 0, szPrompt)
|
call msgbox("Congratulations, the '"+szProjectName+"' project have been created successfully, please use QNX IDE to import the project!", 0, szPrompt)
|
||||||
|
|
||||||
end function
|
end function
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue