mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 19:48:20 +02:00
Added Android support, and generalized target triple support
Added PICLevel, RelocKind DarwinCommon/LinuxCommon/AndroidCommon merged into PosixCommon Mangling changed to avoid '@'
This commit is contained in:
parent
7a27ab75bf
commit
3883a3674d
39 changed files with 3457 additions and 5636 deletions
|
@ -33,7 +33,7 @@ BF_IMPORT void BF_CALLTYPE IDEHelper_ProgramStart();
|
|||
BF_IMPORT void BF_CALLTYPE IDEHelper_ProgramDone();
|
||||
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
{
|
||||
#ifdef TEST_CRASH
|
||||
CrashCatcher catcher;
|
||||
catcher.SetCrashReportKind(BfpCrashReportKind_GUI);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue