Continue fighting implicit creation of compiled interface files
commitd057d3488cc2badd2cd917c840091f33dfce0616
authormalc <clamky@hotmail.com>
Sun, 23 May 2021 19:59:52 +0000 (23 22:59 +0300)
committermalc <clamky@hotmail.com>
Sun, 23 May 2021 20:11:32 +0000 (23 23:11 +0300)
treeb6c793c0d6242abe5b99866b4c125078be0a5cba
parent096310737d0649525383dfd243441d0411de282b
Continue fighting implicit creation of compiled interface files

By (sadly) not using wsi.mli at all. ocamlc refuses to play ball when
interface is not in the same directory with the implementation [1],
and symlinking:

  causes cognitive dissonance
  is fragile in presence of PBMAC

[1] misc/notes/cmi.sh describes the problem (removed by this commit)
build.bash
misc/notes/cmi.sh
wsi/cocoa/wsi.mli [deleted symlink]
wsi/wsi.mli [deleted file]
wsi/x11/wsi.mli [deleted symlink]