diff options
author | Xavier Leroy <xavier.leroy@inria.fr> | 2001-12-10 13:40:59 +0000 |
---|---|---|
committer | Xavier Leroy <xavier.leroy@inria.fr> | 2001-12-10 13:40:59 +0000 |
commit | 9da4975b9eb3dc9655d546a05e1aad54a54d3d94 (patch) | |
tree | 3676581d98c4ea4f2e5c553f9c2e2298849eaa8d /win32caml | |
parent | 45a7b8f9011c69fd1759664b37f21eb7998877a9 (diff) | |
download | ocaml-9da4975b9eb3dc9655d546a05e1aad54a54d3d94.tar.gz |
Copyright + include manquant
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@4154 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'win32caml')
-rw-r--r-- | win32caml/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/win32caml/Makefile b/win32caml/Makefile index 04037b5acd..ee6f66d3c9 100644 --- a/win32caml/Makefile +++ b/win32caml/Makefile @@ -1,3 +1,20 @@ +######################################################################### +# # +# Objective Caml # +# # +# Xavier Leroy, projet Cristal, INRIA Rocquencourt # +# # +# Copyright 2001 Institut National de Recherche en Informatique et # +# en Automatique. All rights reserved. This file is distributed # +# under the terms of the GNU Library General Public License, with # +# the special exception on linking described in file ../LICENSE. # +# # +######################################################################### + +# $Id$ + +!include ..\config\Makefile.nt + CC=cl /nologo CFLAGS=/MT -O /Zi |