diff options
| author | Ray <[email protected]> | 2019-02-12 12:18:01 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2019-02-12 12:18:01 +0100 |
| commit | 944a388b1bfee6048528c29719c5a78d4888bfa5 (patch) | |
| tree | 950e70cdb956484807b8221bddeabc51200858c5 /projects | |
| parent | e7466eb0c4d2337d939cc7149e4e0eb8d5effd68 (diff) | |
| download | raylib-944a388b1bfee6048528c29719c5a78d4888bfa5.tar.gz raylib-944a388b1bfee6048528c29719c5a78d4888bfa5.zip | |
Include mini_al directly, no separate module
Diffstat (limited to 'projects')
| -rw-r--r-- | projects/Geany/raylib_compile_sources.bat | 3 | ||||
| -rw-r--r-- | projects/Notepad++/npes_saved_mingw.txt | bin | 7622 -> 7524 bytes | |||
| -rw-r--r-- | projects/Notepad++/npes_saved_tcc.txt | bin | 7548 -> 7450 bytes | |||
| -rw-r--r-- | projects/VS2015/raylib/raylib.vcxproj | 4 | ||||
| -rw-r--r-- | projects/VS2017/raylib/raylib.vcxproj | 3 |
5 files changed, 4 insertions, 6 deletions
diff --git a/projects/Geany/raylib_compile_sources.bat b/projects/Geany/raylib_compile_sources.bat index 708873c2..f0090990 100644 --- a/projects/Geany/raylib_compile_sources.bat +++ b/projects/Geany/raylib_compile_sources.bat @@ -24,13 +24,12 @@ gcc -O2 -c textures.c -std=c99 -Wall -DPLATFORM_DESKTOP gcc -O2 -c text.c -std=c99 -Wall -DPLATFORM_DESKTOP gcc -O2 -c models.c -std=c99 -Wall -DPLATFORM_DESKTOP gcc -O2 -c raudio.c -std=c99 -Wall -DPLATFORM_DESKTOP -gcc -O2 -c external/mini_al.c -Wall -I. gcc -O2 -c utils.c -std=c99 -Wall -DPLATFORM_DESKTOP :: . :: . > Generate raylib library :: ------------------------------ -ar rcs libraylib.a core.o rglfw.o shapes.o textures.o text.o models.o raudio.o mini_al.o utils.o +ar rcs libraylib.a core.o rglfw.o shapes.o textures.o text.o models.o raudio.o utils.o :: . :: > Installing raylib library :: ----------------------------- diff --git a/projects/Notepad++/npes_saved_mingw.txt b/projects/Notepad++/npes_saved_mingw.txt Binary files differindex 6d10a1b0..41e25823 100644 --- a/projects/Notepad++/npes_saved_mingw.txt +++ b/projects/Notepad++/npes_saved_mingw.txt diff --git a/projects/Notepad++/npes_saved_tcc.txt b/projects/Notepad++/npes_saved_tcc.txt Binary files differindex 32d72c2f..419e4af6 100644 --- a/projects/Notepad++/npes_saved_tcc.txt +++ b/projects/Notepad++/npes_saved_tcc.txt diff --git a/projects/VS2015/raylib/raylib.vcxproj b/projects/VS2015/raylib/raylib.vcxproj index 5d592146..2c63f382 100644 --- a/projects/VS2015/raylib/raylib.vcxproj +++ b/projects/VS2015/raylib/raylib.vcxproj @@ -232,9 +232,8 @@ <Text Include="ReadMe.txt" /> </ItemGroup> <ItemGroup> - <ClCompile Include="..\..\..\src\audio.c" /> + <ClCompile Include="..\..\..\src\raudio.c" /> <ClCompile Include="..\..\..\src\core.c" /> - <ClCompile Include="..\..\..\src\external\mini_al.c" /> <ClCompile Include="..\..\..\src\models.c" /> <ClCompile Include="..\..\..\src\rglfw.c" /> <ClCompile Include="..\..\..\src\shapes.c" /> @@ -247,6 +246,7 @@ <ClInclude Include="..\..\..\src\external\glad.h" /> <ClInclude Include="..\..\..\src\external\jar_mod.h" /> <ClInclude Include="..\..\..\src\external\jar_xm.h" /> + <ClInclude Include="..\..\..\src\external\mini_al.h" /> <ClInclude Include="..\..\..\src\external\stb_image.h" /> <ClInclude Include="..\..\..\src\external\stb_image_resize.h" /> <ClInclude Include="..\..\..\src\external\stb_image_write.h" /> diff --git a/projects/VS2017/raylib/raylib.vcxproj b/projects/VS2017/raylib/raylib.vcxproj index df745e16..8db1e511 100644 --- a/projects/VS2017/raylib/raylib.vcxproj +++ b/projects/VS2017/raylib/raylib.vcxproj @@ -159,9 +159,8 @@ <Text Include="ReadMe.txt" /> </ItemGroup> <ItemGroup> - <ClCompile Include="..\..\..\src\audio.c" /> + <ClCompile Include="..\..\..\src\raudio.c" /> <ClCompile Include="..\..\..\src\core.c" /> - <ClCompile Include="..\..\..\src\external\mini_al.c" /> <ClCompile Include="..\..\..\src\models.c" /> <ClCompile Include="..\..\..\src\rglfw.c" /> <ClCompile Include="..\..\..\src\shapes.c" /> |
