92 |
92 |
93 # do the binary translations path |
93 # do the binary translations path |
94 if self.pdata["TRANSLATIONSBINPATH"]: |
94 if self.pdata["TRANSLATIONSBINPATH"]: |
95 self._write(" <TranslationsBinPath>%s</TranslationsBinPath>" % \ |
95 self._write(" <TranslationsBinPath>%s</TranslationsBinPath>" % \ |
96 Utilities.fromNativeSeparators(self.pdata["TRANSLATIONSBINPATH"][0])) |
96 Utilities.fromNativeSeparators(self.pdata["TRANSLATIONSBINPATH"][0])) |
|
97 |
|
98 # do the eol setting |
|
99 if self.pdata["EOL"] and self.pdata["EOL"][0]: |
|
100 self._write(' <Eol index="%d" />' % self.pdata["EOL"][0]) |
97 |
101 |
98 # do the sources |
102 # do the sources |
99 self._write(" <Sources>") |
103 self._write(" <Sources>") |
100 for name in self.pdata["SOURCES"]: |
104 for name in self.pdata["SOURCES"]: |
101 self._write(" <Source>%s</Source>" % \ |
105 self._write(" <Source>%s</Source>" % \ |