언어 설정

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!

Edited by: Brock Boland on 17 3월, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

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!