From 915e2f8662281111551bccdb1f7fe3b5988e6571 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sat, 3 Jul 2004 02:28:46 +0000 Subject: [PATCH] Never, O Never define WIN32 when compiling netgen! --- Netgen/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Netgen/Makefile b/Netgen/Makefile index 986340c7e8..7b5828793d 100644 --- a/Netgen/Makefile +++ b/Netgen/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.5 2004-07-01 17:37:22 geuzaine Exp $ +# $Id: Makefile,v 1.6 2004-07-03 02:28:46 geuzaine Exp $ # # Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle # @@ -23,7 +23,7 @@ include ../variables LIB = ../lib/libGmshNetgen.a INCLUDE = -I../Common -Ilibsrc/include -Ilibsrc/interface -CFLAGS = ${OPTIM} ${FLAGS} ${INCLUDE} -DNO_PARALLEL_THREADS +CFLAGS = ${OPTIM} ${FLAGS} ${INCLUDE} -DNO_PARALLEL_THREADS -UWIN32 SRC = libsrc/opti/linopt.cpp \ libsrc/opti/bfgs.cpp \ -- GitLab