From a4e96f22f77d557649d6d9668477ec02f0955069 Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Thu, 1 Nov 2012 17:25:21 -0700 Subject: [PATCH] Use the full path to the source file for the intermediate file location This fixes the issues with multiple files in different directories with the same name overwriting each other's object files. --- aegisub/build/standard-outdirs.props | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aegisub/build/standard-outdirs.props b/aegisub/build/standard-outdirs.props index 657ee828c..012afbc1a 100644 --- a/aegisub/build/standard-outdirs.props +++ b/aegisub/build/standard-outdirs.props @@ -15,7 +15,7 @@ - $(IntDir) + $(IntDir)/%(Directory) $(AegisubBinaryDir)$(TargetName)$(TargetExt) @@ -26,4 +26,4 @@ $(AegisubLibraryDir)$(ProjectName).lib - \ No newline at end of file +