diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-06-13 09:33:54 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-06-13 09:33:54 (GMT) |
commit | 2be5f6c5c9a980c37debbf2c3fcb9fd723f01b61 (patch) | |
tree | 15173ce606cbedc4ebe4cdff43f2d1d17c417445 /unix/tk.pc.in | |
parent | feec89c9e58abd4d8dbc0535779ad72141d6dabc (diff) | |
download | tk-2be5f6c5c9a980c37debbf2c3fcb9fd723f01b61.zip tk-2be5f6c5c9a980c37debbf2c3fcb9fd723f01b61.tar.gz tk-2be5f6c5c9a980c37debbf2c3fcb9fd723f01b61.tar.bz2 |
Some more fixes for Cygwin32/64 in win32 GUI mode.
Now that this is fully working, eliminate all usage of WISH_BUILD_LIB_SPEC: TK_BUILD_LIB_SPEC can be used everywhere in stead.
Add tk.pc
Diffstat (limited to 'unix/tk.pc.in')
-rw-r--r-- | unix/tk.pc.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/unix/tk.pc.in b/unix/tk.pc.in new file mode 100644 index 0000000..d84a1cf --- /dev/null +++ b/unix/tk.pc.in @@ -0,0 +1,15 @@ +# tk pkg-config source file + +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: The Tk Toolkit +Description: Tk is a cross-platform graphical user interface toolkit, the standard GUI not only for Tcl, but for many other dynamic languages as well. +URL: http://www.tcl.tk/ +Version: @TK_VERSION@ +Requires: +Conflicts: +Libs: -L${libdir} @TK_LIBS@ +Cflags: -I${includedir} |