diff options
Diffstat (limited to 'win32/VMCore/VMCore.vcproj')
-rw-r--r-- | win32/VMCore/VMCore.vcproj | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/win32/VMCore/VMCore.vcproj b/win32/VMCore/VMCore.vcproj index a4324cd..3623f9b 100644 --- a/win32/VMCore/VMCore.vcproj +++ b/win32/VMCore/VMCore.vcproj @@ -4,6 +4,7 @@ Version="7.10" Name="VMCore" ProjectGUID="{45CD78D7-C5D9-47FE-AD12-F3251EEDAFFB}" + RootNamespace="VMCore" Keyword="Win32Proj"> <Platforms> <Platform @@ -145,6 +146,27 @@ RelativePath="..\..\lib\VMCore\Instructions.cpp"> </File> <File + RelativePath="..\..\include\llvm\Intrinsics.td"> + <FileConfiguration + Name="Debug|Win32"> + <Tool + Name="VCCustomBuildTool" + Description="Performing TableGen Step" + CommandLine="..\$(IntDir)\TableGen.exe -gen-intrinsic -I ..\..\include $(InputPath) -o $(InputDir)intrinsics.gen" + AdditionalDependencies="$(ProjectDir)..\$(IntDir)\TableGen.exe" + Outputs="$(InputDir)intrinsics.gen"/> + </FileConfiguration> + <FileConfiguration + Name="Release|Win32"> + <Tool + Name="VCCustomBuildTool" + Description="Performing TableGen Step" + CommandLine="..\$(IntDir)\TableGen.exe -gen-intrinsic -I ..\..\include $(InputPath) -o $(InputDir)intrinsics.gen" + AdditionalDependencies="$(ProjectDir)..\$(IntDir)\TableGen.exe" + Outputs="$(InputDir)intrinsics.gen"/> + </FileConfiguration> + </File> + <File RelativePath="..\..\lib\VMCore\LeakDetector.cpp"> </File> <File @@ -303,6 +325,13 @@ RelativePath="..\..\include\llvm\Assembly\Writer.h"> </File> </Filter> + <Filter + Name="Generated Tablegen Files" + Filter=""> + <File + RelativePath="..\..\include\llvm\intrinsics.gen"> + </File> + </Filter> </Files> <Globals> </Globals> |