Files
megasource/libs/DevIL-1.7.8/configure.bat
T
2013-09-26 00:20:08 +02:00

10 lines
266 B
Batchfile

@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