[gobject-introspection] MSVC Builds: Fix _giscanner projects



commit 35506b60b4383e53836fc24de7f5401c0502eb3d
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Tue Mar 20 17:04:35 2018 +0800

    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.

 win32/vs10/_giscanner.vcxproj         | 4 ++--
 win32/vs10/_giscanner.vcxproj.filters | 4 ++--
 win32/vs9/_giscanner.vcproj           | 4 ++--
 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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]