mirror of
https://github.com/love2d/megasource.git
synced 2026-08-21 05:02:11 +02:00
Add DevIL 1.7.8.
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
if "%ILNOCOPY%" == "" goto work
|
||||
goto done
|
||||
|
||||
:work
|
||||
|
||||
if "%SystemRoot%" == "" goto isnotnt
|
||||
|
||||
echo Copying %1 to %SystemRoot%\System32...
|
||||
copy %1 %SystemRoot%\System32
|
||||
goto done
|
||||
|
||||
:isnotnt
|
||||
if "%WINDIR%" == "" goto isnot95
|
||||
|
||||
echo Copying %1 to %WINDIR%\System...
|
||||
copy %1 %WINDIR%\System
|
||||
goto done
|
||||
|
||||
:isnot95
|
||||
echo *** Unrecognised platform! ***
|
||||
goto done
|
||||
|
||||
:done
|
||||
Reference in New Issue
Block a user