otherlibs/Makefile.nt: delete.

master
whitequark 2016-03-16 07:58:26 +00:00 committed by alainfrisch
parent af8774b477
commit 8226e2863c
2 changed files with 1 additions and 17 deletions

View File

@ -1,16 +0,0 @@
#**************************************************************************
#* *
#* OCaml *
#* *
#* 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 Lesser General Public License version 2.1, with the *
#* special exception on linking described in the file LICENSE. *
#* *
#**************************************************************************
include Makefile

View File

@ -20,7 +20,7 @@ WIN32LIBS=$(call SYSLIB,kernel32) $(call SYSLIB,gdi32) $(call SYSLIB,user32)
LINKOPTS=-cclib "\"$(WIN32LIBS)\""
LDOPTS=-ldopt "$(WIN32LIBS)"
include ../Makefile.nt
include ../Makefile
graphics.ml: ../graph/graphics.ml
cp ../graph/graphics.ml graphics.ml