diff options
author | Jeff Cohen <jeffc@jolt-lang.org> | 2005-01-01 20:51:41 +0000 |
---|---|---|
committer | Jeff Cohen <jeffc@jolt-lang.org> | 2005-01-01 20:51:41 +0000 |
commit | 184d84b07da9adcc49afa27781b0a120c00db44f (patch) | |
tree | 396eb57867eaf5b4d26a830bcec53f7699c95612 /win32/TableGen | |
parent | f80c516c58388be17cf1beba7867bd994898355d (diff) | |
download | external_llvm-184d84b07da9adcc49afa27781b0a120c00db44f.zip external_llvm-184d84b07da9adcc49afa27781b0a120c00db44f.tar.gz external_llvm-184d84b07da9adcc49afa27781b0a120c00db44f.tar.bz2 |
Add llvm-as project to Visual Studio
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19227 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'win32/TableGen')
-rw-r--r-- | win32/TableGen/TableGen.vcproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/TableGen/TableGen.vcproj b/win32/TableGen/TableGen.vcproj index 9c22918..ee35cc4 100644 --- a/win32/TableGen/TableGen.vcproj +++ b/win32/TableGen/TableGen.vcproj @@ -170,7 +170,7 @@ move $(InputDir)$(InputName).hpp $(InputDir)$(InputName).h <Tool Name="VCCustomBuildTool" Description="Performing bison" - CommandLine="..\tools\bison -pFile -tdo$(InputDir)$(InputName).cpp $(InputPath) + CommandLine="..\tools\bison -pFile -do$(InputDir)$(InputName).cpp $(InputPath) move $(InputDir)$(InputName).hpp $(InputDir)$(InputName).h " Outputs="$(InputDir)$(InputName).cpp;$(InputDir)$(InputName).h"/> |