From 20799193a775273da713ac496c1a28e1bcb9a521 Mon Sep 17 00:00:00 2001 From: marco Date: Sat, 22 Dec 2018 15:05:31 +0000 Subject: [PATCH] --- Merging r40025 into '.': U rtl/Makefile U rtl/Makefile.fpc --- Recording mergeinfo for merge of r40025 into '.': U . # revisions: 40025 git-svn-id: branches/fixes_3_2@40613 - --- rtl/Makefile | 6 ++++++ rtl/Makefile.fpc | 1 + 2 files changed, 7 insertions(+) diff --git a/rtl/Makefile b/rtl/Makefile index f2741815fb..f52a7869dc 100644 --- a/rtl/Makefile +++ b/rtl/Makefile @@ -364,6 +364,9 @@ endif ifeq ($(FULL_TARGET),i386-openbsd) override TARGET_DIRS+=openbsd endif +ifeq ($(FULL_TARGET),i386-wdosx) +override TARGET_DIRS+=win32 +endif ifeq ($(FULL_TARGET),i386-darwin) override TARGET_DIRS+=darwin endif @@ -1800,6 +1803,9 @@ endif ifeq ($(FULL_TARGET),i386-openbsd) TARGET_DIRS_OPENBSD=1 endif +ifeq ($(FULL_TARGET),i386-wdosx) +TARGET_DIRS_WIN32=1 +endif ifeq ($(FULL_TARGET),i386-darwin) TARGET_DIRS_DARWIN=1 endif diff --git a/rtl/Makefile.fpc b/rtl/Makefile.fpc index 5255f733b6..6dd30f2846 100644 --- a/rtl/Makefile.fpc +++ b/rtl/Makefile.fpc @@ -9,6 +9,7 @@ version=3.2.0-beta [target] dirs_linux=linux dirs_win32=win32 +dirs_wdosx=win32 dirs_wince=wince dirs_win64=win64 dirs_go32v2=go32v2