Developer forums (C::B DEVELOPMENT STRICTLY!) > Development
Move some GUI code from sdk to src
oBFusCATed:
--- Code: ---diff --git a/src/batch_build_all.bat b/src/batch_build_all.bat
index 15b600e..e6aad9d 100644
--- a/src/batch_build_all.bat
+++ b/src/batch_build_all.bat
@@ -6,7 +6,7 @@ if not defined CB_ROOT set CB_ROOT=C:\Devel\CodeBlocks
rem ------------------------------------------
rem Setup GCC root folder with "bin" subfolder
rem ------------------------------------------
-if not defined GCC_ROOT set GCC_ROOT=C:\Devel\GCC46TDM
+if not defined GCC_ROOT set GCC_ROOT=%CB_ROOT%\MinGW
rem change this name to suit your needs
rem if not defined CB_RUN_UPDATE_BAT set CB_RUN_UPDATE_BAT=0
--- End code ---
This seems like a separate change...
MortenMacFly:
--- Quote from: oBFusCATed on May 29, 2013, 11:47:46 pm ---This seems like a separate change...
--- End quote ---
Ooops - yes, this was needed so I could batch-compile it on my PC.
I'll play with virtual folders in the evening...
oBFusCATed:
Do you have some feedback, because I want to merge this code in trunk?
MortenMacFly:
--- Quote from: oBFusCATed on June 29, 2013, 04:26:59 pm ---Do you have some feedback, because I want to merge this code in trunk?
--- End quote ---
Sorry for the late answer, I've been taking holidays for ~2 weeks. I was unexpectedly off-line due to being nearby the Danish border which caused by mobile internet connection to log into the Danish network all the time. To avoid massive roaming costs I had to switch it off completely.
Well up to now I didn't see any crash, bugs, missing features or alike. It seemed to work with already with the version I used dating ~3 weeks ago. If you did further changes since then I cannot tell...
oBFusCATed:
I've merged the code already...
Also I've found an issue - clicking in the empty space of the tree doesn't popup the context menu :(
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version