Skip to content
Snippets Groups Projects
Commit c80c7d6d authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

include -I../Parser before -I../MathEval to avoid confusing parser.h with
Parser.h on stupid case-insensitive systems like Win32/Cygwin
parent 88af71c9
No related branches found
No related tags found
No related merge requests found
# $Id: Makefile,v 1.67 2004-12-07 04:52:25 geuzaine Exp $
# $Id: Makefile,v 1.68 2004-12-09 02:57:03 geuzaine Exp $
#
# Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle
#
......@@ -22,8 +22,8 @@
include ../variables
LIB = ../lib/libGmshCommon.a
INCLUDE = -I../Common -I../DataStr -I../Geo -I../Graphics -I../MathEval\
-I../Mesh -I../Numeric -I../Parser -I../Plugin -I../Fltk
INCLUDE = -I../Common -I../DataStr -I../Geo -I../Graphics -I../Mesh\
-I../Numeric -I../Parser -I../Plugin -I../Fltk -I../MathEval
CFLAGS = ${OPTIM} ${FLAGS} ${INCLUDE}
SRC = Context.cpp\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment