Skip to content
Snippets Groups Projects
Commit dc241680 authored by Jean-François Remacle's avatar Jean-François Remacle
Browse files

*** empty log message ***

parent f7c35cf9
No related branches found
No related tags found
No related merge requests found
// $Id: Main.cpp,v 1.6 2001-08-08 15:36:09 remacle Exp $ // $Id: Main.cpp,v 1.7 2001-08-08 17:51:14 remacle Exp $
#include <signal.h> #include <signal.h>
#include "ParUtil.h" #include "ParUtil.h"
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
#include <sys/resource.h> #include <sys/resource.h>
#endif #endif
#include "PluginManager.h"
#include "Gmsh.h" #include "Gmsh.h"
#include "GmshVersion.h" #include "GmshVersion.h"
#include "Const.h" #include "Const.h"
...@@ -91,6 +92,9 @@ int main(int argc, char *argv[]){ ...@@ -91,6 +92,9 @@ int main(int argc, char *argv[]){
signal(SIGSEGV, Signal); signal(SIGSEGV, Signal);
signal(SIGFPE, Signal); signal(SIGFPE, Signal);
if(CTX.default_plugins)
GMSH_PluginManager::Instance()->RegisterDefaultPlugins();
OpenProblem(CTX.filename); OpenProblem(CTX.filename);
if(yyerrorstate) if(yyerrorstate)
ParUtil::Instance()->Abort(); ParUtil::Instance()->Abort();
......
# $Id: Makefile,v 1.8 2001-08-08 15:36:09 remacle Exp $ # $Id: Makefile,v 1.9 2001-08-08 17:51:14 remacle Exp $
# #
# Makefile for "libBox.a" # Makefile for "libBox.a"
# #
...@@ -11,7 +11,7 @@ RM = rm ...@@ -11,7 +11,7 @@ RM = rm
RANLIB = ranlib RANLIB = ranlib
LIB = ../lib/libBox.a LIB = ../lib/libBox.a
INCLUDE = -I../Common -I../DataStr -I../Geo\ INCLUDE = -I../Common -I../DataStr -I../Geo\
-I../Graphics -I../Mesh -I../Parser -I../Motif -I../Fltk -I../Parallel -I../Graphics -I../Mesh -I../Parser -I../Motif -I../Fltk -I../Plugin -I../Parallel
C_FLAGS = -g C_FLAGS = -g
OS_FLAGS = OS_FLAGS =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment