diff --git a/Makefile b/Makefile index 6d188b6..93db438 100755 --- a/Makefile +++ b/Makefile @@ -60,3 +60,7 @@ $(NATIVE_DLL): $(SNAPPY_OUT)/$(LIBNAME) $(TARGET)/snappy-$(VERSION) $(TARGET)/$(snappy-jar-version).jar: $(NATIVE_DLL) $(MVN) package + + +win32: + $(MAKE) native CXX=mingw32-g++ OS_NAME=Windows OS_ARCH=x86 diff --git a/src/main/resources/org/xerial/snappy/native/Windows/x86/snappy.dll b/src/main/resources/org/xerial/snappy/native/Windows/x86/snappy.dll new file mode 100755 index 0000000..254a08f Binary files /dev/null and b/src/main/resources/org/xerial/snappy/native/Windows/x86/snappy.dll differ