diff options
author | wiso <wiso@svn> | 2010-05-11 18:58:26 +0000 |
---|---|---|
committer | wiso <wiso@svn> | 2010-05-11 18:58:26 +0000 |
commit | 0758e20d62fb679c8de8145cc91df8cc187aa592 (patch) | |
tree | 24e733995535afc54cb3ff7e69481eb93f229fac /lib/liblame | |
parent | d66428b8d509494f31cab9a8a2bb8ecd7544be05 (diff) |
[WIN32] fixed: config.h wasn't copied from configMS.h in release mode (thanks kraqh3d for pointing that out)
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30017 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'lib/liblame')
-rw-r--r-- | lib/liblame/vc_solution/vc9_libmp3lame_dll.vcproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/liblame/vc_solution/vc9_libmp3lame_dll.vcproj b/lib/liblame/vc_solution/vc9_libmp3lame_dll.vcproj index 56f8a94f8e..e9803b26d4 100644 --- a/lib/liblame/vc_solution/vc9_libmp3lame_dll.vcproj +++ b/lib/liblame/vc_solution/vc9_libmp3lame_dll.vcproj @@ -1748,6 +1748,9 @@ >
<Tool
Name="VCCustomBuildTool"
+ Description="Performing Custom Build Step on $(InputName)"
+ CommandLine="copy ..\configMS.h ..\config.h"
+ Outputs="..\config.h"
/>
</FileConfiguration>
<FileConfiguration
|