Serious-Engine/Sources/Ecc
James Le Cuirot bd68934e32
Swap PLATFORM_* macros for standard ones in ecc
This simplifies the standalone CMakeLists.txt file arriving in the
next commit.

_WIN32 is defined by MVSC and the MinGW toolchain for all relevant
Windows versions.

We don't need to explicitly check for UNIX because it's the only
non-Windows case we care about.
2021-11-15 23:33:16 +00:00
..
bison.simple Uploading full engine sources 2016-03-11 15:57:17 +02: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 Remove unused variables in ecc 2021-11-15 23:31:07 +00:00
Scanner.l ECC now works properly with long paths 2016-03-18 03:15:05 +02:00
StdH.h Swap PLATFORM_* macros for standard ones in ecc 2021-11-15 23:33:16 +00:00