mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-08-19 21:19:55 +00:00
update libogg, libvorbis, minihttp + enable /MP for vs2008 debug builds.
This commit is contained in:
parent
6f4474df36
commit
bb7cb7df71
849 changed files with 150371 additions and 75476 deletions
|
@ -46,8 +46,8 @@ SET(FREETYPE2DIR ${EXTLIBDIR}/freetype2)
|
|||
SET(FREETYPE2SRCDIR ${FREETYPE2DIR}/src)
|
||||
SET(LUADIR ${EXTLIBDIR}/lua-5.1.4)
|
||||
SET(LUASRCDIR ${LUADIR}/src)
|
||||
SET(LIBOGGDIR ${EXTLIBDIR}/libogg-1.3.0)
|
||||
SET(LIBVORBISDIR ${EXTLIBDIR}/libvorbis-1.3.3)
|
||||
SET(LIBOGGDIR ${EXTLIBDIR}/libogg)
|
||||
SET(LIBVORBISDIR ${EXTLIBDIR}/libvorbis)
|
||||
SET(ZLIBDIR ${EXTLIBDIR}/glpng/zlib)
|
||||
SET(PNGDIR ${EXTLIBDIR}/glpng/png)
|
||||
|
||||
|
@ -618,7 +618,6 @@ SET(FREETYPE2_SRCS
|
|||
${FREETYPE2SRCDIR}/base/ftsynth.c
|
||||
${FREETYPE2SRCDIR}/base/fttype1.c
|
||||
${FREETYPE2SRCDIR}/base/ftwinfnt.c
|
||||
${FREETYPE2SRCDIR}/base/ftxf86.c
|
||||
${FREETYPE2SRCDIR}/truetype/truetype.c
|
||||
${FREETYPE2SRCDIR}/type1/type1.c
|
||||
${FREETYPE2SRCDIR}/cff/cff.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue