summaryrefslogtreecommitdiff
path: root/win32/vs10/_giscanner.vcxproj.filters
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2018-03-20 17:04:35 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2018-03-20 17:10:57 +0800
commit35506b60b4383e53836fc24de7f5401c0502eb3d (patch)
treea8a9535163f12dc93c378f48e93e5e784fc0fa23 /win32/vs10/_giscanner.vcxproj.filters
parent8d6e9edd509105e018f83b732e6199d074acae59 (diff)
downloadgobject-introspection-35506b60b4383e53836fc24de7f5401c0502eb3d.tar.gz
MSVC Builds: Fix _giscanner projects
The scanner[lexer|parser] sources are now in giscanner/, not $(srcroot), so we need to update the Visual Studio project files to make sure things build properly.
Diffstat (limited to 'win32/vs10/_giscanner.vcxproj.filters')
-rw-r--r--win32/vs10/_giscanner.vcxproj.filters4
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/vs10/_giscanner.vcxproj.filters b/win32/vs10/_giscanner.vcxproj.filters
index 1ddc9a24..e1b08d47 100644
--- a/win32/vs10/_giscanner.vcxproj.filters
+++ b/win32/vs10/_giscanner.vcxproj.filters
@@ -16,8 +16,8 @@
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\..\giscanner\giscannermodule.c"><Filter>Sources</Filter></ClCompile>
- <ClCompile Include="..\..\scannerlexer.c"><Filter>Sources</Filter></ClCompile>
- <ClCompile Include="..\..\scannerparser.c"><Filter>Sources</Filter></ClCompile>
+ <ClCompile Include="..\..\giscanner\scannerlexer.c"><Filter>Sources</Filter></ClCompile>
+ <ClCompile Include="..\..\giscanner\scannerparser.c"><Filter>Sources</Filter></ClCompile>
<ClCompile Include="..\..\giscanner\sourcescanner.c"><Filter>Sources</Filter></ClCompile>
</ItemGroup>
</Project>