--- 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 -
This commit is contained in:
marco 2018-12-22 15:05:31 +00:00
parent 36dc22adb5
commit 20799193a7
2 changed files with 7 additions and 0 deletions

View File

@ -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

View File

@ -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