mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-30 18:51:28 +01:00
* fixed typo GRPAH to GRAPH
git-svn-id: trunk@2246 -
This commit is contained in:
parent
d87a52fcca
commit
36ae732398
File diff suppressed because it is too large
Load Diff
@ -11,12 +11,12 @@ libc=y
|
|||||||
|
|
||||||
# clean package units
|
# clean package units
|
||||||
[clean]
|
[clean]
|
||||||
units=$(GGIGRAPH_UNIT) $(GRPAH_UNIT)
|
units=$(GGIGRAPH_UNIT) $(GRAPH_UNIT)
|
||||||
|
|
||||||
[target]
|
[target]
|
||||||
dirs=
|
dirs=
|
||||||
units=
|
units=
|
||||||
units_linux=$(GRPAH_UNIT) $(GGIGRAPH_UNIT)
|
units_linux=$(GRAPH_UNIT) $(GGIGRAPH_UNIT)
|
||||||
units_freebsd=graph $(GGIGRAPH_UNIT)
|
units_freebsd=graph $(GGIGRAPH_UNIT)
|
||||||
units_win32=graph wincrt winmouse
|
units_win32=graph wincrt winmouse
|
||||||
units_go32v2=graph
|
units_go32v2=graph
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user