mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
Start building FreeType, OS X
This commit is contained in:
10
build-macosx
10
build-macosx
@@ -22,6 +22,16 @@ echo Compiling our internal SDL 1.x
|
||||
#echo Compiling our internal SDLnet 1.x
|
||||
#(cd vs2015/sdlnet && ./build-dosbox.sh) || exit 1
|
||||
|
||||
# perfer to compile against our own freetype
|
||||
echo Compiling our internal freetype
|
||||
(cd vs2015/freetype && ./build-dosbox.sh) || exit 1
|
||||
new="-I$top/vs2015/freetype/linux-host/include "
|
||||
nld="-L$top/vs2015/freetype/linux-host/lib "
|
||||
export CFLAGS="$new$CFLAGS"
|
||||
export LDFLAGS="$nld$LDFLAGS"
|
||||
export CPPFLAGS="$new$CPPFLAGS"
|
||||
export CXXFLAGS="$new$CXXFLAGS"
|
||||
|
||||
# perfer to compile against our own zlib
|
||||
echo Compiling our internal zlib
|
||||
(cd vs2015/zlib && ./build-dosbox.sh) || exit 1
|
||||
|
Reference in New Issue
Block a user