Merge pull request #678 from minggo/test

make linux template work correctly
This commit is contained in:
minggo 2012-01-12 04:24:38 -08:00
commit dc6a4ce709
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ move_eclipse_configures_into(){
sed -i "s/HelloWorld/$APP_NAME/" $APP_DIR/Linux/.project sed -i "s/HelloWorld/$APP_NAME/" $APP_DIR/Linux/.project
sed -i "s:\.\./\.\./\.\./:$COCOS2DX_ROOT:;s:helloworld:$APP_NAME:" $APP_DIR/Linux/.cproject sed -i "s/HelloWorld/$APP_NAME/" $APP_DIR/Linux/.cproject
} }
move_files_into_linux move_files_into_linux