summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2012-06-01 20:46:56 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2012-06-01 20:46:56 +0000
commit5e52c4592330b5971a107da1bafd115fafb38f54 (patch)
treee5c52da54ae262bab2fb05023f7bf0d3569eb899 /plugins
parentde71d2b71d3a1ca532e7d53d26d7cdbc006ccb2d (diff)
make_ver.bat added to pre-build also in Debug
git-svn-id: http://svn.miranda-ng.org/main/trunk@254 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rw-r--r--plugins/AVS/avs_10.vcxproj6
-rw-r--r--plugins/Chat/chat_10.vcxproj6
-rw-r--r--plugins/Clist/clist_10.vcxproj6
-rw-r--r--plugins/Db3x/db3x_10.vcxproj6
-rw-r--r--plugins/Db3x_mmap/db3x_mmap_10.vcxproj6
-rw-r--r--plugins/FreeImage/FreeImage_10.vcxproj6
-rw-r--r--plugins/Import/import_10.vcxproj6
-rw-r--r--plugins/SRMM/srmm_10.vcxproj6
8 files changed, 48 insertions, 0 deletions
diff --git a/plugins/AVS/avs_10.vcxproj b/plugins/AVS/avs_10.vcxproj
index caad9c794d..c54250164b 100644
--- a/plugins/AVS/avs_10.vcxproj
+++ b/plugins/AVS/avs_10.vcxproj
@@ -101,6 +101,9 @@
<SubSystem>Windows</SubSystem>
<BaseAddress>0x5130000</BaseAddress>
</Link>
+ <PreBuildEvent>
+ <Command>..\..\bin10\make_ver.bat</Command>
+ </PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
@@ -135,6 +138,9 @@
<TargetMachine>MachineX64</TargetMachine>
<BaseAddress>0x5130000</BaseAddress>
</Link>
+ <PreBuildEvent>
+ <Command>..\..\bin10\make_ver.bat</Command>
+ </PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
diff --git a/plugins/Chat/chat_10.vcxproj b/plugins/Chat/chat_10.vcxproj
index 3f8e8fc5ea..8036e029ad 100644
--- a/plugins/Chat/chat_10.vcxproj
+++ b/plugins/Chat/chat_10.vcxproj
@@ -101,6 +101,9 @@
<ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary>
<SubSystem>Windows</SubSystem>
</Link>
+ <PreBuildEvent>
+ <Command>..\..\bin10\make_ver.bat</Command>
+ </PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
@@ -130,6 +133,9 @@
<ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary>
<SubSystem>Windows</SubSystem>
</Link>
+ <PreBuildEvent>
+ <Command>..\..\bin10\make_ver.bat</Command>
+ </PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
diff --git a/plugins/Clist/clist_10.vcxproj b/plugins/Clist/clist_10.vcxproj
index 6f99e501ed..60398ddf74 100644
--- a/plugins/Clist/clist_10.vcxproj
+++ b/plugins/Clist/clist_10.vcxproj
@@ -101,6 +101,9 @@
<SubSystem>Windows</SubSystem>
<AdditionalManifestDependencies>type=%27Win32%27 name=%27Microsoft.Windows.Common-Controls%27 version=%276.0.0.0%27 processorArchitecture=%27*%27 publicKeyToken=%276595b64144ccf1df%27 language=%27*%27;%(AdditionalManifestDependencies)</AdditionalManifestDependencies>
</Link>
+ <PreBuildEvent>
+ <Command>..\..\bin10\make_ver.bat</Command>
+ </PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
@@ -130,6 +133,9 @@
<ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary>
<SubSystem>Windows</SubSystem>
</Link>
+ <PreBuildEvent>
+ <Command>..\..\bin10\make_ver.bat</Command>
+ </PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
diff --git a/plugins/Db3x/db3x_10.vcxproj b/plugins/Db3x/db3x_10.vcxproj
index 4bf61d60c7..09d4f13459 100644
--- a/plugins/Db3x/db3x_10.vcxproj
+++ b/plugins/Db3x/db3x_10.vcxproj
@@ -100,6 +100,9 @@
<SubSystem>Windows</SubSystem>
<BaseAddress>0x5130000</BaseAddress>
</Link>
+ <PreBuildEvent>
+ <Command>..\..\bin10\make_ver.bat</Command>
+ </PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
@@ -128,6 +131,9 @@
<BaseAddress>0x5130000</BaseAddress>
<SubSystem>Windows</SubSystem>
</Link>
+ <PreBuildEvent>
+ <Command>..\..\bin10\make_ver.bat</Command>
+ </PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
diff --git a/plugins/Db3x_mmap/db3x_mmap_10.vcxproj b/plugins/Db3x_mmap/db3x_mmap_10.vcxproj
index 74555d72b2..150dff5ba4 100644
--- a/plugins/Db3x_mmap/db3x_mmap_10.vcxproj
+++ b/plugins/Db3x_mmap/db3x_mmap_10.vcxproj
@@ -100,6 +100,9 @@
<SubSystem>Windows</SubSystem>
<BaseAddress>0x5130000</BaseAddress>
</Link>
+ <PreBuildEvent>
+ <Command>..\..\bin10\make_ver.bat</Command>
+ </PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
@@ -128,6 +131,9 @@
<BaseAddress>0x5130000</BaseAddress>
<SubSystem>Windows</SubSystem>
</Link>
+ <PreBuildEvent>
+ <Command>..\..\bin10\make_ver.bat</Command>
+ </PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
diff --git a/plugins/FreeImage/FreeImage_10.vcxproj b/plugins/FreeImage/FreeImage_10.vcxproj
index a38224f816..d3e1c7b367 100644
--- a/plugins/FreeImage/FreeImage_10.vcxproj
+++ b/plugins/FreeImage/FreeImage_10.vcxproj
@@ -161,6 +161,9 @@
<SubSystem>Windows</SubSystem>
<BaseAddress>0x5130000</BaseAddress>
</Link>
+ <PreBuildEvent>
+ <Command>..\..\bin10\make_ver.bat</Command>
+ </PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
@@ -188,6 +191,9 @@
<BaseAddress>0x5130000</BaseAddress>
<SubSystem>Windows</SubSystem>
</Link>
+ <PreBuildEvent>
+ <Command>..\..\bin10\make_ver.bat</Command>
+ </PreBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
<ProjectReference Include="..\zlib\zlib_10.vcxproj">
diff --git a/plugins/Import/import_10.vcxproj b/plugins/Import/import_10.vcxproj
index 88f9229f1b..5b4b1f518d 100644
--- a/plugins/Import/import_10.vcxproj
+++ b/plugins/Import/import_10.vcxproj
@@ -100,6 +100,9 @@
<SubSystem>Windows</SubSystem>
<AdditionalManifestDependencies>type=%27Win32%27 name=%27Microsoft.Windows.Common-Controls%27 version=%276.0.0.0%27 processorArchitecture=%27X86%27 publicKeyToken=%276595b64144ccf1df%27 language=%27*%27;%(AdditionalManifestDependencies)</AdditionalManifestDependencies>
</Link>
+ <PreBuildEvent>
+ <Command>..\..\bin10\make_ver.bat</Command>
+ </PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
@@ -127,6 +130,9 @@
<ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary>
<SubSystem>Windows</SubSystem>
</Link>
+ <PreBuildEvent>
+ <Command>..\..\bin10\make_ver.bat</Command>
+ </PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
diff --git a/plugins/SRMM/srmm_10.vcxproj b/plugins/SRMM/srmm_10.vcxproj
index 3f649810fd..51ac2a2dcf 100644
--- a/plugins/SRMM/srmm_10.vcxproj
+++ b/plugins/SRMM/srmm_10.vcxproj
@@ -235,6 +235,9 @@
<ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary>
<TargetMachine>MachineX86</TargetMachine>
</Link>
+ <PreBuildEvent>
+ <Command>..\..\bin10\make_ver.bat</Command>
+ </PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<Midl>
@@ -277,6 +280,9 @@
<ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary>
<TargetMachine>MachineX64</TargetMachine>
</Link>
+ <PreBuildEvent>
+ <Command>..\..\bin10\make_ver.bat</Command>
+ </PreBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="cmdlist.c" />