Родитель
358c40e048
Коммит
3c51216c01
|
@ -67,19 +67,19 @@ sub finddefine()
|
|||
&printnpl();
|
||||
print "\n";
|
||||
print "#ifndef " . $name . "config_h__\n";
|
||||
print "#endif " . $name . "config_h__\n";
|
||||
print "#define " . $name . "config_h__\n";
|
||||
print "\n";
|
||||
print "\/* This file is generated by running mozilla/intl/uconv/tools/genimpldefine.pl on unix */\n";
|
||||
|
||||
&finddefine( "nsBasicDecoderSupport", "IMPL_NSBASICDECODER");
|
||||
&finddefine( "nsBufferDecoderSupport", "IMPL_BUFFERDECODER");
|
||||
&finddefine( "nsTableDecoderSupport", "IMPL_TABLEDECODER");
|
||||
&finddefine( "nsMultiTableDecoderSupport", "IMPL_MULTITABLEDECODER");
|
||||
&finddefine( "nsOneByteDecoderSupport", "IMPL_ONEBYTEDECODER");
|
||||
&finddefine( "nsBasicEncoder", "IMPL_BASICENCODER");
|
||||
&finddefine( "nsEncoderSupport", "IMPL_ENCODER");
|
||||
&finddefine( "nsTableEncoderSupport", "IMPL_TABLEENCODER");
|
||||
&finddefine( "nsMultiTableEncoderSupport", "IMPL_MULTITABLEENCODER");
|
||||
&finddefine( "nsBufferDecoderSupport", "IMPL_NSBUFFERDECODER");
|
||||
&finddefine( "nsTableDecoderSupport", "IMPL_NSTABLEDECODER");
|
||||
&finddefine( "nsMultiTableDecoderSupport", "IMPL_NSMULTITABLEDECODER");
|
||||
&finddefine( "nsOneByteDecoderSupport", "IMPL_NSONEBYTEDECODER");
|
||||
&finddefine( "nsBasicEncoder", "IMPL_NSBASICENCODER");
|
||||
&finddefine( "nsEncoderSupport", "IMPL_NSENCODER");
|
||||
&finddefine( "nsTableEncoderSupport", "IMPL_NSTABLEENCODER");
|
||||
&finddefine( "nsMultiTableEncoderSupport", "IMPL_NSMULTITABLEENCODER");
|
||||
print "\n";
|
||||
print "#include \"" . $name . "rules.h\"\n";
|
||||
print "\n";
|
||||
|
|
Загрузка…
Ссылка в новой задаче