diff options
| author | Shawn Hoffman <godisgovernment@gmail.com> | 2011-01-31 08:14:28 +0000 |
|---|---|---|
| committer | Shawn Hoffman <godisgovernment@gmail.com> | 2011-01-31 08:14:28 +0000 |
| commit | 67a4ac0bf67d9299fb19575ccf5fc2034a8da9fd (patch) | |
| tree | a888cb84958f58d4298227119fdc42c9073ba1e5 /Source/Core/Common | |
| parent | 3b36e0657140a8f54729f55f94ad108547362ed5 (diff) | |
VS2010: Actually make SVNRevGen be processed all the time. Had to add a dummy output file, or VS would ignore it.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7014 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/Common')
| -rw-r--r-- | Source/Core/Common/SVNRevGen.vcxproj | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/Core/Common/SVNRevGen.vcxproj b/Source/Core/Common/SVNRevGen.vcxproj index 471da68ecc..db0566a6ce 100644 --- a/Source/Core/Common/SVNRevGen.vcxproj +++ b/Source/Core/Common/SVNRevGen.vcxproj @@ -45,6 +45,11 @@ <PreBuildEvent> <Command>cscript /nologo /E:VBScript "make_svnrev.h.vbs"</Command> </PreBuildEvent> + <CustomBuild> + <Command> + </Command> + <Outputs>dummy</Outputs> + </CustomBuild> </ItemDefinitionGroup> <ItemGroup> <CustomBuild Include="make_svnrev.h.vbs" /> |
