mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 00:09:26 +02:00
make help: described some flags
git-svn-id: branches/fixes_1_8@56115 -
This commit is contained in:
parent
56b0d79860
commit
fb6558515e
7
Makefile
7
Makefile
@ -3195,6 +3195,13 @@ help:
|
||||
@$(ECHO) " examples build basic examples, requires basecomponents"
|
||||
@$(ECHO) " Note: There are more examples having their own directory"
|
||||
@$(ECHO)
|
||||
@$(ECHO) " Flags:"
|
||||
@$(ECHO) " PP=/path/to/fpc use another compiler"
|
||||
@$(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)
|
||||
@$(ECHO) " Usage examples:"
|
||||
@$(ECHO)
|
||||
@$(ECHO) " Updating svn and build a minimal IDE, startlazarus and lazbuild:"
|
||||
|
@ -75,6 +75,13 @@ help:
|
||||
@$(ECHO) " starter build startlazarus, requires basecomponents"
|
||||
@$(ECHO) " examples build basic examples, requires basecomponents"
|
||||
@$(ECHO) " Note: There are more examples having their own directory"
|
||||
@$(ECHO)
|
||||
@$(ECHO) " Flags:"
|
||||
@$(ECHO) " PP=/path/to/fpc use another compiler"
|
||||
@$(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)
|
||||
@$(ECHO) " Usage examples:"
|
||||
@$(ECHO)
|
||||
|
Loading…
Reference in New Issue
Block a user