diff options
author | wiso <wiso@svn> | 2010-05-12 16:44:25 +0000 |
---|---|---|
committer | wiso <wiso@svn> | 2010-05-12 16:44:25 +0000 |
commit | ee78e435f95514038be74ba5b0a0066714e56979 (patch) | |
tree | a91c6571b2f59dc0e525f9e1a61219f41347b4a3 /lib | |
parent | c8a42eeda432626d1138e3a2815a4d7eb95f0a99 (diff) |
[WIN32] grr, don't exclude this custom step in release mode (thanks Jezz_X)
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30052 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'lib')
-rw-r--r-- | lib/liblame/vc_solution/vc9_libmp3lame_dll.vcproj | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/liblame/vc_solution/vc9_libmp3lame_dll.vcproj b/lib/liblame/vc_solution/vc9_libmp3lame_dll.vcproj index e9803b26d4..fd4ad84703 100644 --- a/lib/liblame/vc_solution/vc9_libmp3lame_dll.vcproj +++ b/lib/liblame/vc_solution/vc9_libmp3lame_dll.vcproj @@ -1744,12 +1744,11 @@ </FileConfiguration>
<FileConfiguration
Name="ReleaseNASM|Win32"
- ExcludedFromBuild="true"
>
<Tool
Name="VCCustomBuildTool"
Description="Performing Custom Build Step on $(InputName)"
- CommandLine="copy ..\configMS.h ..\config.h"
+ CommandLine="copy ..\configMS.h ..\config.h
"
Outputs="..\config.h"
/>
</FileConfiguration>
|