Add DevIL 1.7.8.

This commit is contained in:
rude
2013-09-26 00:20:08 +02:00
parent 6e493fb605
commit c065120c58
487 changed files with 219483 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
@echo off
echo Generating include/IL/config.h based on what your system has installed...
copy include\IL\config.h.win include\IL\config.h
echo Done.
echo.
echo Please check include/IL/config.h to make sure that it has
echo set the appropriate #defines.
echo.
pause