summaryrefslogtreecommitdiff
path: root/projects/settings_vs100.vcxproj.in
diff options
context:
space:
mode:
authorglx <glx@openttd.org>2011-03-05 01:31:56 +0000
committerglx <glx@openttd.org>2011-03-05 01:31:56 +0000
commit0eade7efaf29c9f1149ac90d555b68ec7aae884d (patch)
tree58dc6121bf70d9da72cdf325e7788abc04596d4b /projects/settings_vs100.vcxproj.in
parent691825f39d87b3762eaa85b22fb39c13cc48090d (diff)
downloadopenttd-0eade7efaf29c9f1149ac90d555b68ec7aae884d.tar.xz
(svn r22191) -Fix: make sure table/settings.h is generated with MSVC2010, also fix a warning in version project
Diffstat (limited to 'projects/settings_vs100.vcxproj.in')
-rw-r--r--projects/settings_vs100.vcxproj.in20
1 files changed, 10 insertions, 10 deletions
diff --git a/projects/settings_vs100.vcxproj.in b/projects/settings_vs100.vcxproj.in
index 99d730580..46064b53c 100644
--- a/projects/settings_vs100.vcxproj.in
+++ b/projects/settings_vs100.vcxproj.in
@@ -13,7 +13,7 @@
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType>Utility</ConfigurationType>
+ <ConfigurationType>Makefile</ConfigurationType>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
@@ -21,20 +21,20 @@
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
- <PropertyGroup Label="UserMacros" />
+ <PropertyGroup Label="UserMacros">
+ <SettingsCommandLine>
+!!FILTERS!!
+ </SettingsCommandLine>
+ </PropertyGroup>
<PropertyGroup>
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\objs\settings\table\</OutDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\objs\settings\table\</IntDir>
+ <NMakeBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SettingsCommandLine)</NMakeBuildCommandLine>
+ <NMakeReBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SettingsCommandLine)</NMakeReBuildCommandLine>
+ <NMakeCleanCommandLine Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">del ..\objs\settings\table\settings.h</NMakeCleanCommandLine>
+ <NMakeOutput Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\objs\settings\table\settings.h</NMakeOutput>
</PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <PreBuildEvent>
- <Message>Generating settings.h</Message>
- <Command>
-!!FILTERS!!
- </Command>
- </PreBuildEvent>
- </ItemDefinitionGroup>
<ItemGroup>
!!FILES!!
</ItemGroup>