make help: fixed

git-svn-id: trunk@56116 -
This commit is contained in:
mattias 2017-10-18 07:51:34 +00:00
parent cc808fbb44
commit a3fd6c3fd0
3 changed files with 21 additions and 2 deletions

View File

@ -3200,7 +3200,7 @@ help:
@$(ECHO) " USESVN2REVISIONINC=0 do not update ide/revision.inc"
@$(ECHO) " INSTALL_PREFIX=/usr used by 'install' as path prefix"
@$(ECHO) " FPC_DIR=/usr/share/fpcsrc/3.0.4 used by fpcmake when regenerating Makefiles"
@$(ECHO) " OPT='-vwnbq -gh' append these options when calling the compiler
@$(ECHO) " OPT='-vwnbq -gh' append these options when calling the compiler"
@$(ECHO)
@$(ECHO) " Usage examples:"
@$(ECHO)

View File

@ -81,7 +81,7 @@ help:
@$(ECHO) " USESVN2REVISIONINC=0 do not update ide/revision.inc"
@$(ECHO) " INSTALL_PREFIX=/usr used by 'install' as path prefix"
@$(ECHO) " FPC_DIR=/usr/share/fpcsrc/3.0.4 used by fpcmake when regenerating Makefiles"
@$(ECHO) " OPT='-vwnbq -gh' append these options when calling the compiler
@$(ECHO) " OPT='-vwnbq -gh' append these options when calling the compiler"
@$(ECHO)
@$(ECHO) " Usage examples:"
@$(ECHO)

View File

@ -1,3 +1,22 @@
{
Test with:
./runtests --format=plain --suite=TTestCompReaderWriterPas
./runtests --format=plain --suite=TTestCompReaderWriterPas.TestWriteProperties
ToDo:
- write root properties
- write base types
- write UTF-8 string
- write unicodestring
- write variant
- write datetime
- write subcomponents
- write cycle in subcomponents
- write with ancestor
- write inline component
- write collection
- DefineProperty
}
unit TestCompReaderWriterPas;
{$mode objfpc}{$H+}