Some good news:
It looks the built artifact (zip file) has many dlls which are the dependencies of codeblocks.exe.
When I run the C::B, I see some warnings(see image shot below), it looks like only the dlls for the codeblocks.exe get copied, but some dlls for plugins are missing.
So, I need to loop all the plugin dll files?
Where should I copy those dependency dlls for the plugins. Because for plugin dlls, they are located in the folder:
codeblocks64-zip-folder\lib\codeblocks\plugins\
While the codeblocks.exe is located in
codeblocks64-zip-folder\bin\codeblocks\
One issue still remains, how to build the "CBLauncher.exe"?
EDIT:The plugin dll's dependency dll issue is solved, see this result:
main64 asmwarrior/x86-codeblocks-builds@691cc2bwith my commit:
copy the plugin dll's dependency dll to the bin folder