From ed53167bc8d5660d1fcb5d64e47410f49994eafc Mon Sep 17 00:00:00 2001 From: Lemongrass3110 Date: Thu, 20 Oct 2016 00:11:52 +0200 Subject: [PATCH] Follow up abd9809 appveyor lost the quotes --- appveyor.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 161583cc2c..9d565b4789 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -10,28 +10,28 @@ environment: matrix: - VisualStudioVersion: 10.0 Solution: rAthena-10.sln - Defines: "BUILDBOT" + Defines: "\"BUILDBOT\"" - VisualStudioVersion: 11.0 Solution: rAthena-12.sln - Defines: "BUILDBOT" + Defines: "\"BUILDBOT\"" - VisualStudioVersion: 12.0 Solution: rAthena-13.sln - Defines: "BUILDBOT" + Defines: "\"BUILDBOT\"" - VisualStudioVersion: 14.0 Solution: rAthena-14.sln - Defines: "BUILDBOT" + Defines: "\"BUILDBOT\"" - VisualStudioVersion: 10.0 Solution: rAthena-10.sln - Defines: "BUILDBOT;PRERE" + Defines: "\"BUILDBOT;PRERE\"" - VisualStudioVersion: 11.0 Solution: rAthena-12.sln - Defines: "BUILDBOT;PRERE" + Defines: "\"BUILDBOT;PRERE\"" - VisualStudioVersion: 12.0 Solution: rAthena-13.sln - Defines: "BUILDBOT;PRERE" + Defines: "\"BUILDBOT;PRERE\"" - VisualStudioVersion: 14.0 Solution: rAthena-14.sln - Defines: "BUILDBOT;PRERE" + Defines: "\"BUILDBOT;PRERE\"" platform: - Win32 configuration: