mirror of
https://github.com/love2d/love-android.git
synced 2026-08-15 15:51:20 +02:00
10 lines
266 B
Batchfile
Executable File
10 lines
266 B
Batchfile
Executable File
@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
|