Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > d0129efeddc18e80df78fb93bad9958d > files > 15

ocaml-pcre-devel-6.0.1-5mdv2010.0.i586.rpm

@echo off

set OCAMLC=ocamlc -g
set OCAMLOPT=ocamlopt

set MAIN=cloc

@echo on
%OCAMLC% -o %MAIN%.exe pcre.cma %MAIN%.ml
%OCAMLOPT% -o %MAIN%.com pcre.cmxa %MAIN%.ml

@REM Example use:
@REM %MAIN%.exe < ..\..\lib\pcre_stubs.c
@REM %MAIN%.com < ..\..\lib\pcre_stubs.c