diff options
Diffstat (limited to 'otherlibs/dynlink/Makefile.nt')
-rw-r--r-- | otherlibs/dynlink/Makefile.nt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/otherlibs/dynlink/Makefile.nt b/otherlibs/dynlink/Makefile.nt index 3b8838bde5..fd2640fe2b 100644 --- a/otherlibs/dynlink/Makefile.nt +++ b/otherlibs/dynlink/Makefile.nt @@ -1,3 +1,17 @@ +######################################################################### +# # +# Objective Caml # +# # +# Xavier Leroy, projet Cristal, INRIA Rocquencourt # +# # +# Copyright 1999 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. # +# # +######################################################################### + +# $Id$ + # Makefile for the dynamic link library !include ..\..\config\Makefile.nt |