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

[arm] add ARM compilation support (MSVC)

* Yay!
* Also remove unneeded stdint.h/stdbool.h/inttypes.h
This commit is contained in:
Pete Batard 2016-03-29 13:11:04 +01:00
parent 32b5987387
commit 23d71ae0f1
19 changed files with 774 additions and 591 deletions

View file

@ -5,7 +5,7 @@ init:
if ($env:appveyor_repo_tag -eq "true") {
Update-AppveyorBuild -Version "$env:appveyor_repo_tag_name"
} else {
Update-AppveyorBuild -Version "dev-$($env:appveyor_repo_commit.substring(0,7))"
Update-AppveyorBuild -Version "dev-$($env:appveyor_repo_commit.substring(0,8))"
}
environment: