Specify source file encoding type, otherwise compiling on Linux throws errors

This commit is contained in:
Dale Schultz 2021-12-27 12:45:07 -05:00
parent 2f9f6b31d1
commit 90b93e869b
No known key found for this signature in database
GPG Key ID: EA2C8AD6CB5C2AF2
1 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<!-- Master build file for RomRaider
RomRaider Open-Source Tuning, Logging and Reflashing
Copyright (C) 2006-2019 RomRaider.com
Copyright (C) 2006-2021 RomRaider.com
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@ -377,7 +377,8 @@
verbose="${javac.verbose}"
deprecation="${deprecation}"
compiler="javac${javac.target}"
bootclasspath="${toString:bootpath.ref}" >
bootclasspath="${toString:bootpath.ref}"
encoding="UTF-8" >
<!--
<compilerarg value="-Xlint" />
-->