use cygwin version of mingw-64

This commit is contained in:
Taro L. Saito 2011-03-29 23:36:28 +09:00
parent 077d52599c
commit 7c56cade26
1 changed files with 4 additions and 4 deletions

View File

@ -90,10 +90,10 @@ Windows-x86_LINKFLAGS := -Wl,--kill-at -shared -static-libgcc
Windows-x86_LIBNAME := snappy.dll
Windows-x86_SNAPPY_FLAGS :=
Windows-amd64_CXX := x86_64-w64-mingw32-g++
Windows-amd64_STRIP := x86_64-w64-mingw32-strip
#Windows-amd64_CXX := g++
#Windows-amd64_STRIP := strip
#Windows-amd64_CXX := x86_64-w64-mingw32-g++
#Windows-amd64_STRIP := x86_64-w64-mingw32-strip
Windows-amd64_CXX := i686-w64-mingw32-g++
Windows-amd64_STRIP := i686-w64-mingw32-strip
Windows-amd64_CXXFLAGS := -Ilib/inc_win -O2
Windows-amd64_LINKFLAGS := -Wl,--kill-at -shared -static-libgcc
Windows-amd64_LIBNAME := snappy.dll