From 0ef470ff182f0944dbcad14112063170a24d7eeb Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Thu, 12 Jan 2017 00:19:24 +0300 Subject: [PATCH] windows-untested: Fix paths to gc_version.h * windows-untested/gc.ver: Include gc_version.h instead of ../version.h. * windows-untested/vc60/gc.dsp (SOURCE): Replace version.h with include\gc_version.h. * windows-untested/vc60/libgc.dsp (SOURCE): Likewise. * windows-untested/vc60/libgcmt.dsp (SOURCE): Likewise. * windows-untested/vc70/gc.vcproj (Filter.File): Likewise. * windows-untested/vc70/libgc.vcproj (Filter.File): Likewise. * windows-untested/vc70/libgcmt.vcproj (Filter.File): Likewise. * windows-untested/vc71/gc.vcproj (Filter.File): Likewise. * windows-untested/vc71/libgc.vcproj (Filter.File): Likewise. * windows-untested/vc71/libgcmt.vcproj (Filter.File): Likewise. --- windows-untested/gc.ver | 2 +- windows-untested/vc60/gc.dsp | 2 +- windows-untested/vc60/libgc.dsp | 2 +- windows-untested/vc60/libgcmt.dsp | 2 +- windows-untested/vc70/gc.vcproj | 2 +- windows-untested/vc70/libgc.vcproj | 2 +- windows-untested/vc70/libgcmt.vcproj | 2 +- windows-untested/vc71/gc.vcproj | 2 +- windows-untested/vc71/libgc.vcproj | 2 +- windows-untested/vc71/libgcmt.vcproj | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/windows-untested/gc.ver b/windows-untested/gc.ver index 97920a27..44a7af38 100644 --- a/windows-untested/gc.ver +++ b/windows-untested/gc.ver @@ -1,7 +1,7 @@ #include #include -#include "../include/../version.h" +#include "../include/gc_version.h" #define GC_VERSION_REVISION 0 diff --git a/windows-untested/vc60/gc.dsp b/windows-untested/vc60/gc.dsp index fafcc9c7..c0fef9a3 100644 --- a/windows-untested/vc60/gc.dsp +++ b/windows-untested/vc60/gc.dsp @@ -305,7 +305,7 @@ SOURCE=..\stdafx.h # End Source File # Begin Source File -SOURCE=..\..\version.h +SOURCE=..\..\include\gc_version.h # End Source File # Begin Source File diff --git a/windows-untested/vc60/libgc.dsp b/windows-untested/vc60/libgc.dsp index fdac64e2..399900ad 100644 --- a/windows-untested/vc60/libgc.dsp +++ b/windows-untested/vc60/libgc.dsp @@ -258,7 +258,7 @@ SOURCE=..\stdafx.h # End Source File # Begin Source File -SOURCE=..\..\version.h +SOURCE=..\..\include\gc_version.h # End Source File # Begin Source File diff --git a/windows-untested/vc60/libgcmt.dsp b/windows-untested/vc60/libgcmt.dsp index e31e2680..8fd412e1 100644 --- a/windows-untested/vc60/libgcmt.dsp +++ b/windows-untested/vc60/libgcmt.dsp @@ -218,7 +218,7 @@ SOURCE=..\stdafx.h # End Source File # Begin Source File -SOURCE=..\..\version.h +SOURCE=..\..\include\gc_version.h # End Source File # End Group # End Target diff --git a/windows-untested/vc70/gc.vcproj b/windows-untested/vc70/gc.vcproj index 0cb02fa2..de5008f6 100644 --- a/windows-untested/vc70/gc.vcproj +++ b/windows-untested/vc70/gc.vcproj @@ -310,7 +310,7 @@ RelativePath="..\stdafx.h"> + RelativePath="..\..\include\gc_version.h"> diff --git a/windows-untested/vc70/libgc.vcproj b/windows-untested/vc70/libgc.vcproj index efacacc1..df9d193d 100644 --- a/windows-untested/vc70/libgc.vcproj +++ b/windows-untested/vc70/libgc.vcproj @@ -246,7 +246,7 @@ RelativePath="..\stdafx.h"> + RelativePath="..\..\include\gc_version.h"> diff --git a/windows-untested/vc70/libgcmt.vcproj b/windows-untested/vc70/libgcmt.vcproj index a1015c77..30e335ca 100644 --- a/windows-untested/vc70/libgcmt.vcproj +++ b/windows-untested/vc70/libgcmt.vcproj @@ -216,7 +216,7 @@ RelativePath="..\stdafx.h"> + RelativePath="..\..\include\gc_version.h"> diff --git a/windows-untested/vc71/gc.vcproj b/windows-untested/vc71/gc.vcproj index 50cdb5ec..c930f4d4 100644 --- a/windows-untested/vc71/gc.vcproj +++ b/windows-untested/vc71/gc.vcproj @@ -830,7 +830,7 @@ RelativePath="..\stdafx.h"> + RelativePath="..\..\include\gc_version.h"> diff --git a/windows-untested/vc71/libgc.vcproj b/windows-untested/vc71/libgc.vcproj index 6e369c8a..aabd0fb7 100644 --- a/windows-untested/vc71/libgc.vcproj +++ b/windows-untested/vc71/libgc.vcproj @@ -764,7 +764,7 @@ RelativePath="..\stdafx.h"> + RelativePath="..\..\include\gc_version.h"> diff --git a/windows-untested/vc71/libgcmt.vcproj b/windows-untested/vc71/libgcmt.vcproj index 83f899ae..af8f0865 100644 --- a/windows-untested/vc71/libgcmt.vcproj +++ b/windows-untested/vc71/libgcmt.vcproj @@ -734,7 +734,7 @@ RelativePath="..\stdafx.h"> + RelativePath="..\..\include\gc_version.h"> -- 2.40.0