Serious-Engine/Sources/Ecc
James Le Cuirot c09d18623e
Allow ecc to be built independently using its own CMakeLists.txt file
This makes cross-compiling easier, and saves having to build once each
for TFE and TSE.

I considered using CMake's import/export feature, but there's little
point when you're only importing one binary target. Pointing the ECC
variable at the ecc binary itself is simpler.

I copied the minimum CMake version of 2.8.7 from the parent
project. To be confident this would actually work, I tested building
under CentOS 7 with CMake 2.8.12.
2021-11-16 23:06:41 +00:00
..
bison.simple Uploading full engine sources 2016-03-11 15:57:17 +02:00
CMakeLists.txt Allow ecc to be built independently using its own CMakeLists.txt file 2021-11-16 23:06:41 +00:00
Ecc.vcxproj Uploading full engine sources 2016-03-11 15:57:17 +02:00
Ecc.vcxproj.filters Uploading full engine sources 2016-03-11 15:57:17 +02:00
Ecc.vcxproj.user Uploading full engine sources 2016-03-11 15:57:17 +02:00
Main.cpp Remove unused variables in ecc 2021-11-15 23:31:07 +00:00
Main.h Swap PLATFORM_* macros for standard ones in ecc 2021-11-15 23:33:16 +00:00
parser.h Adding regenerated parsers so they'll stop spamming my diffs. 2016-03-30 10:59:17 -04:00
Parser.y Allow ecc to be built independently using its own CMakeLists.txt file 2021-11-16 23:06:41 +00:00
Scanner.l Allow ecc to be built independently using its own CMakeLists.txt file 2021-11-16 23:06:41 +00:00
StdH.h Swap PLATFORM_* macros for standard ones in ecc 2021-11-15 23:33:16 +00:00