COMP: use -iquotedir for including the local '.' directory

- adds into the include-quoted search list instead the general (-Idir)
  search list.

  * makes it less subject to ordering (since it will now generally be
    searched first) and makes it less subject to how duplicate removal
    is implemented. In some compilers (#1627), the last instance of
    a duplicate directory would be used and not the first instance.

  * removes clutter in some Make/options files

COMP: add missing linkage libraries
This commit is contained in:
Mark Olesen
2020-05-06 10:15:32 +02:00
parent b4bf26ea4f
commit 595579e01d
30 changed files with 10 additions and 35 deletions

View File

@ -6,7 +6,7 @@ CGAL_INEXACT = -DCGAL_INEXACT
include $(GENERAL_RULES)/CGAL
EXE_INC = \
EXE_INC = \
${ROUNDING_MATH} \
${EXE_NDEBUG} \
${CGAL_INEXACT} \

View File

@ -26,6 +26,8 @@ EXE_LIBS = \
-lextrudeModel \
-lcv2DMesh \
-lconformalVoronoiMesh \
-lfileFormats \
-lsurfMesh \
-lmeshTools \
-ldynamicMesh \
-ldecompositionMethods \