summaryrefslogtreecommitdiffstats
path: root/clang/win32/clangBasic
Commit message (Collapse)AuthorAgeFilesLines
* Kill off clang/win32 which contains the hand generated Visual Studio project ↵Kovarththanan Rajaratnam2009-11-291-236/+0
| | | | | | files. These files are severely out of date and have been superseded by the CMake build system. RIP. llvm-svn: 90081
* Update VS project files. Patch by Cedric Venet!Ted Kremenek2008-06-231-0/+2
| | | | llvm-svn: 52625
* Revert...Steve Naroff2008-05-151-1/+1
| | | | | | | | | | | | | Author: akirtzidis Date: Wed May 14 05:00:15 2008 New Revision: 51101 URL: http://llvm.org/viewvc/llvm-project?rev=51101&view=rev Log: Upgrading VC++ projects to VC++ 2008. I really need to build with VC++ 2005. llvm-svn: 51158
* Upgrading VC++ projects to VC++ 2008.Argyrios Kyrtzidis2008-05-141-1/+1
| | | | llvm-svn: 51101
* Updated VS project files to reference all libraries in the "lib" subdirectory.Ted Kremenek2008-03-171-9/+9
| | | | llvm-svn: 48467
* Update vcproj files.Steve Naroff2008-03-051-0/+8
| | | | llvm-svn: 47967
* Updated VC++ build systemHartmut Kaiser2007-11-071-2/+2
| | | | llvm-svn: 43838
* Updated VC++ build systemHartmut Kaiser2007-10-291-1/+1
| | | | llvm-svn: 43478
* Updated VC++ build systemHartmut Kaiser2007-10-251-0/+4
| | | | llvm-svn: 43370
* Updated VC++ build system.Hartmut Kaiser2007-10-101-0/+8
| | | | llvm-svn: 42836
* Fixed compilation on Windows. Hartmut Kaiser2007-09-071-0/+214
Silenced a couple of warnings. Added *.vcproj file for new clangAnalysis library. Renamed Basic to clangBasic projects. llvm-svn: 41767
OpenPOWER on IntegriCloud