Add Windows build scripts and fix script bugs

This commit is contained in:
topjohnwu
2016-12-06 02:41:05 +08:00
parent 670fe8590c
commit eea3cb32a5
15 changed files with 205 additions and 46 deletions

16
.gitattributes vendored Normal file
View File

@@ -0,0 +1,16 @@
# Set the default behavior, in case people don't have core.autocrlf set.
* text eol=lf
# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
# *.c text
# *.h text
# Declare files that will always have CRLF line endings on checkout.
*.cmd text eol=crlf
# Denote all files that are truly binary and should not be modified.
busybox binary
futility binary
*.jar binary
*.exe binary