summaryrefslogtreecommitdiffstats
path: root/otherlibs/labltk/browser/Makefile.nt
diff options
context:
space:
mode:
authorXavier Clerc <xavier.clerc@inria.fr>2013-09-09 09:32:00 +0000
committerXavier Clerc <xavier.clerc@inria.fr>2013-09-09 09:32:00 +0000
commite82104a755463d481667650ba4f00de535048f39 (patch)
tree054c7de9b2992be063de2dd22b56ee5993d5a374 /otherlibs/labltk/browser/Makefile.nt
parent83ca86dd2309914aa458bc25fd265f0bcadaa337 (diff)
Remove labltk from the distribution (will be available as a third-party library).
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@14077 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs/labltk/browser/Makefile.nt')
-rw-r--r--otherlibs/labltk/browser/Makefile.nt35
1 files changed, 0 insertions, 35 deletions
diff --git a/otherlibs/labltk/browser/Makefile.nt b/otherlibs/labltk/browser/Makefile.nt
deleted file mode 100644
index 289b0924c..000000000
--- a/otherlibs/labltk/browser/Makefile.nt
+++ /dev/null
@@ -1,35 +0,0 @@
-#########################################################################
-# #
-# OCaml LablTk library #
-# #
-# Jacques Garrigue, Kyoto University RIMS #
-# #
-# Copyright 2000 Institut National de Recherche en Informatique et #
-# en Automatique and Kyoto University. 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$
-
-OTHERSLIB=-I $(OTHERS)/win32unix -I $(OTHERS)/str -I $(OTHERS)/systhreads
-
-CCFLAGS=-I../../../byterun $(TK_DEFS)
-
-include ../support/Makefile.common
-
-ifeq ($(CCOMPTYPE),cc)
-WINDOWS_APP=-ccopt "-link -Wl,--subsystem,windows"
-else
-WINDOWS_APP=-ccopt "-link /subsystem:windows"
-endif
-
-XTRAOBJ=winmain.$(O)
-XTRALIBS=threads.cma -custom $(WINDOWS_APP)
-
-include Makefile.shared
-
-dummy.mli:
- cp dummyWin.mli dummy.mli