equal
deleted
inserted
replaced
27 # Constants. |
27 # Constants. |
28 # |
28 # |
29 |
29 |
30 # 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 |
30 # 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 |
31 #my $kCpp = "cpp -P -I../../include -I. -include ltk_makesis_defs.iby"; |
31 #my $kCpp = "cpp -P -I../../include -I. -include ltk_makesis_defs.iby"; |
32 my $kCpp = "\\epoc32\\gcc\\bin\\cpp -P -I../../include -I. -include fsh_makesis_defs.iby"; |
32 my $kCpp = "$ENV{EPOCROOT}epoc32\\gcc\\bin\\cpp -P -I../../include -I. -include fsh_makesis_defs.iby"; |
33 |
33 |
34 # |
34 # |
35 # Globals. |
35 # Globals. |
36 # |
36 # |
37 |
37 |