From 218c1c382c61cd541a979e730a0c1f56af6ceaca Mon Sep 17 00:00:00 2001 From: andy Date: Wed, 24 Nov 2010 13:19:02 +0000 Subject: [PATCH 1/2] COMP: removed trailing spaces after backslash to avoid comp warning msgs --- src/edgeMesh/Make/options | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/edgeMesh/Make/options b/src/edgeMesh/Make/options index 4796c18e22..3c1b5258d3 100644 --- a/src/edgeMesh/Make/options +++ b/src/edgeMesh/Make/options @@ -1,9 +1,9 @@ EXE_INC = \ -I$(LIB_SRC)/fileFormats/lnInclude \ - -I$(LIB_SRC)/triSurface/lnInclude \ - -I$(LIB_SRC)/meshTools/lnInclude + -I$(LIB_SRC)/triSurface/lnInclude \ + -I$(LIB_SRC)/meshTools/lnInclude LIB_LIBS = \ -ltriSurface \ - -lmeshTools \ + -lmeshTools \ -lfileFormats From 0a5a2430a4a0c789a0ab84773abd476acbf9e7e5 Mon Sep 17 00:00:00 2001 From: andy Date: Wed, 24 Nov 2010 13:22:20 +0000 Subject: [PATCH 2/2] COMP: Re-ordered components of src/Allwmake to avoid build dependency probs --- src/Allwmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Allwmake b/src/Allwmake index 354aee075d..2fd099352d 100755 --- a/src/Allwmake +++ b/src/Allwmake @@ -21,16 +21,16 @@ OSspecific/$WM_OSTYPE/Allwmake wmake libso OpenFOAM wmake libso fileFormats +wmake libso triSurface +wmake libso meshTools wmake libso edgeMesh wmake libso surfMesh -wmake libso triSurface # Decomposition methods needed by dummyThirdParty parallel/decompose/AllwmakeLnInclude # dummyThirdParty (dummy metisDecomp, scotchDecomp etc) needed by e.g. meshTools dummyThirdParty/Allwmake -wmake libso meshTools wmake libso lagrangian/basic wmake libso finiteVolume wmake libso genericPatchFields