diff options
author | glx <glx@openttd.org> | 2020-05-26 21:38:07 +0200 |
---|---|---|
committer | glx22 <glx22@users.noreply.github.com> | 2020-05-26 22:44:18 +0200 |
commit | 2b2f60caf5f4b7db182940e3b9fbb5d2e8129032 (patch) | |
tree | 8369fdd69b1864da79e01d4efafdffb77956cb62 /projects/settings_vs141.vcxproj.in | |
parent | 800ade77021b34adf8daa5ca5de0efaa8df24152 (diff) | |
download | openttd-2b2f60caf5f4b7db182940e3b9fbb5d2e8129032.tar.xz |
Fix: VS 2019 16.6 doesn't like newlines in <SettingsCommandLine>
Diffstat (limited to 'projects/settings_vs141.vcxproj.in')
-rw-r--r-- | projects/settings_vs141.vcxproj.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/projects/settings_vs141.vcxproj.in b/projects/settings_vs141.vcxproj.in index 23e044cc1..1701c99f5 100644 --- a/projects/settings_vs141.vcxproj.in +++ b/projects/settings_vs141.vcxproj.in @@ -23,9 +23,7 @@ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup> <PropertyGroup Label="UserMacros"> - <SettingsCommandLine> -!!FILTERS!! - </SettingsCommandLine> + <SettingsCommandLine>!!FILTERS!!</SettingsCommandLine> </PropertyGroup> <PropertyGroup> <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\objs\settings\table\</OutDir> |