mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-12 08:35:38 +00:00
Normalized line endings.
This commit is contained in:
parent
817ff38630
commit
66503d34ff
|
@ -32,7 +32,7 @@ namespace OpenTK.Build
|
||||||
|
|
||||||
static string PrebuildXml = Path.Combine(ToolPath, "Prebuild.xml");
|
static string PrebuildXml = Path.Combine(ToolPath, "Prebuild.xml");
|
||||||
|
|
||||||
static Regex DataFiles = new Regex(@"^.*\.(bmp|png|jpg|txt|glsl|wav|ogg)$",
|
static Regex DataFiles = new Regex(@"^.*\.(bmp|png|jpg|txt|glsl|wav|ogg)$",
|
||||||
RegexOptions.Compiled | RegexOptions.IgnoreCase);
|
RegexOptions.Compiled | RegexOptions.IgnoreCase);
|
||||||
|
|
||||||
enum BuildMode
|
enum BuildMode
|
||||||
|
|
Loading…
Reference in a new issue