summaryrefslogtreecommitdiff
path: root/msvcc.sh
Commit message (Collapse)AuthorAgeFilesLines
* Enable forcing the usage of the static CRT in libffi's msvc wrapperEhsan Akhgari2014-07-311-2/+18
| | | | This is required for AddressSanitizer builds with clang-cl.
* Add support for building with clang-clEhsan Akhgari2014-06-121-1/+5
|
* Bug 1014976 - Don't make --enable-debug imply using the debug CRT in libffi.Mike Hommey2014-06-021-1/+5
|
* Various compatibility fixes and improvements to msvcc.sh.Ryan VanderMeulen2014-03-181-5/+41
| | | | | | | | * Don't try to mix incompatible optimization flags in debug builds. * Workaround ax_cc_maxopt.m4 not supporting MSVC and change -O3 to -O2. * Fix MSVC warning by properly passing linker flags to compiler. * Make msvcc.sh return 1 if invalid command line options are used rather than silently eating them. * Add more comments.
* Fix msvcc.sh botchAnthony Green2011-02-081-5/+17
|
* RebaseAnthony Green2010-11-211-17/+5
|
* Fix debug build for windowsAnthony Green2010-08-051-6/+18
|
* Don't use -safeseh with ml64Anthony Green2010-08-051-1/+3
|
* Remove warnings and add OS/2 supportAnthony Green2010-04-131-2/+3
|
* Dan Witte's windows build fixes.Anthony Green2010-03-301-4/+1
|
* Add msvc.sh wrapperAnthony Green2010-01-151-0/+185