Reputation: 966
How can I apply a patch file for a source directory in Windows using Mingw?
Upvotes: 3
Views: 4596
Reputation: 912
Get msys-patch using mingw-get
mingw-get install msys-patch
Then just use patch like unix http://en.wikipedia.org/wiki/Patch_(Unix)
Upvotes: 6