mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 20:39:25 +02:00
utils: enable unicode utils build for win64 target
git-svn-id: trunk@23769 -
This commit is contained in:
parent
23c9578137
commit
8c0234f871
@ -468,7 +468,7 @@ ifeq ($(FULL_TARGET),x86_64-darwin)
|
||||
override TARGET_DIRS+=fppkg fpcm tply h2pas fprcp dxegen fpdoc fpcmkcfg pas2ut pas2fpm fpcres fpcreslipo instantfpc unicode
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),x86_64-win64)
|
||||
override TARGET_DIRS+=fppkg fpcm tply h2pas fprcp dxegen fpdoc fpcmkcfg pas2ut pas2fpm fpmc fpcres rmwait instantfpc importtl
|
||||
override TARGET_DIRS+=fppkg fpcm tply h2pas fprcp dxegen fpdoc fpcmkcfg pas2ut pas2fpm fpmc fpcres rmwait instantfpc importtl unicode
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),x86_64-embedded)
|
||||
override TARGET_DIRS+=fppkg fpcm tply h2pas fprcp dxegen fpdoc fpcmkcfg pas2ut pas2fpm
|
||||
@ -4043,6 +4043,7 @@ TARGET_DIRS_FPCRES=1
|
||||
TARGET_DIRS_RMWAIT=1
|
||||
TARGET_DIRS_INSTANTFPC=1
|
||||
TARGET_DIRS_IMPORTTL=1
|
||||
TARGET_DIRS_UNICODE=1
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),x86_64-embedded)
|
||||
TARGET_DIRS_FPPKG=1
|
||||
|
@ -11,7 +11,7 @@ dirs=fppkg fpcm tply h2pas fprcp dxegen fpdoc fpcmkcfg pas2ut pas2fpm
|
||||
programs=ppdep ptop rstconv data2inc delp bin2obj postw32 rmcvsdir
|
||||
programs_linux=grab_vcsa
|
||||
dirs_win32=fpmc fpcres rmwait instantfpc importtl unicode
|
||||
dirs_win64=fpmc fpcres rmwait instantfpc importtl
|
||||
dirs_win64=fpmc fpcres rmwait instantfpc importtl unicode
|
||||
dirs_wince=fpcres rmwait instantfpc
|
||||
dirs_haiku=fpcres instantfpc
|
||||
dirs_linux=fpcres instantfpc unicode
|
||||
|
Loading…
Reference in New Issue
Block a user