mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 08:47:59 +02:00
make help: fixed
git-svn-id: trunk@56116 -
This commit is contained in:
parent
cc808fbb44
commit
a3fd6c3fd0
2
Makefile
2
Makefile
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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+}
|
||||
|
Loading…
Reference in New Issue
Block a user