Merged revisions 2246-2247 via svnmerge from

http://peter@svn.freepascal.org/svn/fpc/trunk

........
r2246 | peter | 2006-01-10 10:01:27 +0100 (Tue, 10 Jan 2006) | 2 lines

  * fixed typo GRPAH to GRAPH

........
r2247 | peter | 2006-01-10 10:02:49 +0100 (Tue, 10 Jan 2006) | 2 lines

  * move vesa includes

........

git-svn-id: branches/fixes_2_0@2249 -
This commit is contained in:
peter 2006-01-10 09:10:16 +00:00
parent 94052210ca
commit 2a47716fe5
5 changed files with 2219 additions and 2184 deletions

4
.gitattributes vendored
View File

@ -1120,6 +1120,8 @@ packages/base/graph/Makefile -text
packages/base/graph/Makefile.fpc svneol=native#text/plain
packages/base/graph/amiga/graph.pp svneol=native#text/plain
packages/base/graph/go32v2/graph.pp svneol=native#text/plain
packages/base/graph/go32v2/vesa.inc svneol=native#text/plain
packages/base/graph/go32v2/vesah.inc svneol=native#text/plain
packages/base/graph/inc/clip.inc svneol=native#text/plain
packages/base/graph/inc/fills.inc svneol=native#text/plain
packages/base/graph/inc/fontdata.inc svneol=native#text/plain
@ -3540,8 +3542,6 @@ rtl/go32v2/sysutils.pp svneol=native#text/plain
rtl/go32v2/tthread.inc svneol=native#text/plain
rtl/go32v2/v2prt0.as -text
rtl/go32v2/varutils.pp svneol=native#text/plain
rtl/go32v2/vesa.inc svneol=native#text/plain
rtl/go32v2/vesah.inc svneol=native#text/plain
rtl/go32v2/vesamode.pp svneol=native#text/plain
rtl/go32v2/video.pp svneol=native#text/plain
rtl/i386/cpu.pp svneol=native#text/plain

File diff suppressed because it is too large Load Diff

View File

@ -11,12 +11,12 @@ libc=y
# clean package units
[clean]
units=$(GGIGRAPH_UNIT) $(GRPAH_UNIT)
units=$(GGIGRAPH_UNIT) $(GRAPH_UNIT)
[target]
dirs=
units=
units_linux=$(GRPAH_UNIT) $(GGIGRAPH_UNIT)
units_linux=$(GRAPH_UNIT) $(GGIGRAPH_UNIT)
units_freebsd=graph $(GGIGRAPH_UNIT)
units_win32=graph wincrt winmouse
units_go32v2=graph