From 855e361ec9d76a81c2348a255c930c27bda7f894 Mon Sep 17 00:00:00 2001 From: midipix Date: May 05 2016 08:23:46 +0000 Subject: compile mode: added .cpp to the list of source suffixes. --- diff --git a/src/logic/slbt_exec_ctx.c b/src/logic/slbt_exec_ctx.c index 320314b..cc5e9b6 100644 --- a/src/logic/slbt_exec_ctx.c +++ b/src/logic/slbt_exec_ctx.c @@ -49,6 +49,7 @@ static char * slbt_source_file(char ** argv) || (!(strcmp(ch,"asm"))) || (!(strcmp(ch,"c"))) || (!(strcmp(ch,"cc"))) + || (!(strcmp(ch,"cpp"))) || (!(strcmp(ch,"cxx")))) return *parg; return 0;