Fixes for building on a non-substed drive.
--- 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.
--- 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. ";
#
--- 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.