Added CMD compilation scripts for examples

They could be useful for some people...
This commit is contained in:
Ray
2019-01-21 23:59:35 +01:00
parent 4467292a2d
commit df40735067
3 changed files with 61 additions and 0 deletions

2
.gitignore vendored
View File

@ -62,6 +62,8 @@ examples/*
# Unignore examples Makefile
!examples/Makefile
!examples/Makefile.Android
!examples/raylib_compile_execute.bat
!examples/raylib_makefile_example.bat
# Ignore all games files
games/*