1
1
Fork 0
mirror of https://github.com/pbatard/rufus.git synced 2024-08-14 23:57:05 +00:00

[mingw] added MinGW support

* only MinGW-w64 for now
* Makefile is called GNUmakefile so as not to conflict with WDK
This commit is contained in:
Pete Batard 2011-11-20 03:29:08 +00:00
parent 67a07909b1
commit d6f32a189a
5 changed files with 40 additions and 6 deletions

1
.gitattributes vendored
View file

@ -1,6 +1,7 @@
*.sh eol=lf
*.ac eol=lf
*.am eol=lf
GNUmakefile eol=lf
*.sln eol=crlf
*.vcproj eol=crlf
*.vcxproj* eol=crlf