diff options
author | Jeff Cohen <jeffc@jolt-lang.org> | 2006-03-04 02:19:46 +0000 |
---|---|---|
committer | Jeff Cohen <jeffc@jolt-lang.org> | 2006-03-04 02:19:46 +0000 |
commit | 973e0ef839ed3020eff02bba1d5112291ba0e1f8 (patch) | |
tree | 3ffd97c282fccd7836cd8d2fda00148c46091f83 /win32/TableGen | |
parent | 5a3cf8de5db8d2ca91e77132a40b590c27f497ec (diff) | |
download | external_llvm-973e0ef839ed3020eff02bba1d5112291ba0e1f8.zip external_llvm-973e0ef839ed3020eff02bba1d5112291ba0e1f8.tar.gz external_llvm-973e0ef839ed3020eff02bba1d5112291ba0e1f8.tar.bz2 |
Keep Visual Studio happy.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26516 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'win32/TableGen')
-rw-r--r-- | win32/TableGen/TableGen.vcproj | 23 |
1 files changed, 18 insertions, 5 deletions
diff --git a/win32/TableGen/TableGen.vcproj b/win32/TableGen/TableGen.vcproj index 7c802ac..e0a02b7 100644 --- a/win32/TableGen/TableGen.vcproj +++ b/win32/TableGen/TableGen.vcproj @@ -20,7 +20,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="..\..\include;..;..\..\utils\tablegen" - PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_CONSOLE;__STDC_LIMIT_MACROS" + PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_CONSOLE;__STDC_LIMIT_MACROS" StringPooling="TRUE" MinimalRebuild="TRUE" BasicRuntimeChecks="3" @@ -144,7 +144,8 @@ <Tool Name="VCCustomBuildTool" Description="Flexing $(InputFileName)" - CommandLine="..\doflex.cmd debug $(InputName) $(InputPath)" + CommandLine="..\doflex.cmd debug $(InputName) $(InputPath) +" Outputs="$(InputName).cpp"/> </FileConfiguration> <FileConfiguration @@ -152,7 +153,8 @@ <Tool Name="VCCustomBuildTool" Description="Flexing $(InputFileName)" - CommandLine="..\doflex.cmd release $(InputName) $(InputPath)" + CommandLine="..\doflex.cmd release $(InputName) $(InputPath) +" Outputs="$(InputName).cpp"/> </FileConfiguration> </File> @@ -163,7 +165,8 @@ <Tool Name="VCCustomBuildTool" Description="Bisoning $(InputFileName)" - CommandLine="..\dobison.cmd File debug $(InputName) $(InputPath)" + CommandLine="..\dobison.cmd File debug $(InputName) $(InputPath) +" Outputs="$(InputName).cpp;$(InputName).h;$(InputName).output"/> </FileConfiguration> <FileConfiguration @@ -171,7 +174,8 @@ <Tool Name="VCCustomBuildTool" Description="Bisoning $(InputFileName)" - CommandLine="..\dobison.cmd File release $(InputName) $(InputPath)" + CommandLine="..\dobison.cmd File release $(InputName) $(InputPath) +" Outputs="$(InputName).cpp;$(InputName).h;$(InputName).output"/> </FileConfiguration> </File> @@ -179,6 +183,9 @@ RelativePath="..\..\utils\TableGen\InstrInfoEmitter.cpp"> </File> <File + RelativePath="..\..\utils\TableGen\IntrinsicEmitter.cpp"> + </File> + <File RelativePath="..\..\utils\TableGen\Record.cpp"> </File> <File @@ -208,6 +215,9 @@ RelativePath="..\..\utils\TableGen\CodeGenInstruction.h"> </File> <File + RelativePath="..\..\utils\TableGen\CodeGenIntrinsics.h"> + </File> + <File RelativePath="..\..\utils\TableGen\CodeGenRegisters.h"> </File> <File @@ -220,6 +230,9 @@ RelativePath="..\..\utils\TableGen\InstrInfoEmitter.h"> </File> <File + RelativePath="..\..\utils\TableGen\IntrinsicEmitter.h"> + </File> + <File RelativePath="..\..\utils\TableGen\Record.h"> </File> <File |