You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
469B

  1. #
  2. # Makefile for speex lib + Microsoft Visual C++ 2003 / 2005 / 2008 / 2017 ToolKit
  3. #
  4. #
  5. include ../yac/install_msvc.mk
  6. TARGET_BASENAME=libspeexdsp
  7. EXTRAFLAGS= -DWINVER=0x0501 -D_GLFW_USE_CONFIG_H -D_USE_SSE -DWIN32 -DNDEBUG -D_WINDOWS -D_USRDLL -DHAVE_CONFIG_H -Iinclude -Iwin32
  8. EXTRALIBS=
  9. PLAF_OBJ=
  10. include make.objects
  11. ifeq ($(BUILD_64),y)
  12. LIB_INSTALL_PREFIX=../lib/msvc/x64/
  13. else
  14. LIB_INSTALL_PREFIX=../lib/msvc/x86/
  15. endif
  16. include ../yac/staticlib_msvc.mk