Skip to content
Snippets Groups Projects
Commit 7624f64e authored by Francois Henrotte's avatar Francois Henrotte
Browse files

added the compilation flag ONELAB_LOADER

parent f59a3af4
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ ifndef GMSH_DIR
@exit
endif
CPPFLAGS+=-I$(COMMON_DIR) -I$(ONELAB_DIR) -I$(MATHEX_DIR) -g
CPPFLAGS+=-g -DONELAB_LOADER -I$(COMMON_DIR) -I$(ONELAB_DIR) -I$(MATHEX_DIR)
VPATH=$(ONELAB_DIR):$(COMMON_DIR):$(MATHEX_DIR)
OBJECTS=$(foreach OBJ, $(SOURCES), $(OBJDIR)/$(OBJ).o)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment