head	1.2;
access;
symbols
	RELEASE_6_0_0:1.1.1.1
	RELEASE_5_4_0:1.1.1.1
	RELEASE_4_11_0:1.1.1.1
	RELEASE_5_3_0:1.1.1.1
	RELEASE_4_10_0:1.1.1.1
	RELEASE_5_2_1:1.1.1.1
	RELEASE_5_2_0:1.1.1.1
	RELEASE_4_9_0:1.1.1.1
	RELEASE_5_1_0:1.1.1.1
	RELEASE_4_8_0:1.1.1.1
	RELEASE_5_0_0:1.1.1.1
	RELEASE_4_7_0:1.1.1.1
	RELEASE_4_6_2:1.1.1.1
	RELEASE_4_6_1:1.1.1.1
	RELEASE_4_6_0:1.1.1.1
	RELEASE_5_0_DP1:1.1.1.1
	RELEASE_4_5_0:1.1.1.1
	RELEASE_4_4_0:1.1.1.1
	RELEASE_4_3_0:1.1.1.1
	RELEASE_4_2_0:1.1.1.1
	RELEASE_4_1_1:1.1.1.1
	RELEASE_4_1_0:1.1.1.1
	RELEASE_3_5_0:1.1.1.1
	RELEASE_4_0_0:1.1.1.1
	RELEASE_3_4_0:1.1.1.1
	RELEASE_3_3_0:1.1.1.1
	RELEASE_3_2_0:1.1.1.1
	RELEASE_3_1_0:1.1.1.1
	RELEASE_2_2_8:1.1.1.1
	RELEASE_3_0_0:1.1.1.1
	RELEASE_2_2_7:1.1.1.1
	o2c_1_16:1.1.1.1
	OB:1.1.1;
locks; strict;
comment	@# @;


1.2
date	2005.11.05.09.07.33;	author kris;	state dead;
branches;
next	1.1;

1.1
date	98.06.12.12.08.09;	author tg;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	98.06.12.12.08.09;	author tg;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Remove expired ports
@
text
@--- system/o2c.red.template.orig	Fri Mar 28 13:15:18 1997
+++ system/o2c.red.template	Wed Dec  3 16:54:26 1997
@@@@ -8,8 +8,9 @@@@
 # paths for sources
 *.Mod	= 
-	.;		# first search the current directory
-	lib;		# the standard libs, they _have to be_ in the path list
-	compiler	# the compiler sources
-	+ RCS		# include RCS files in the search
+	.;				# first search the current directory
+	lib;
+	@@PREFIX@@/lib/o2c-1.16;	# the standard libs, they _have to be_ in the path list
+	compiler			# the compiler sources
+	+ RCS				# include RCS files in the search
 
 # places for the compiler generated files
@@@@ -18,8 +19,11 @@@@
 
 # interface files, have to be in the path list
-*.c	= lib
+*.c	= 
+	lib;
+	@@PREFIX@@/lib/o2c-1.16
 
 # system files: standard include file and list of error messages
-_OGCC.?, ErrorList.Txt = system
-
+_OGCC.?, ErrorList.Txt = 
+	system; 
+	@@PREFIX@@/lib/o2c-1.16
 
@


1.1
log
@Initial revision
@
text
@@


1.1.1.1
log
@New port o2c, an Oberon-2 compiler.

PR:		5273
Submitted by:	Oliver Breuninger <ob@@seicom.NET>
@
text
@@
