mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-02-24 20:16:50 +00:00
Normalized line endings.
This commit is contained in:
parent
cfdcfe79ce
commit
628a4a5fbe
|
@ -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