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

Never, O Never define WIN32 when compiling netgen!
parent d6cfacd9
No related branches found
No related tags found
No related merge requests found
# $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 # Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle
# #
...@@ -23,7 +23,7 @@ include ../variables ...@@ -23,7 +23,7 @@ include ../variables
LIB = ../lib/libGmshNetgen.a LIB = ../lib/libGmshNetgen.a
INCLUDE = -I../Common -Ilibsrc/include -Ilibsrc/interface 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 \ SRC = libsrc/opti/linopt.cpp \
libsrc/opti/bfgs.cpp \ libsrc/opti/bfgs.cpp \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment