2
REM This batch file is used to solve the libSDL.a no such file or directory issue.
5
SET DEBUG_DIR_BASE=debug
6
SET DIST_DIR=..\..\%DIST_DIR_BASE%
7
SET DEBUG_DIR=..\..\%DEBUG_DIR_BASE%
11
echo Seeing if libSDL.dll.a exist
12
if exist libSDL.dll.a (
14
ren libSDL.dll.a libSDL.a
16
echo libSDL.dll.a does not exist.
25
echo Seeing if libSDL.dll.a exist
26
if exist libSDL.dll.a (
28
ren libSDL.dll.a libSDL.a
30
echo libSDL.dll.a does not exist.