示例#1
0
        public void run()
        {
            // automated compile with args
            if (m_Cmd != null && m_Cmd.hasArgs && m_Cmd.hasArg(eCmdArgs.INF))
            {
                autoCompile(m_Cmd.argAsString(eCmdArgs.INF));
                return;
            }

            // manuell compile with user input by keyboard
            manuellCompile();
        }