summaryrefslogtreecommitdiff
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
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.
-rw-r--r--win32/vs10/_giscanner.vcxproj4
-rw-r--r--win32/vs10/_giscanner.vcxproj.filters4
-rw-r--r--win32/vs9/_giscanner.vcproj4
3 files changed, 6 insertions, 6 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>
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>
diff --git a/win32/vs9/_giscanner.vcproj b/win32/vs9/_giscanner.vcproj
index c6f0a3e4..5e3d22eb 100644
--- a/win32/vs9/_giscanner.vcproj
+++ b/win32/vs9/_giscanner.vcproj
@@ -159,8 +159,8 @@
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
>
<File RelativePath="..\..\giscanner\giscannermodule.c" />
- <File RelativePath="..\..\scannerlexer.c" />
- <File RelativePath="..\..\scannerparser.c" />
+ <File RelativePath="..\..\giscanner\scannerlexer.c" />
+ <File RelativePath="..\..\giscanner\scannerparser.c" />
<File RelativePath="..\..\giscanner\sourcescanner.c" />
</Filter>
<Filter