otherlibs/Makefile.nt: delete.
parent
af8774b477
commit
8226e2863c
|
@ -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
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue