语言

Menu
Sites
Language
IDE always recompile all objects

Hi,

I'm developing Tizen game base on cocos2d-x development. Here is the URL to clone cocos2d-x:

https://github.com/cocos2d/cocos2d-x/tree/develop/cocos2dx

I have a problem with Tizen IDE. When I rebuild my project, my IDE always recompile all objects whether or not I edit the source codes. I tried to find the solution to solve that problem but I can't. Can anybody help me config Tizen IDE to incremental build my project. Hoping to receive advises from you.

Thanks!

编辑者为: Brock Boland 17 3月, 2014 原因: Paragraph tags added automatically from tizen_format_fix module.

响应

3 回复
Lakshmi Grandhi
Select the project and right click to see properties options, check whether incremental build option is enabled or not Properties of Native App->C/C++Build->Behaviour tabbed menu
Offensive Nguyen
Thank Lakshmi Grandhi for your supporting. I tried your solution but it hasn't solved my problem. I'm trying to find another one :-)
Offensive Nguyen

Hi all,

I fixed my problem by creating new project and import all cocos2d-x source codes to that project. I don't know what happen with cocos2d-x but creating new project work for me.

Thanks!