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

fix compile for msvc

parent 3b95283b
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ include ../../variables ...@@ -7,7 +7,7 @@ include ../../variables
LIB = ../../lib/libGmshNR${LIBEXT} LIB = ../../lib/libGmshNR${LIBEXT}
INC = ${DASH}I../../Common INC = ${DASH}I../../Common ${DASH}I.
# don't optimize this library: there are some problems with gcc... # don't optimize this library: there are some problems with gcc...
CFLAGS = ${FLAGS} ${INC} CFLAGS = ${FLAGS} ${INC}
......
...@@ -46,7 +46,7 @@ endif ...@@ -46,7 +46,7 @@ endif
LINKER=cl /F16777216 LINKER=cl /F16777216
# All compiler flags except optimization flags # All compiler flags except optimization flags
FLAGS=/DWIN32 /D_USE_MATH_DEFINES /DHAVE_NO_DLL /DHAVE_NO_VSNPRINTF /DHAVE_NO_SOCKLEN_T /DHAVE_ANN /DHAVE_MATH_EVAL FLAGS=/DWIN32 /D_USE_MATH_DEFINES /DHAVE_NO_DLL /DHAVE_NO_SOCKLEN_T /DHAVE_ANN /DHAVE_MATH_EVAL
# Additional system includes ($INCLUDE is automatically defined by MSVC when # Additional system includes ($INCLUDE is automatically defined by MSVC when
# you launch the MSVC command prompt) # you launch the MSVC command prompt)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment