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

# links with the tcl, tk and X11 libraries

exec ocamlc -custom -I @INSTALLDIR@ tk41.cma $* \
    -cclib "-L@INSTALLDIR@ -llabltk41" \
    -cclib "@LDFLAGS@ @LIBS@" \
    -cclib "@X_LIBS@ @THE_X_LIBS@"