Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/LAVFilters.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUnderground78 <underground78@users.sourceforge.net>2013-10-08 01:21:45 +0400
committerUnderground78 <underground78@users.sourceforge.net>2014-06-03 23:44:07 +0400
commit42f583f7c852f9dd8c5ab9596f6565a7ced3a340 (patch)
tree528a7f1c453f0f14f24e04470ecd4fae0d15109e /common/DSUtilLite/DSUtilLite.vcxproj
parent522a06c0a3005e2a52bc28e2563193a645f29f18 (diff)
[MPC-HC] Version number: Add a "git describe based" commit number to identify the vanilla LAV Filters we are based on.mpc-hc-1.7.5-4
This way if we distribute LAV Filters version X.Y.Z.N, it means that our custom build is based on: - the stable version X.Y.Z, - with N official patches (which will be part of next official LAV Filters build), - and some custom non-official patches which are here to improve the integration in MPC-HC.
Diffstat (limited to 'common/DSUtilLite/DSUtilLite.vcxproj')
-rw-r--r--common/DSUtilLite/DSUtilLite.vcxproj6
1 files changed, 6 insertions, 0 deletions
diff --git a/common/DSUtilLite/DSUtilLite.vcxproj b/common/DSUtilLite/DSUtilLite.vcxproj
index b1f438d7..28af7355 100644
--- a/common/DSUtilLite/DSUtilLite.vcxproj
+++ b/common/DSUtilLite/DSUtilLite.vcxproj
@@ -62,11 +62,17 @@
<ClCompile>
<PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
+ <PreBuildEvent>
+ <Command>..\..\update_version.bat</Command>
+ </PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)'=='Release'">
<ClCompile>
<PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
+ <PreBuildEvent>
+ <Command>..\..\update_version.bat</Command>
+ </PreBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
<ClInclude Include="BaseDSPropPage.h" />