summaryrefslogtreecommitdiffstats
path: root/win/build.data
diff options
context:
space:
mode:
Diffstat (limited to 'win/build.data')
-rwxr-xr-xwin/build.data28
1 files changed, 28 insertions, 0 deletions
diff --git a/win/build.data b/win/build.data
new file mode 100755
index 0000000..1a4072a
--- /dev/null
+++ b/win/build.data
@@ -0,0 +1,28 @@
+# 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}