From 28d907165fd3e6f130ae2e039caaaee897207de6 Mon Sep 17 00:00:00 2001 From: Vincent Wei Date: Thu, 17 Oct 2019 16:41:36 +0800 Subject: [PATCH] remove standalone option --- configure.ac | 6 ------ 1 file changed, 6 deletions(-) diff --git a/configure.ac b/configure.ac index 6652479d..3b5ff041 100644 --- a/configure.ac +++ b/configure.ac @@ -92,8 +92,6 @@ message_string="no" runtime_mode="procs" -stand_alone="no" - incore_res="no" use_miniguientry="no" fixed_math="yes" @@ -314,10 +312,6 @@ AC_ARG_WITH(runmode, [ --with-runmode=procs/ths/sa the MiniGUI runtime mode ], runtime_mode=$withval) -AC_ARG_ENABLE(standalone, -[ --enable-standalone build MiniGUI-Standalone version ], -stand_alone=$enableval) - AC_ARG_ENABLE(incoreres, [ --enable-incoreres use incore resource instead file IO to initialize MiniGUI ], incore_res=$enableval)