summaryrefslogtreecommitdiff
path: root/otherlibs/labltk/labltkopt.in
blob: d17e6e43d36a17e41fbcc1978c87c32e9a6e3c3b (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

# links with the tcl, tk and X11 libraries

exec ocamlopt -I @INSTALLDIR@ tk41.cmxa $* \
    -cclib "-L@INSTALLDIR@ -llabltk41" \
    -cclib "@LDFLAGS@ @LIBS@" \
    -cclib "@X_LIBS@ @THE_X_LIBS@"