diff options
author | glx <glx@openttd.org> | 2011-03-05 01:31:56 +0000 |
---|---|---|
committer | glx <glx@openttd.org> | 2011-03-05 01:31:56 +0000 |
commit | 0eade7efaf29c9f1149ac90d555b68ec7aae884d (patch) | |
tree | 58dc6121bf70d9da72cdf325e7788abc04596d4b /projects/version_vs100.vcxproj | |
parent | 691825f39d87b3762eaa85b22fb39c13cc48090d (diff) | |
download | openttd-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/version_vs100.vcxproj')
-rw-r--r-- | projects/version_vs100.vcxproj | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/projects/version_vs100.vcxproj b/projects/version_vs100.vcxproj index 48e9a9a18..008e6dd66 100644 --- a/projects/version_vs100.vcxproj +++ b/projects/version_vs100.vcxproj @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="utf-8"?> +<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="Debug|Win32"> @@ -30,6 +30,7 @@ <NMakeBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">cscript "$(ProjectDir)/determineversion.vbs"</NMakeBuildCommandLine> <NMakeReBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">cscript "$(ProjectDir)/determineversion.vbs"</NMakeReBuildCommandLine> <NMakeOutput Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\src\rev.cpp</NMakeOutput> + <NMakeCleanCommandLine Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">del ..\src\rev.cpp</NMakeCleanCommandLine> </PropertyGroup> <ItemGroup> <None Include="..\src\os\windows\ottdres.rc.in" /> @@ -38,4 +39,4 @@ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> -</Project> +</Project>
\ No newline at end of file |