depends: add shared dependency builder

See the README's in depends for documentation
This commit is contained in:
Cory Fields
2014-07-23 01:31:30 -04:00
parent 36065cc529
commit 1dec09b341
49 changed files with 4992 additions and 0 deletions

2
depends/hosts/mingw32.mk Normal file
View File

@@ -0,0 +1,2 @@
mingw32_CFLAGS=-pipe -O2
mingw32_CXXFLAGS=$(mingw32_CFLAGS)