summaryrefslogtreecommitdiff
path: root/win32/vs10/_giscanner.vcxproj
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
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')
-rw-r--r--win32/vs10/_giscanner.vcxproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/vs10/_giscanner.vcxproj b/win32/vs10/_giscanner.vcxproj
index d8cb7f8e..97d97dda 100644
--- a/win32/vs10/_giscanner.vcxproj
+++ b/win32/vs10/_giscanner.vcxproj
@@ -172,8 +172,8 @@
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="..\..\giscanner\giscannermodule.c" />
- <ClCompile Include="..\..\scannerlexer.c" />
- <ClCompile Include="..\..\scannerparser.c" />
+ <ClCompile Include="..\..\giscanner\scannerlexer.c" />
+ <ClCompile Include="..\..\giscanner\scannerparser.c" />
<ClCompile Include="..\..\giscanner\sourcescanner.c" />
</ItemGroup>
<ItemGroup>