summaryrefslogtreecommitdiff
path: root/builds
diff options
context:
space:
mode:
authorJouk Jansen <joukj@hrem.nano.tudelft.nl>2023-03-10 16:50:20 +0100
committerWerner Lemberg <wl@gnu.org>2023-03-10 16:56:15 +0100
commit24d2523cdd58e9fb78827441877a3a3771fc6848 (patch)
tree7453e46ddd54c642ea418b41953dad1579b82788 /builds
parent49c74ac021f8139e83bbd65df75217d0de284eea (diff)
downloadfreetype2-24d2523cdd58e9fb78827441877a3a3771fc6848.tar.gz
Update VMS installation support.
Diffstat (limited to 'builds')
-rw-r--r--builds/vms/LIBS.OPT_IA64bin82 -> 0 bytes
-rw-r--r--builds/vms/_LINK.OPT_IA64bin14464 -> 0 bytes
-rw-r--r--builds/vms/apinames_vms.bashbin0 -> 106 bytes
-rw-r--r--builds/vms/vmslib.dat28
4 files changed, 0 insertions, 28 deletions
diff --git a/builds/vms/LIBS.OPT_IA64 b/builds/vms/LIBS.OPT_IA64
deleted file mode 100644
index 6768c7662..000000000
--- a/builds/vms/LIBS.OPT_IA64
+++ /dev/null
Binary files differ
diff --git a/builds/vms/_LINK.OPT_IA64 b/builds/vms/_LINK.OPT_IA64
deleted file mode 100644
index b8cbd1bc7..000000000
--- a/builds/vms/_LINK.OPT_IA64
+++ /dev/null
Binary files differ
diff --git a/builds/vms/apinames_vms.bash b/builds/vms/apinames_vms.bash
new file mode 100644
index 000000000..953519805
--- /dev/null
+++ b/builds/vms/apinames_vms.bash
Binary files differ
diff --git a/builds/vms/vmslib.dat b/builds/vms/vmslib.dat
deleted file mode 100644
index 4c817da44..000000000
--- a/builds/vms/vmslib.dat
+++ /dev/null
@@ -1,28 +0,0 @@
-!
-! This is a simple driver file with information used by make.com to
-! check if external libraries (like t1lib and freetype) are available on
-! the system.
-!
-! Layout of the file:
-!
-! - Lines starting with ! are treated as comments
-! - Elements in a data line are separated by # signs
-! - The elements need to be listed in the following order
-! 1.) Name of the Library
-! 2.) Location where the object library can be found
-! 3.) Location where the include files for the library can be found
-! 4.) Include file used to verify library location
-! 5.) CPP define to pass to the build to indicate availability of
-! the library
-!
-! Example: The following lines show how definitions
-! might look like. They are site specific and the locations of the
-! library and include files need almost certainly to be changed.
-!
-! Location: All of the libaries can be found at the following addresses
-!
-! ZLIB: http://www.decus.de:8080/www/vms/sw/zlib.htmlx
-!
-BZ2LIB # sys$library:libbz2.olb # decc$user_include: # bzlib.h # FT_CONFIG_OPTION_SYSTEM_ZLIB
-PNGLIB # sys$library:libpng.olb # sys$library: # png.h # FT_CONFIG_OPTION_SYSTEM_ZLIB
-ZLIB # sys$library:libz.olb # sys$library: # zlib.h # FT_CONFIG_OPTION_SYSTEM_ZLIB