aboutsummaryrefslogtreecommitdiffstats
path: root/win32/x86/x86.vcproj
diff options
context:
space:
mode:
authorChuck Rose III <cfr@adobe.com>2008-04-03 20:28:40 +0000
committerChuck Rose III <cfr@adobe.com>2008-04-03 20:28:40 +0000
commitedfe37eea7d0b3983d86830f20e3a8115eaefb27 (patch)
tree57a77eb3807c946b863e38866f88d407b9fb6037 /win32/x86/x86.vcproj
parent42f9140ba4c213f29d988b2734bb4261dc326246 (diff)
downloadexternal_llvm-edfe37eea7d0b3983d86830f20e3a8115eaefb27.zip
external_llvm-edfe37eea7d0b3983d86830f20e3a8115eaefb27.tar.gz
external_llvm-edfe37eea7d0b3983d86830f20e3a8115eaefb27.tar.bz2
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
Diffstat (limited to 'win32/x86/x86.vcproj')
-rw-r--r--win32/x86/x86.vcproj22
1 files changed, 22 insertions, 0 deletions
diff --git a/win32/x86/x86.vcproj b/win32/x86/x86.vcproj
index 1d894f9..b47d559 100644
--- a/win32/x86/x86.vcproj
+++ b/win32/x86/x86.vcproj
@@ -370,6 +370,28 @@
>
</File>
<File
+ RelativePath="..\..\lib\Target\X86\X86CompilationCallback_Win64.asm"
+ >
+ <FileConfiguration
+ Name="Debug|x64"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ CommandLine="ml64.exe /c /nologo /Fo &quot;$(IntDir)X86CompilationCallback_Win64.obj&quot; /Zi $(InputPath)"
+ Outputs="&quot;$(IntDir)X86CompilationCallback_Win64.obj&quot;"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|x64"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ CommandLine="ml64.exe /c /nologo /Fo &quot;$(IntDir)X86CompilationCallback_Win64.obj&quot; /Zi $(InputPath)"
+ Outputs="&quot;$(IntDir)X86CompilationCallback_Win64.obj&quot;"
+ />
+ </FileConfiguration>
+ </File>
+ <File
RelativePath="..\..\lib\Target\X86\X86ELFWriterInfo.cpp"
>
</File>