aboutsummaryrefslogtreecommitdiff
path: root/graphics/dore/files/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/dore/files/patch-ae')
-rw-r--r--graphics/dore/files/patch-ae65
1 files changed, 0 insertions, 65 deletions
diff --git a/graphics/dore/files/patch-ae b/graphics/dore/files/patch-ae
deleted file mode 100644
index 480f5e09a036..000000000000
--- a/graphics/dore/files/patch-ae
+++ /dev/null
@@ -1,65 +0,0 @@
-*** examples/generic/makefile.ORIG Thu Jan 12 23:13:41 1995
---- examples/generic/makefile Sat Feb 25 15:30:02 1995
-***************
-*** 17,23 ****
- PRECISION= SINGLE
- DORELIB= -ldore
-
-! INCDIR=/usr/include
- CFLAGS= -DDORE_REAL_$(PRECISION) -I$(INCDIR)
- OFILES= render.o run.o
-
---- 17,23 ----
- PRECISION= SINGLE
- DORELIB= -ldore
-
-! INCDIR=../../include
- CFLAGS= -DDORE_REAL_$(PRECISION) -I$(INCDIR)
- OFILES= render.o run.o
-
-*** examples/util/makefile.ORIG Thu Jan 12 23:13:44 1995
---- examples/util/makefile Sat Feb 25 15:33:09 1995
-***************
-*** 19,25 ****
- OFILES= copy.o defgroup.o hsvtorgb.o preview.o \
- prsarg.o rectmesh.o replace.o stkgrp.o supermesh.o text.o transform.o
-
-! INCDIR=/usr/include
- CFLAGS= -DDORE_REAL_$(PRECISION) -I$(INCDIR)
-
- all: libdore_util.a
---- 19,25 ----
- OFILES= copy.o defgroup.o hsvtorgb.o preview.o \
- prsarg.o rectmesh.o replace.o stkgrp.o supermesh.o text.o transform.o
-
-! INCDIR=../../include
- CFLAGS= -DDORE_REAL_$(PRECISION) -I$(INCDIR)
-
- all: libdore_util.a
-*** examples/programs/simple/makefile.orig Thu Jan 12 23:13:55 1995
---- examples/programs/simple/makefile Sun Mar 19 14:05:29 1995
-***************
-*** 15,25 ****
- # EXPRESS OR IMPLIED.
-
- PRECISION= SINGLE
-! DORELIB = -ldore
-
-! INCDIR=/usr/include
- CFLAGS= -DDORE_REAL_$(PRECISION) -I$(INCDIR)
-! LIBS= $(DORELIB) -lX11 -lm
-
- all: render
-
---- 15,25 ----
- # EXPRESS OR IMPLIED.
-
- PRECISION= SINGLE
-! DORELIB = -L../../../lib/i386 -ldore
-
-! INCDIR=../../../include
- CFLAGS= -DDORE_REAL_$(PRECISION) -I$(INCDIR)
-! LIBS= $(DORELIB) -L${PREFIX}/lib -lX11 -lm
-
- all: render
-