From 719eff39b1178341626faac3d72b8b0f87e6e378 Mon Sep 17 00:00:00 2001 From: Niels Martin Hansen Date: Wed, 14 Jan 2015 03:40:36 +0100 Subject: [PATCH] Integrate Yasm assembling better in VC build By not having it blindly run before the ClCompile target it won't be checked every time you choose to build a single file from the IDE. Instead it becomes a separate build stage of its own. --- build/ffmpeg/ffmpeg.vcxproj | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/build/ffmpeg/ffmpeg.vcxproj b/build/ffmpeg/ffmpeg.vcxproj index 68ad33834..caea62983 100644 --- a/build/ffmpeg/ffmpeg.vcxproj +++ b/build/ffmpeg/ffmpeg.vcxproj @@ -55,9 +55,14 @@ + + + YasmAssemble; + $(BuildCompileTargets) + +