| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
The GCC variable is set by autoconf and inspected by TEA for this same purpose.
|
| |
|
|
|
|
| |
It's created by configure, not make.
|
|
|
|
|
| |
This file is regenerated upon 'configure'; it should not be deleted by
make.
|
|
|
|
|
|
|
|
| |
-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.
|
|
|
|
|
|
| |
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.
|
| |
|
|
|