From 3c7470dbc3a57a7e9f5b6a6487be62e799a43dfd Mon Sep 17 00:00:00 2001
From: Richard Wackerbarth <rkw@dataplex.net>
Date: Mon, 3 Aug 2015 18:45:04 -0500
Subject: [PATCH] =?UTF-8?q?Windows=20doesn=E2=80=99t=20have=20AUTOMATIC=20?=
 =?UTF-8?q?VERSIONING=20yet?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .../Arduino_1.6.x/hardware/marlin/avr/platform.local.txt         | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ArduinoAddons/Arduino_1.6.x/hardware/marlin/avr/platform.local.txt b/ArduinoAddons/Arduino_1.6.x/hardware/marlin/avr/platform.local.txt
index b496061378..e99b0c2b2f 100644
--- a/ArduinoAddons/Arduino_1.6.x/hardware/marlin/avr/platform.local.txt
+++ b/ArduinoAddons/Arduino_1.6.x/hardware/marlin/avr/platform.local.txt
@@ -1,4 +1,5 @@
 compiler.cpp.extra_flags=-DUSE_AUTOMATIC_VERSIONING
+compiler.cpp.extra_flags.windows=
 build.custom_bin.path.macosx=/usr/local/bin/
 build.custom_bin.path.linux=
 recipe.hooks.prebuild0.pattern={build.custom_bin.path}generate_version_header_for_marlin "{build.source.path}" "{build.path}/_Version.h"
-- 
GitLab