summaryrefslogtreecommitdiffstats
path: root/llvm/win32/dobison.cmd
Commit message (Collapse)AuthorAgeFilesLines
* remove the win32 tree, it's stale and confusing.Chris Lattner2009-11-071-29/+0
| | | | llvm-svn: 86358
* Fix win32 when no bison is around, PR2331, patch by 'hume'.Chris Lattner2008-05-241-0/+2
| | | | llvm-svn: 51539
* Fix PR1888, patch by Wilhansen Li.Chris Lattner2008-01-021-2/+2
| | | | llvm-svn: 45501
* This change does a couple of things. First it gets the Visual Studio builds ↵Chuck Rose III2007-11-211-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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. llvm-svn: 44260
* Visual Studio enters the future of bisoning.Jeff Cohen2006-02-161-2/+2
| | | | llvm-svn: 26227
* Fine tune Visual Studio's use of bison/flex.Jeff Cohen2005-10-271-10/+10
| | | | llvm-svn: 24025
* Eliminate need for bison/flex in Visual Studio builds.Jeff Cohen2005-10-261-0/+22
llvm-svn: 23999
OpenPOWER on IntegriCloud