tools/fsh-buildsis
changeset 2 68b921ce1944
parent 0 7f656887cf89
child 3 859da167ccfe
equal deleted inserted replaced
1:6c055a136ec1 2:68b921ce1944
    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