From 1dec09b341f61836147d87656aea7f7be02aab6d Mon Sep 17 00:00:00 2001 From: Cory Fields Date: Wed, 23 Jul 2014 01:31:30 -0400 Subject: depends: add shared dependency builder See the README's in depends for documentation --- depends/hosts/mingw32.mk | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 depends/hosts/mingw32.mk (limited to 'depends/hosts/mingw32.mk') diff --git a/depends/hosts/mingw32.mk b/depends/hosts/mingw32.mk new file mode 100644 index 0000000000..ffe4a55842 --- /dev/null +++ b/depends/hosts/mingw32.mk @@ -0,0 +1,2 @@ +mingw32_CFLAGS=-pipe -O2 +mingw32_CXXFLAGS=$(mingw32_CFLAGS) -- cgit v1.2.3