aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorSébastien Brochet <blinkseb@xbmc.org>2011-09-25 11:28:27 +0200
committerSébastien Brochet <blinkseb@xbmc.org>2011-09-25 11:28:27 +0200
commit2ed92e919ec6d88e7b9ef9e3b978657007488f2b (patch)
treebb743d1e675927e8287a8c08bc4b776387a9dc2c /project
parent85586f307dea1da3ca8c79a3dfadd61e9eafe40c (diff)
[WIN32] fixed: wrong input in XBMC project.
Diffstat (limited to 'project')
-rw-r--r--project/VS2010Express/XBMC.vcxproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/VS2010Express/XBMC.vcxproj b/project/VS2010Express/XBMC.vcxproj
index 55773b764e..2afc1fa929 100644
--- a/project/VS2010Express/XBMC.vcxproj
+++ b/project/VS2010Express/XBMC.vcxproj
@@ -1684,7 +1684,7 @@
<CustomBuild Include="..\..\xbmc\win32\PlatformInclude.h">
<Command Condition="'$(Configuration)|$(Platform)'=='Release (DirectX)|Win32'">update_git_rev.bat</Command>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release (DirectX)|Win32'">..\..\xbmc\win32\git_rev.h;%(Outputs)</Outputs>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release (DirectX)|Win32'">..\..\git\HEAD;..\..\xbmc\win32\git_rev.tmpl</AdditionalInputs>
+ <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release (DirectX)|Win32'">..\..\.git\HEAD;..\..\xbmc\win32\git_rev.tmpl</AdditionalInputs>
<Command Condition="'$(Configuration)|$(Platform)'=='Release (OpenGL)|Win32'">update_git_rev.bat</Command>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release (OpenGL)|Win32'">..\..\xbmc\win32\git_rev.h;%(Outputs)</Outputs>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release (OpenGL)|Win32'">..\..\git\HEAD;..\..\xbmc\win32\git_rev.tmpl</AdditionalInputs>