From 0f83e24145d3b26bf15cebcecab55545260d7fa5 Mon Sep 17 00:00:00 2001 From: Tomas Hajny Date: Tue, 27 Jan 2015 17:37:53 +0000 Subject: [PATCH] * Unicode utilities now built for targets OS/2 and EMX too git-svn-id: trunk@29568 - --- utils/unicode/fpmake.pp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/utils/unicode/fpmake.pp b/utils/unicode/fpmake.pp index cbe201fe09..7f2ce4b106 100644 --- a/utils/unicode/fpmake.pp +++ b/utils/unicode/fpmake.pp @@ -30,7 +30,7 @@ begin P.Dependencies.Add('fcl-base'); P.Dependencies.Add('fcl-xml'); - P.OSes:=[win32, win64, linux, darwin]; + P.OSes:=[win32, win64, linux, darwin, os2, emx]; T := P.Targets.AddImplicitUnit('helper.pas'); T.ResourceStrings := true; @@ -66,7 +66,3 @@ begin Installer.Run; end. {$endif ALLPACKAGES} - - - -