Cocos2d-x 3.4 projects are always fully built when they are released in VSC 2013

Asked 1 years ago, Updated 1 years ago, 94 views

When you release build a project created with cocos2d-x ver 3.4 (as in 3.5) in Visual Studio Community 2013, it is always full built and takes a lot of time to build (debug builds do not show this symptom).
What is the cause of this?
And how do we get to build only the parts we need, not the full build?
Thank you very much for your help.>Those who know the cause and how to deal with it

cocos2d-x

2022-09-30 20:19

1 Answers

In Solution Explorer, right-click libbox2d and select "Unload Project (L)"Similarly, if libcoco2d, libSpine is also uninstalled, they will become unavailable and will not be rebuilt if you build them.


2022-09-30 20:19

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.