mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-21 19:41:14 +00:00
Don't define LINK_FREETYPE and SPEEX_STATIC in config_nzportable.h
This commit is contained in:
parent
ac12778fa5
commit
11acc97349
2 changed files with 2 additions and 4 deletions
|
@ -216,10 +216,8 @@
|
||||||
|
|
||||||
|
|
||||||
//enable some staticaly linked libraries
|
//enable some staticaly linked libraries
|
||||||
-DLINK_FREETYPE //international text requires international fonts.
|
|
||||||
-DLIBJPEG_STATIC
|
-DLIBJPEG_STATIC
|
||||||
-DLIBPNG_STATIC
|
-DLIBPNG_STATIC
|
||||||
-DOPUS_STATIC
|
-DOPUS_STATIC
|
||||||
-DSPEEX_STATIC
|
|
||||||
//-Os //optimise for size instead of speed. less cpu cache needed means that its sometimes faster anyway.
|
//-Os //optimise for size instead of speed. less cpu cache needed means that its sometimes faster anyway.
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
cd ../engine
|
cd ../engine
|
||||||
make makelibs FTE_TARGET=web && make web-rel FTE_TARGET=web FTE_CONFIG=nzportable -j32
|
make web-rel FTE_CONFIG=nzportable -j32
|
||||||
|
|
Loading…
Reference in a new issue