diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2019-01-02 20:09:25 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2019-01-02 20:09:25 (GMT) |
commit | dcdc519395ebb847898ec8730b33a70a21516df1 (patch) | |
tree | 658268b7e04eed42e7cecc6338f5ef7d18cb788a /tclxml/win/build.data | |
parent | 482241bea02f1e740f0a4f4fcf5b9ea29f1f678a (diff) | |
download | blt-dcdc519395ebb847898ec8730b33a70a21516df1.zip blt-dcdc519395ebb847898ec8730b33a70a21516df1.tar.gz blt-dcdc519395ebb847898ec8730b33a70a21516df1.tar.bz2 |
update TEA 3.13
Diffstat (limited to 'tclxml/win/build.data')
-rwxr-xr-x | tclxml/win/build.data | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/tclxml/win/build.data b/tclxml/win/build.data deleted file mode 100755 index 1a4072a..0000000 --- a/tclxml/win/build.data +++ /dev/null @@ -1,28 +0,0 @@ -# build.data --
-#
-
- macro exec_prefix {${prefix}}
- macro program_transform_name {s,x,x,}
- macro bindir {${exec_prefix}/bin}
- macro sbindir {${exec_prefix}/sbin}
- macro libexecdir {${exec_prefix}/libexec}
- macro datadir {${prefix}/share}
- macro sysconfdir {${prefix}/etc}
- macro sharedstatedir {${prefix}/com}
- macro localstatedir {${prefix}/var}
- macro libdir {${exec_prefix}/lib}
- macro includedir {${prefix}/include}
- macro infodir {${prefix}/info}
- macro mandir {${prefix}/man}
-
- macro PACKAGE {tclxml}
- macro VERSION {$::Installer::Version}
-
- macro OBJEXT {obj}
-
- macro RELPATH {..}
- macro TCLXML_LIB_FILE {tclxml.dll}
- macro expat_TCL_LIB_FILE {tclexpat.dll}
- macro BUILD_expat {yes}
- macro expat_TCL_LIB_NAME {tclexpat}
- macro BUILD_xerces {no}
|