From 0acaad1b446fbe76e7dc6924f3005d3bf88f73ce Mon Sep 17 00:00:00 2001 From: Gabriel Bouvigne <gabriel.bouvigne@joost.com> Date: Thu, 10 Apr 2008 08:59:19 -0600 Subject: [PATCH] update msvc projectfile --- build/win32/libx264.vcproj | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/build/win32/libx264.vcproj b/build/win32/libx264.vcproj index bc0558be..f3d74673 100644 --- a/build/win32/libx264.vcproj +++ b/build/win32/libx264.vcproj @@ -1050,7 +1050,7 @@ RelativePath="..\..\common\x86\dct.h"> </File> <File - RelativePath="..\..\common\x86\deblock-a.asm"> + RelativePath="..\..\common\x86\cabac-a.asm"> <FileConfiguration Name="Release|Win32"> <Tool @@ -1076,6 +1076,33 @@ Outputs="$(IntDir)\$(InputName).obj"/> </FileConfiguration> </File> + <File + RelativePath="..\..\common\x86\deblock-a.asm"> + <FileConfiguration + Name="Release|Win32"> + <Tool + Name="VCCustomBuildTool" + Description="Assembly $(InputPath)" + CommandLine="nasm -I..\..\common\x86\ -f win32 -O2 -DPREFIX -o "$(IntDir)\$(InputName)".obj "$(InputPath)"" + Outputs="$(IntDir)\$(InputName).obj"/> + </FileConfiguration> + <FileConfiguration + Name="Debug|Win32"> + <Tool + Name="VCCustomBuildTool" + Description="Assembly $(InputPath)" + CommandLine="nasm -I..\..\common\x86\ -f win32 -O2 -DPREFIX -o "$(IntDir)\$(InputName)".obj "$(InputPath)"" + Outputs="$(IntDir)\$(InputName).obj"/> + </FileConfiguration> + <FileConfiguration + Name="Release64|Win32"> + <Tool + Name="VCCustomBuildTool" + Description="Assembly $(InputPath)" + CommandLine="yasm -f win32 -O2 -m AMD64 -DWIN64 -o "$(IntDir)\$(InputName)".obj "$(InputPath)"" + Outputs="$(IntDir)\$(InputName).obj"/> + </FileConfiguration> + </File> <File RelativePath="..\..\common\x86\x86inc.asm"> <FileConfiguration -- 2.40.0