Skip to content

Commit d57e8c3

Browse files
committed
build-sys: ctags_vs2013.vcxproj*: generated version
A separate commit to show what are changed by the generator.
1 parent a5ef7fb commit d57e8c3

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

win32/ctags_vs2013.vcxproj

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ItemGroup Label="ProjectConfigurations">
44
<ProjectConfiguration Include="Debug|Win32">
@@ -178,12 +178,7 @@
178178
<ClCompile Include="..\gnulib\malloc\dynarray_resize.c" />
179179
<ClCompile Include="..\gnulib\mempcpy.c" />
180180
<ClCompile Include="..\gnulib\nl_langinfo.c" />
181-
<ClCompile Include="..\gnulib\regex.c">
182-
<WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>
183-
<WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">TurnOffAllWarnings</WarningLevel>
184-
<WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>
185-
<WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">TurnOffAllWarnings</WarningLevel>
186-
</ClCompile>
181+
<ClCompile Include="..\gnulib\regex.c" />
187182
<ClCompile Include="..\gnulib\setlocale_null.c" />
188183
<ClCompile Include="..\gnulib\wmempcpy.c" />
189184
<ClCompile Include="..\main\CommonPrelude.c" />
@@ -361,7 +356,7 @@
361356
<ClCompile Include="..\parsers\windres.c" />
362357
<ClCompile Include="..\parsers\yacc.c" />
363358
<ClCompile Include="..\parsers\yumrepo.c" />
364-
<ClCompile Include="mkstemp\mkstemp.c" />
359+
<ClCompile Include="..\win32\mkstemp\mkstemp.c" />
365360
</ItemGroup>
366361
<ItemGroup>
367362
<ClInclude Include="..\dsl\es.h" />
@@ -460,4 +455,4 @@
460455
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
461456
<ImportGroup Label="ExtensionTargets">
462457
</ImportGroup>
463-
</Project>
458+
</Project>

win32/ctags_vs2013.vcxproj.filters

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@
591591
<ClCompile Include="..\parsers\yumrepo.c">
592592
<Filter>Source Files\parsers</Filter>
593593
</ClCompile>
594-
<ClCompile Include="mkstemp\mkstemp.c">
594+
<ClCompile Include="..\win32\mkstemp\mkstemp.c">
595595
<Filter>Source Files\win32\mkstemp</Filter>
596596
</ClCompile>
597597
</ItemGroup>
@@ -869,4 +869,4 @@
869869
<Filter>Resource Files</Filter>
870870
</ResourceCompile>
871871
</ItemGroup>
872-
</Project>
872+
</Project>

0 commit comments

Comments
 (0)