/[svn]/cduce_mktop
ViewVC logotype

Contents of /cduce_mktop

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1497 - (hide annotations)
Tue Jul 10 18:56:42 2007 UTC (5 years, 10 months ago) by abate
File size: 235 byte(s)
[r2005-03-04 12:11:52 by afrisch] cduce_mktop

Original author: afrisch
Date: 2005-03-04 12:11:54+00:00
1 abate 1497 #!/bin/sh
2    
3     TARG=$1
4     PRIMS=$2
5    
6     if [ "${TARG}" = "" ] || [ "${PRIMS}" = "" ]; then
7     echo "Usage: cduce_mktop <target> <primitive file>"
8     exit 2
9     fi
10    
11     exec ocamlfind ocamlc -package cduce -o $TARG -linkpkg -pp mlcduce_wrapper -impl $PRIMS

Properties

Name Value
svn:executable *

CVS Admin">CVS Admin
ViewVC Help
Powered by ViewVC 1.1.5