mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 10:48:12 +02:00
+ Added ansirtl target to make an ansistrings capable rtl
This commit is contained in:
parent
72b2ff141f
commit
2bfc4fa33d
@ -305,6 +305,11 @@ cycle:
|
||||
$(MAKE) -C $(UNITDIR)
|
||||
$(MAKE) remake3
|
||||
|
||||
ansirtl:
|
||||
$(MAKE) -C $(UNITDIR) clean
|
||||
$(MAKE) -C $(UNITDIR) PP=$(COMPILERDIR)/ppc386 \
|
||||
OPT='-g -dUSeAnsiStrings' all
|
||||
|
||||
#####################################################################
|
||||
# Installation
|
||||
#####################################################################
|
||||
@ -417,7 +422,10 @@ rtlclean :
|
||||
# Test of log at the end
|
||||
# does CVS add # at start of each line ??
|
||||
# $Log$
|
||||
# Revision 1.21 1998-07-22 21:33:32 michael
|
||||
# Revision 1.22 1998-07-23 18:17:58 michael
|
||||
# + Added ansirtl target to make an ansistrings capable rtl
|
||||
#
|
||||
# Revision 1.21 1998/07/22 21:33:32 michael
|
||||
# + COPY and Replace back to mv and cp
|
||||
#
|
||||
# Revision 1.20 1998/06/24 14:02:58 peter
|
||||
|
Loading…
Reference in New Issue
Block a user