diff options
-rw-r--r-- | editors/lazarus-lcl-gtk2/Makefile | 2 | ||||
-rw-r--r-- | editors/lazarus-lcl-nogui/Makefile | 2 | ||||
-rw-r--r-- | editors/lazarus-lcl-units/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/editors/lazarus-lcl-gtk2/Makefile b/editors/lazarus-lcl-gtk2/Makefile index 9bf861fc7c02..bbd5842942b5 100644 --- a/editors/lazarus-lcl-gtk2/Makefile +++ b/editors/lazarus-lcl-gtk2/Makefile @@ -15,4 +15,6 @@ LCL_INTERFACE= gtk2 MASTERDIR= ${.CURDIR}/../../editors/lazarus NO_STAGE= yes + +OPT= # .include "${MASTERDIR}/Makefile" diff --git a/editors/lazarus-lcl-nogui/Makefile b/editors/lazarus-lcl-nogui/Makefile index 6b9dd61cf259..ed154dc2d0dd 100644 --- a/editors/lazarus-lcl-nogui/Makefile +++ b/editors/lazarus-lcl-nogui/Makefile @@ -13,4 +13,6 @@ LCL_INTERFACE= nogui MASTERDIR= ${.CURDIR}/../../editors/lazarus NO_STAGE= yes + +OPT= # .include "${MASTERDIR}/Makefile" diff --git a/editors/lazarus-lcl-units/Makefile b/editors/lazarus-lcl-units/Makefile index c87c7d91ae27..3b6edd929290 100644 --- a/editors/lazarus-lcl-units/Makefile +++ b/editors/lazarus-lcl-units/Makefile @@ -13,4 +13,6 @@ LCL_INTERFACE= # MASTERDIR= ${.CURDIR}/../../editors/lazarus NO_STAGE= yes + +OPT = "-Fu../../lcl/ -Fu../lcl -Fu../../lcl/forms -Fu../../lcl/nonwin32 -Fu../../lcl/widgetset -Fi../../lcl/include" .include "${MASTERDIR}/Makefile" |