# HG changeset patch # User Tom Sutcliffe # Date 1277467602 -3600 # Node ID 68b921ce19443d7e83a26ef9afb09ea67166d0ec # Parent 6c055a136ec121317c455f70c486d6cdbe9773ba Fixes for building on a non-substed drive. diff -r 6c055a136ec1 -r 68b921ce1944 documentation/change_history.pod --- a/documentation/change_history.pod Thu Jun 24 14:37:45 2010 +0100 +++ b/documentation/change_history.pod Fri Jun 25 13:06:42 2010 +0100 @@ -14,6 +14,10 @@ =head1 FShell Change History +=head2 Release 000.3 + +Build fixes. + =head2 Release 000.2 Build fixes. diff -r 6c055a136ec1 -r 68b921ce1944 tools/fsh-builddocs --- a/tools/fsh-builddocs Thu Jun 24 14:37:45 2010 +0100 +++ b/tools/fsh-builddocs Fri Jun 25 13:06:42 2010 +0100 @@ -31,7 +31,7 @@ # Constants. # -my $kCpp = "\\epoc32\\gcc\\bin\\cpp -I. "; +my $kCpp = "$ENV{EPOCROOT}epoc32\\gcc\\bin\\cpp -I. "; # diff -r 6c055a136ec1 -r 68b921ce1944 tools/fsh-buildsis --- a/tools/fsh-buildsis Thu Jun 24 14:37:45 2010 +0100 +++ b/tools/fsh-buildsis Fri Jun 25 13:06:42 2010 +0100 @@ -29,7 +29,7 @@ # Have to hard-code the old GCC CPP path, because SBS puts the new version in %PATH%, and that breaks our macros. Need to fix properly or fix the actual macros #my $kCpp = "cpp -P -I../../include -I. -include ltk_makesis_defs.iby"; -my $kCpp = "\\epoc32\\gcc\\bin\\cpp -P -I../../include -I. -include fsh_makesis_defs.iby"; +my $kCpp = "$ENV{EPOCROOT}epoc32\\gcc\\bin\\cpp -P -I../../include -I. -include fsh_makesis_defs.iby"; # # Globals.