summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl.straw/lib/Tk/Config.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl.straw/lib/Tk/Config.pm')
-rwxr-xr-xMaster/tlpkg/tlperl.straw/lib/Tk/Config.pm13
1 files changed, 13 insertions, 0 deletions
diff --git a/Master/tlpkg/tlperl.straw/lib/Tk/Config.pm b/Master/tlpkg/tlperl.straw/lib/Tk/Config.pm
new file mode 100755
index 00000000000..9d342cb54ea
--- /dev/null
+++ b/Master/tlpkg/tlperl.straw/lib/Tk/Config.pm
@@ -0,0 +1,13 @@
+# DO NOT EDIT. CREATED AUTOMATICALLY BY myConfig
+package Tk::Config;
+require Exporter;
+use base qw(Exporter);
+$VERSION = '804.028';
+$inc = '-I$(TKDIR)/pTk/mTk/xlib';
+$define = '';
+$xlib = '';
+$xinc = '';
+$gccopt = ' -Wall -Wno-implicit-int -Wno-comment -Wno-unused -D__USE_FIXED_PROTOTYPES__';
+$win_arch = 'MSWin32';
+@EXPORT = qw($VERSION $inc $define $xlib $xinc $gccopt $win_arch);
+1;