summaryrefslogtreecommitdiff
path: root/templates/vc10.mpd
diff options
context:
space:
mode:
Diffstat (limited to 'templates/vc10.mpd')
-rw-r--r--templates/vc10.mpd12
1 files changed, 6 insertions, 6 deletions
diff --git a/templates/vc10.mpd b/templates/vc10.mpd
index 48b8d275..b1b96f5c 100644
--- a/templates/vc10.mpd
+++ b/templates/vc10.mpd
@@ -383,7 +383,7 @@
<SubSystem><%SubSystem%></SubSystem>
<%endif%>
<%if(GenerateDebugInformation)%>
- <GenerateDebugInformation>true</GenerateDebugInformation>
+ <GenerateDebugInformation><%GenerateDebugInformation%></GenerateDebugInformation>
<%endif%>
<AdditionalDependencies><%foreach(reverse(libs))%><%libname_prefix%><%lib%><%if(use_lib_modifier)%><%lib_modifier%><%endif%><%lib_ext%>;<%endfor%><%foreach(reverse(lit_libs))%><%lit_lib%>.lib;<%endfor%><%foreach(reverse(pure_libs))%> <%pure_lib%>;<%endfor%>%(AdditionalDependencies)</AdditionalDependencies>
<%if(exename || sharedname || staticname)%>
@@ -768,7 +768,7 @@
<ItemGroup>
<%foreach(custom_type->input_files)%>
<%if(custom_type->input_file->output_files)%>
- <CustomBuildStep Include="<%custom_type->input_file%>">
+ <CustomBuild Include="<%custom_type->input_file%>">
<%foreach(configurations)%>
<%foreach(platforms)%>
<Command Condition="'$(Configuration)|$(Platform)'=='<%configuration%>|<%platform%>'"><%if(custom_type->libpath)%>PATH=%PATH%;<%custom_type->libpath%>&#x0D;&#x0A;<%endif%><%if(flag_overrides(custom_type->input_file, gendir))%>if not exist <%flag_overrides(custom_type->input_file, gendir)%> mkdir <%flag_overrides(custom_type->input_file, gendir)%>&#x0D;&#x0A;<%endif%><%if(flag_overrides(custom_type->input_file, command))%><%flag_overrides(custom_type->input_file, command)%><%else%><%custom_type->command%><%endif%> <%if(flag_overrides(custom_type->input_file, commandflags))%><%flag_overrides(custom_type->input_file, commandflags)%><%else%><%custom_type->commandflags%><%endif%> <%if(custom_type->output_option)%>&quot;<%custom_type->input_file%>&quot; <%custom_type->output_option%><%foreach(custom_type->input_file->output_files)%> &quot;<%if(flag_overrides(custom_type->input_file, gendir))%><%flag_overrides(custom_type->input_file, gendir)%>\<%basename(custom_type->input_file->output_file)%><%else%><%custom_type->input_file->output_file%><%endif%>&quot;<%endfor%><%else%>&quot;<%custom_type->input_file%>&quot;<%endif%><%if(flag_overrides(custom_type->input_file, postcommand))%><%foreach(custom_type->input_file)%> &amp;&amp; <%flag_overrides(custom_type->input_file, postcommand)%><%endfor%><%else%><%if(custom_type->postcommand)%><%foreach(custom_type->input_file)%> &amp;&amp; <%custom_type->postcommand%><%endfor%><%endif%><%endif%><%if(pch_header)%><%if(custom_type->pch_postrule)%><%foreach(custom_type->input_file->source_output_files)%> &amp;&amp; echo #include &quot;<%pch_header%>&quot; &gt; temporary.src &amp;&amp; type &quot;<%if(flag_overrides(custom_type->input_file, gendir))%><%flag_overrides(custom_type->input_file, gendir)%>\<%basename(custom_type->input_file->source_output_file)%><%else%><%custom_type->input_file->source_output_file%><%endif%>&quot; &gt;&gt; temporary.src &amp;&amp; move /y temporary.src &quot;<%if(flag_overrides(custom_type->input_file, gendir))%><%flag_overrides(custom_type->input_file, gendir)%>\<%basename(custom_type->input_file->source_output_file)%><%else%><%custom_type->input_file->source_output_file%><%endif%>&quot;<%endfor%><%endif%><%endif%></Command>
@@ -787,7 +787,7 @@
<%endif%>
<%endfor%>
<%endfor%>
- </CustomBuildStep>
+ </CustomBuild>
<%else%>
<None Include="<%custom_type->input_file%>">
<%foreach(configurations)%>
@@ -811,14 +811,14 @@
<%if(documentation_files)%>
<ItemGroup>
<%foreach(documentation_files)%>
- <CustomBuildStep Include="<%documentation_file%>">
+ <CustomBuild Include="<%documentation_file%>">
<FileType>Document</FileType>
<%foreach(configurations)%>
<%foreach(platforms)%>
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='<%configuration%>|<%platform%>'">true</ExcludedFromBuild>
<%endfor%>
<%endfor%>
- </CustomBuildStep>
+ </CustomBuild>
<%endfor%>
</ItemGroup>
<%endif%>
@@ -832,4 +832,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
-</Project> \ No newline at end of file
+</Project>