1.1 --- a/symc/epoc.ini Fri Jun 15 03:10:57 2012 +0200 1.2 +++ b/symc/epoc.ini Tue Jun 10 14:32:02 2014 +0200 1.3 @@ -13,9 +13,14 @@ 1.4 ;Default drives are from the binary directory <bin-dir>\c and <bin-dir>\d 1.5 ;Specify the C drive root 1.6 ;_epoc_drive_c=d:\dev\epoc_drive_c 1.7 +;Default to the project directory which is typically the parent folder from the current directory 1.8 +_epoc_drive_c=@SYMC_DRIVE_C@ 1.9 ;Specify the Z drive root 1.10 ;_epoc_drive_z=d:\dev\tsymc\z 1.11 1.12 +;Default is 63 MB, Zero sets it to 1GB 1.13 +MegabytesOfFreeMemory=128 1.14 + 1.15 ;Debug mode 1.16 JustInTime=1 1.17