Skip to content

Commit

Permalink
New MojoShader submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
flibitijibibo committed Jun 19, 2018
1 parent 5412fb4 commit c8f0711
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Expand Up @@ -4,9 +4,9 @@
[submodule "lib/OpenAL-CS"]
path = lib/OpenAL-CS
url = git://github.com/flibitijibibo/OpenAL-CS.git
[submodule "lib/MojoShader-CS"]
path = lib/MojoShader-CS
url = git://github.com/flibitijibibo/MojoShader-CS.git
[submodule "lib/MojoShader"]
path = lib/MojoShader
url = git://github.com/FNA-XNA/MojoShader.git
[submodule "lib/Vorbisfile-CS"]
path = lib/Vorbisfile-CS
url = git://github.com/flibitijibibo/Vorbisfile-CS.git
Expand Down
2 changes: 1 addition & 1 deletion FNA.Core.csproj
Expand Up @@ -341,7 +341,7 @@
<Compile Include="lib\OpenAL-CS\src\AL11.cs" />
<Compile Include="lib\OpenAL-CS\src\ALEXT.cs" />
<Compile Include="lib\OpenAL-CS\src\EFX.cs" />
<Compile Include="lib\MojoShader-CS\MojoShader.cs" />
<Compile Include="lib\MojoShader\csharp\MojoShader.cs" />
<Compile Include="lib\Vorbisfile-CS\Vorbisfile.cs" />
<Compile Include="lib\Theorafile\csharp\Theorafile.cs" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion FNA.csproj
Expand Up @@ -409,7 +409,7 @@
<Compile Include="lib\OpenAL-CS\src\AL11.cs" />
<Compile Include="lib\OpenAL-CS\src\ALEXT.cs" />
<Compile Include="lib\OpenAL-CS\src\EFX.cs" />
<Compile Include="lib\MojoShader-CS\MojoShader.cs" />
<Compile Include="lib\MojoShader\csharp\MojoShader.cs" />
<Compile Include="lib\Vorbisfile-CS\Vorbisfile.cs" />
<Compile Include="lib\Theorafile\csharp\Theorafile.cs" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -333,7 +333,7 @@ SRC = \
lib/OpenAL-CS/src/AL11.cs \
lib/OpenAL-CS/src/ALEXT.cs \
lib/OpenAL-CS/src/EFX.cs \
lib/MojoShader-CS/MojoShader.cs \
lib/MojoShader/csharp/MojoShader.cs \
lib/Vorbisfile-CS/Vorbisfile.cs \
lib/Theorafile/csharp/Theorafile.cs

Expand Down
1 change: 1 addition & 0 deletions lib/MojoShader
Submodule MojoShader added at a7a031
1 change: 0 additions & 1 deletion lib/MojoShader-CS
Submodule MojoShader-CS deleted from 678e6b

0 comments on commit c8f0711

Please sign in to comment.