From 6d41b1c05d0af26e7ba8389b94a9811de5ea48b3 Mon Sep 17 00:00:00 2001 From: Chuck Rose III Date: Thu, 3 Apr 2008 20:28:40 +0000 Subject: [PATCH] Removed a deleted file from the VStudio System project. Also added custom build commands to engage 64 bit assembler for compilation callback on 64 bit configurations only. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49188 91177308-0d34-0410-b5e6-96231b3b80d8 --- win32/System/System.vcproj | 26 +++++++++++--------------- win32/x86/x86.vcproj | 22 ++++++++++++++++++++++ 2 files changed, 33 insertions(+), 15 deletions(-) diff --git a/win32/System/System.vcproj b/win32/System/System.vcproj index 457340f1513..c450e93c219 100644 --- a/win32/System/System.vcproj +++ b/win32/System/System.vcproj @@ -90,7 +90,7 @@ /> - - diff --git a/win32/x86/x86.vcproj b/win32/x86/x86.vcproj index 1d894f93500..b47d5594334 100644 --- a/win32/x86/x86.vcproj +++ b/win32/x86/x86.vcproj @@ -370,6 +370,28 @@ > + + + + + + + + -- 2.11.0