mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 21:07:58 +02:00
Replace fpwidestring by FPWIDESTRINGUNIT variable
This commit is contained in:
parent
321fb59797
commit
d8ff551103
@ -20,7 +20,7 @@ units=$(SYSTEMUNIT) $(UUCHARUNIT) unixtype ctypes $(STRINGSUNIT) $(OBJPASUNIT) $
|
||||
types sysconst \
|
||||
rtlconsts cthreads \
|
||||
dos \
|
||||
cwstring fpwidestring $(FPINTRESUNIT) $(CPU_UNITS) \
|
||||
cwstring $(FPWIDESTRINGUNIT) $(FPINTRESUNIT) $(CPU_UNITS) \
|
||||
$(SOFTFPUUNIT) $(SFPUX80UNIT) $(UFLOATX80UNIT) $(SFPU128UNIT) $(UFLOAT128UNIT)
|
||||
implicitunits=$(CP_UNITS) $(UNICODEDATAUNIT)
|
||||
|
||||
|
@ -13,7 +13,7 @@ units=$(SYSTEMUNIT) $(SYSINIT_UNITS) $(CPU_UNITS) \
|
||||
linuxvcs sysutils typinfo math $(CHARSETUNIT) $(CPALLUNIT) $(CHARACTERUNIT) \
|
||||
$(GETOPTSUNIT) $(ERRORSUNIT) dl dynlibs \
|
||||
types sysconst cthreads $(SORTBASEUNIT) classes $(FGLUNIT) \
|
||||
rtlconsts dos cwstring fpcylix $(UNIXCPUNIT) fpwidestring \
|
||||
rtlconsts dos cwstring fpcylix $(UNIXCPUNIT) $(FPWIDESTRINGUNIT) \
|
||||
$(SOFTFPUUNIT) $(SFPUX80UNIT) $(UFLOATX80UNIT) $(SFPU128UNIT) $(UFLOAT128UNIT)
|
||||
implicitunits=$(EXEINFOUNIT) $(CP_UNITS) $(UNICODEDATAUNIT)
|
||||
rsts=math typinfo sysconst rtlconsts
|
||||
|
@ -19,7 +19,7 @@ units=$(SYSTEMUNIT) $(UUCHARUNIT) unixtype ctypes $(OBJPASUNIT) $(MACPASUNIT) $(
|
||||
$(ERRORSUNIT) bsd \
|
||||
console \
|
||||
sysconst cthreads dos cwstring \
|
||||
$(FPINTRESUNIT) $(UNIXCPUNIT) fpwidestring \
|
||||
$(FPINTRESUNIT) $(UNIXCPUNIT) $(FPWIDESTRINGUNIT) \
|
||||
$(SOFTFPUUNIT) $(SFPUX80UNIT) $(UFLOATX80UNIT) $(SFPU128UNIT) $(UFLOAT128UNIT)
|
||||
implicitunits=$(EXEINFOUNIT) $(CP_UNITS) $(UNICODEDATAUNIT)
|
||||
|
||||
|
@ -19,7 +19,7 @@ units=$(SYSTEMUNIT) $(UUCHARUNIT) unixtype ctypes $(OBJPASUNIT) $(MACPASUNIT) $(
|
||||
$(ERRORSUNIT) bsd freebsd \
|
||||
console \
|
||||
sysconst cthreads dos cwstring \
|
||||
$(FPINTRESUNIT) $(UNIXCPUNIT) fpwidestring \
|
||||
$(FPINTRESUNIT) $(UNIXCPUNIT) $(FPWIDESTRINGUNIT) \
|
||||
$(SOFTFPUUNIT) $(SFPUX80UNIT) $(UFLOATX80UNIT) $(SFPU128UNIT) $(UFLOAT128UNIT)
|
||||
implicitunits=$(EXEINFOUNIT) $(CP_UNITS) $(UNICODEDATAUNIT)
|
||||
|
||||
|
@ -11,7 +11,7 @@ units=system $(UUCHARUNIT) $(OBJPASUNIT) $(MACPASUNIT) $(ISO7185UNIT) $(EXTPASUN
|
||||
sysutils classes math typinfo \
|
||||
cpu mmx $(GETOPTSUNIT) $(HEAPTRCUNIT) $(LINEINFOUNIT) $(LNFODWRFUNIT) ctypes $(FGLUNIT) \
|
||||
msmouse $(CHARSETUNIT) $(CPALLUNIT) \
|
||||
$(CHARACTERUNIT) fpwidestring $(UNICODEDATAUNIT) \
|
||||
$(CHARACTERUNIT) $(FPWIDESTRINGUNIT) $(UNICODEDATAUNIT) \
|
||||
types sysconst rtlconst \
|
||||
$(SOFTFPUUNIT) $(SFPUX80UNIT) $(UFLOATX80UNIT) $(SFPU128UNIT) $(UFLOAT128UNIT)
|
||||
rsts=math typinfo classes sysconst
|
||||
|
@ -12,7 +12,7 @@ units=system si_prc $(UUCHARUNIT) $(OBJPASUNIT) $(ISO7185UNIT) $(STRINGSUNIT) $(
|
||||
# $(GETOPTSUNIT) $(SORTBASEUNIT) $(FGLUNIT) classes \
|
||||
# msmouse ports \
|
||||
# $(CHARSETUNIT) $(CPALLUNIT) ctypes \
|
||||
# fpwidestring $(CHARACTERUNIT) $(UNICODEDATAUNIT)
|
||||
# $(FPWIDESTRINGUNIT) $(CHARACTERUNIT) $(UNICODEDATAUNIT)
|
||||
# $(CMEMUNIT)
|
||||
# initc profile dxetype dxeload emu387 \
|
||||
# cpu mmx \
|
||||
|
@ -18,7 +18,7 @@ units=$(SYSTEMUNIT) $(UUCHARUNIT) unixtype ctypes $(OBJPASUNIT) $(MACPASUNIT) $(
|
||||
$(CPU_UNITS) $(CHARSETUNIT) $(CPALLUNIT) $(GETOPTSUNIT) $(HEAPTRCUNIT) $(LNFODWRFUNIT) $(LINEINFOUNIT) \
|
||||
$(ERRORSUNIT) bsd \
|
||||
sysconst cthreads dos cwstring \
|
||||
$(FPINTRESUNIT) $(UNIXCPUNIT) fpwidestring \
|
||||
$(FPINTRESUNIT) $(UNIXCPUNIT) $(FPWIDESTRINGUNIT) \
|
||||
$(SOFTFPUUNIT) $(SFPUX80UNIT) $(UFLOATX80UNIT) $(SFPU128UNIT) $(UFLOAT128UNIT)
|
||||
implicitunits=$(EXEINFOUNIT) $(CP_UNITS) $(UNICODEDATAUNIT)
|
||||
|
||||
|
@ -18,7 +18,7 @@ units=$(SYSTEMUNIT) $(SYSINIT_UNITS) initc $(UUCHARUNIT) $(OBJPASUNIT) $(MACPASU
|
||||
$(ERRORSUNIT) \
|
||||
types sysctl sysconst \
|
||||
$(FPINTRESUNIT) dynlibs cwstring $(CMEMUNIT) dl termio \
|
||||
cthreads $(UNIXCPUNIT) fpwidestring \
|
||||
cthreads $(UNIXCPUNIT) $(FPWIDESTRINGUNIT) \
|
||||
$(SOFTFPUUNIT) $(SFPUX80UNIT) $(UFLOATX80UNIT) $(SFPU128UNIT) $(UFLOAT128UNIT)
|
||||
|
||||
rsts=math typinfo classes sysconst
|
||||
|
@ -11,7 +11,7 @@ units=$(SYSTEMUNIT) $(UUCHARUNIT) $(OBJPASUNIT) $(ISO7185UNIT) buildrtl $(CPALLU
|
||||
# $(EXTPASUNIT) $(MACPASUNIT)
|
||||
implicitunits=si_prc \
|
||||
ctypes rtlconsts $(STRINGSUNIT) \
|
||||
$(SORTBASEUNIT) $(CHARSETUNIT) fpwidestring \
|
||||
$(SORTBASEUNIT) $(CHARSETUNIT) $(FPWIDESTRINGUNIT) \
|
||||
$(CP_UNITS) $(UNICODEDATAUNIT)
|
||||
|
||||
rsts=math rtlconsts typinfo classes sysconst
|
||||
|
@ -17,7 +17,7 @@ units=$(SYSTEMUNIT) $(UUCHARUNIT) unixtype ctypes $(STRINGSUNIT) $(OBJPASUNIT) $
|
||||
dl dynlibs \
|
||||
types sysconst $(CHARACTERUNIT) \
|
||||
rtlconsts cthreads \
|
||||
dos fpwidestring \
|
||||
dos $(FPWIDESTRINGUNIT) \
|
||||
cwstring $(FPINTRESUNIT) $(CPU_UNITS) \
|
||||
$(SOFTFPUUNIT) $(SFPUX80UNIT) $(UFLOATX80UNIT) $(SFPU128UNIT) $(UFLOAT128UNIT)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user