This change does a couple of things. First it gets the Visual Studio builds working.
authorChuck Rose III <cfr@adobe.com>
Wed, 21 Nov 2007 00:37:56 +0000 (00:37 +0000)
committerChuck Rose III <cfr@adobe.com>
Wed, 21 Nov 2007 00:37:56 +0000 (00:37 +0000)
commit0ccb93034a47303509ee2c89b8bf13956a510b94
tree0f018d27ea0483897e0e492b0c8800cf31992ce3
parent526e39a02b73dd094348d63bbaf63bad5a3d7222
This change does a couple of things.  First it gets the Visual Studio builds working.
I added the lexing files to the VStudio projects and removed the .l files from the
VStudio projects.  There was a problem with use of strtoll in TGLexer.cpp and Chris
suggested switching to strtol, so that's included here.

Additionally, this checkin adds minimal x64 builds to the VStudio builds.  Build issues
related to x64 in the windows specific files for DynamicLibrary.inc and Singals.inc
are worked around, but not ultimately solved.  Binaries used to be stored in

...\win32\{Debug|Release}

but are now kept in

...\win32\bin\{win32|x64}\{Debug|Release}

intermediate files will continue to be stored in the individual project directories under
win32.

Some names will likely change in the future to reflect that the vstudio projects
are no longer 32-bit only, but I wanted to get things up and running today so kept away
from bigger restructuring.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44260 91177308-0d34-0410-b5e6-96231b3b80d8
35 files changed:
lib/System/Win32/DynamicLibrary.inc
lib/System/Win32/Signals.inc
utils/TableGen/TGLexer.cpp
win32/Analysis/Analysis.vcproj
win32/Archive/Archive.vcproj
win32/AsmParser/AsmParser.vcproj
win32/Bitcode/Bitcode.vcproj
win32/CBackend/CBackend.vcproj
win32/CodeGen/CodeGen.vcproj
win32/Configure/Configure.vcproj
win32/ExecutionEngine/ExecutionEngine.vcproj
win32/Fibonacci/Fibonacci.vcproj
win32/Linker/Linker.vcproj
win32/Support/Support.vcproj
win32/System/System.vcproj
win32/TableGen/TableGen.vcproj
win32/Target/Target.vcproj
win32/Transforms/Transforms.vcproj
win32/VMCore/VMCore.vcproj
win32/bugpoint/bugpoint.vcproj
win32/dobison.cmd
win32/llc/llc.vcproj
win32/lli/lli.vcproj
win32/llvm-ar/llvm-ar.vcproj
win32/llvm-as/llvm-as.vcproj
win32/llvm-bcanalyzer/llvm-bcanalyzer.vcproj
win32/llvm-dis/llvm-dis.vcproj
win32/llvm-ld/llvm-ld.vcproj
win32/llvm-link/llvm-link.vcproj
win32/llvm-nm/llvm-nm.vcproj
win32/llvm-prof/llvm-prof.vcproj
win32/llvm-ranlib/llvm-ranlib.vcproj
win32/llvm.sln
win32/opt/opt.vcproj
win32/x86/x86.vcproj