The external libs used by sfml-graphics are now linked instead of being integrated to the source code
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1491 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
parent
41f09975ab
commit
dbd767376b
125 changed files with 41 additions and 80263 deletions
|
@ -61,6 +61,10 @@ del *.o /f /q
|
|||
REM Add external libraries to sfml-graphics
|
||||
echo Adding external libraries to libsfml-graphics-s...
|
||||
ar x %SFML%\extlibs\libs-mingw\libfreetype.a
|
||||
ar x %SFML%\extlibs\libs-mingw\libglew.a
|
||||
ar x %SFML%\extlibs\libs-mingw\libjpeg.a
|
||||
ar x %SFML%\extlibs\libs-mingw\libpng.a
|
||||
ar x %SFML%\extlibs\libs-mingw\libsoil.a
|
||||
ar rs libsfml-graphics-s.a *.o
|
||||
ar rs libsfml-graphics-s-d.a *.o
|
||||
del *.o /f /q
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue