Added CMake build system (to facilitate Win64 builds)

Win32 build and tests work under CMake, however I haven't added
install code yet. Win64 build fails due to chkstk.S failing to
assemble.
This commit is contained in:
James Lyon
2013-04-21 11:20:20 +01:00
parent 05fa2e754b
commit 8a81f9e103
5 changed files with 254 additions and 4 deletions

View File

@ -3712,7 +3712,7 @@ ST_FUNC void unary(void)
}
}
break;
#ifdef TCC_TARGET_X86_64
#if defined(TCC_TARGET_X86_64) && !defined(TCC_TARGET_PE)
case TOK_builtin_va_arg_types:
{
CType type;