Fixes for building on a non-substed drive.
authorTom Sutcliffe <thomas.sutcliffe@accenture.com>
Fri, 25 Jun 2010 13:06:42 +0100
changeset 2 68b921ce1944
parent 1 6c055a136ec1
child 3 859da167ccfe
child 14 4ab8c027df23
Fixes for building on a non-substed drive.
documentation/change_history.pod
tools/fsh-builddocs
tools/fsh-buildsis
--- 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.