From 5333d49441b77ca0fb4035a1cbec6494084b42aa Mon Sep 17 00:00:00 2001 From: tg Date: Mon, 5 Mar 2001 12:07:02 +0000 Subject: Put back Setup for now to un-break sketch. --- x11-toolkits/py-tkinter/files/Setup | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 x11-toolkits/py-tkinter/files/Setup (limited to 'x11-toolkits/py-tkinter') diff --git a/x11-toolkits/py-tkinter/files/Setup b/x11-toolkits/py-tkinter/files/Setup new file mode 100644 index 000000000000..6a90582bf2da --- /dev/null +++ b/x11-toolkits/py-tkinter/files/Setup @@ -0,0 +1,8 @@ +*shared* + +# The _tkinter module. +# +# The TKPATH variable is always enabled, to save you the effort. +TKPATH=:lib-tk + +_tkinter _tkinter.c tkappinit.c -DWITH_APPINIT -I${X11BASE}/include -I${PREFIX}/include/tcl8.3 -I${PREFIX}/include/tk8.3 -L${PREFIX}/lib -ltk83 -ltcl83 -L${X11BASE}/lib -lX11 -- cgit