Everybody is using ABLD BUILD GCCE UREL to compile our programs on GCCE. But if you modify your code and wanna rebuild the programme on GCCE quickly, there is a easy way to do it.
1. Go to epoc32
2. Find a dir named BUILD then enter it
3. For example of HelloWorldBasic on my pc, it is
There is a file generated by bldmake, named HELLOWORLDBASIC.GCCE, find it and use the following command:Code:X:\epoc32\BUILD\Workspace\helloworldbasic\group\HELLOWORLDBASIC\GCCE\
Then you can rebuild this program quickly.Code:make -r -s -f HELLOWORLDBASIC.GCCE
Enjoy :)



