diff --git a/wmake/rules/General/CGAL b/wmake/rules/General/CGAL index ae1df01de8..f6c32e1bb6 100644 --- a/wmake/rules/General/CGAL +++ b/wmake/rules/General/CGAL @@ -14,3 +14,5 @@ CGAL_LIBS = \ -L$(CGAL_ARCH_PATH)/lib$(WM_COMPILER_LIB_ARCH) \ -lCGAL \ -lmpfr + +sinclude $(DEFAULT_RULES)/CGAL diff --git a/wmake/rules/General/general b/wmake/rules/General/general index 13e216c5dc..50ae06c69a 100644 --- a/wmake/rules/General/general +++ b/wmake/rules/General/general @@ -27,8 +27,8 @@ endif include $(DEFAULT_RULES)/general include $(DEFAULT_RULES)/$(WM_LINK_LANGUAGE) --include $(RULES)/general --include $(RULES)/$(WM_LINK_LANGUAGE) +sinclude $(RULES)/general +sinclude $(RULES)/$(WM_LINK_LANGUAGE) include $(GENERAL_RULES)/transform