added makefiles to compile with mingw

This commit is contained in:
Joachim Bauch
2010-10-24 00:37:53 +02:00
parent 1f8eb009e5
commit a486d330f2
8 changed files with 35 additions and 3 deletions
+1 -1
View File
@@ -7,4 +7,4 @@ SAMPLEDLL_API int addNumbers(int a, int b)
return a + b;
}
}
}