Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix CXX for windows | William Joye | 2019-12-19 | 1 | -1/+9 |
| | |||||
* | fix TEA for CXX | William Joye | 2019-12-18 | 1 | -0/+1 |
| | |||||
* | update TEA 3.13 | William Joye | 2019-01-02 | 1 | -7/+16 |
| | |||||
* | Set MSVC cflags on Cygwin when the compiler is not GCC | Adrián Medraño Calvo | 2017-08-29 | 1 | -3/+3 |
| | | | | The GCC variable is set by autoconf and inspected by TEA for this same purpose. | ||||
* | comment out MSVB flags, need a better wayv3.2.7 | William Joye | 2017-08-08 | 1 | -3/+3 |
| | |||||
* | Don't remove pkgIndex.tcl on 'make clean' | Adrián Medraño Calvo | 2017-07-27 | 1 | -1/+1 |
| | | | | It's created by configure, not make. | ||||
* | Don't remove tkbltConfig.sh on 'make clean' | Adrián Medraño Calvo | 2017-07-21 | 1 | -2/+1 |
| | | | | | This file is regenerated upon 'configure'; it should not be deleted by make. | ||||
* | Add Windows-specific CFLAGS | Adrián Medraño Calvo | 2017-07-20 | 1 | -1/+3 |
| | | | | | | | | -TP: C++ -EHsc: specify exception handling -D_USE_MATH_DEFINES: cmath constants -D_CRT_SECURE_NO_WARNINGS: ignore *strncpy*/*printf* warnings; alternatives have different signatures. | ||||
* | Better align with TEA's expected file layout | Adrián Medraño Calvo | 2017-07-18 | 1 | -53/+53 |
| | | | | | | TEA is quite picky about packages placing their sources in the generic/, unix/, etc. directories. An immediate benefit of this change is support for building in a separate directory. | ||||
* | minor config changev3.2.5 | William Joye | 2017-04-21 | 1 | -0/+1 |
| | |||||
* | updated TEA 3.10 | William Joye | 2017-01-05 | 1 | -0/+235 |