I add some file to the cbp, but found that some other source files are changed, see below:
src/CodeBlocks_wx30.cbp | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/src/CodeBlocks_wx30.cbp b/src/CodeBlocks_wx30.cbp
index 5c49123..ecae645 100644
--- a/src/CodeBlocks_wx30.cbp
+++ b/src/CodeBlocks_wx30.cbp
@@ -741,9 +741,6 @@
<Unit filename="base/tinyxml/tinystr.cpp">
<Option target="tinyXML" />
</Unit>
- <Unit filename="sdk/tinywxuni.cpp">
- <Option target="sdk" />
- </Unit>
<Unit filename="base/tinyxml/tinyxml.cpp">
<Option target="tinyXML" />
</Unit>
@@ -1289,12 +1286,12 @@
<Unit filename="include/templatemanager.h">
<Option target="sdk" />
</Unit>
- <Unit filename="include/tinyxml/tinystr.h">
- <Option target="tinyXML" />
- </Unit>
<Unit filename="include/tinywxuni.h">
<Option target="sdk" />
</Unit>
+ <Unit filename="include/tinyxml/tinystr.h">
+ <Option target="tinyXML" />
+ </Unit>
<Unit filename="include/tinyxml/tinyxml.h">
<Option target="tinyXML" />
</Unit>
@@ -1465,15 +1462,15 @@
<Unit filename="plugins/codecompletion/doxygen_parser.h">
<Option target="Code-completion" />
</Unit>
- <Unit filename="plugins/codecompletion/insertclassmethoddlg.cpp">
- <Option target="Code-completion" />
- </Unit>
<Unit filename="plugins/codecompletion/gotofunctiondlg.cpp">
<Option target="Code-completion" />
</Unit>
<Unit filename="plugins/codecompletion/gotofunctiondlg.h">
<Option target="Code-completion" />
</Unit>
+ <Unit filename="plugins/codecompletion/insertclassmethoddlg.cpp">
+ <Option target="Code-completion" />
+ </Unit>
<Unit filename="plugins/codecompletion/insertclassmethoddlg.h">
<Option target="Code-completion" />
</Unit>
@@ -3298,6 +3295,9 @@
<Unit filename="sdk/templatemanager.cpp">
<Option target="sdk" />
</Unit>
+ <Unit filename="sdk/tinywxuni.cpp">
+ <Option target="sdk" />
+ </Unit>
<Unit filename="sdk/toolsmanager.cpp">
<Option target="sdk" />
</Unit>
Is it by design, what is the rule of place source files? (I'm using the latest nightly build under Windows).
BTW: what is the best way to apply changes from one cbp file to another, since we have CodeBlocks.cbp, CodeBlocks_w30.cbp ...., Have a patch for one file, and apply to other files?