diff options
author | Siep Kroonenberg <siepo@cybercomm.nl> | 2023-03-07 13:41:18 +0000 |
---|---|---|
committer | Siep Kroonenberg <siepo@cybercomm.nl> | 2023-03-07 13:41:18 +0000 |
commit | c514f5be92d75c3c583052c110acdceaf0838f01 (patch) | |
tree | bcec65c2be2fee5b57615ac17c00456d4c2cf3b2 /Master/source | |
parent | e60c6b352d75bb1dee1fe3f9a97bc4fb8a8f9719 (diff) |
tlaunch: updated sources, minor fixes
git-svn-id: svn://tug.org/texlive/trunk@66425 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/source')
-rw-r--r-- | Master/source/tlgui/tlaunch-0.5.3-src.zip | bin | 69371 -> 0 bytes | |||
-rw-r--r-- | Master/source/tlgui/tlaunch.0.5.4-src.zip | bin | 0 -> 90139 bytes | |||
-rw-r--r-- | Master/source/tlgui/tlaunch.README | 27 |
3 files changed, 8 insertions, 19 deletions
diff --git a/Master/source/tlgui/tlaunch-0.5.3-src.zip b/Master/source/tlgui/tlaunch-0.5.3-src.zip Binary files differdeleted file mode 100644 index 17b2e61b5ef..00000000000 --- a/Master/source/tlgui/tlaunch-0.5.3-src.zip +++ /dev/null diff --git a/Master/source/tlgui/tlaunch.0.5.4-src.zip b/Master/source/tlgui/tlaunch.0.5.4-src.zip Binary files differnew file mode 100644 index 00000000000..f9e7c5cf9b0 --- /dev/null +++ b/Master/source/tlgui/tlaunch.0.5.4-src.zip diff --git a/Master/source/tlgui/tlaunch.README b/Master/source/tlgui/tlaunch.README index bc31b1eb368..9a360694787 100644 --- a/Master/source/tlgui/tlaunch.README +++ b/Master/source/tlgui/tlaunch.README @@ -1,22 +1,11 @@ -I cross-compiled tlaunch on successive versions of Ubuntu Linux, -using the mingw packages binutils-mingw-w64-i686, -gcc-mingw-w64-base, gcc-mingw-w64-i686, g++-mingw-w64-i686, -mingw-w64-common, mingw-w64-i686-dev, mingw-w64-tools, -binutils-mingw-w64-i686 and the included Makefile and cross-make -shell script. +This version has been compiled with the ucrt64 compiler collection +from the msys2 project. Output of gcc --version: -Occasionally I needed to run the gdb debugger. Although Ubuntu does -have a cross-debugger, I opted for native compilation and native -debugging, using mingw-i686-6.3.0-release-posix-dwarf-rt_v5-rev2.7z -from https://sourceforge.net/projects/mingw-w64/. I compiled with -the batchfile makewin.cmd, which does not use make but simply -compiles everything. +gcc.exe (Rev10, Built by MSYSproject) 12.2.0 -For the shell script cross-make, check that the CROSS environment -variable is right for your system. +Tlaunch is small enough to compile with a batchfile, makewin.cmd. If +you try to run this yourself, please check that the definition of +mingw matches your setup. -For the batchfile makewin.cmd, check that the mingw environment -variable points to the root of your mingw installation. - -Siep Kroonenberg, siepo at cybercomm dot nl -Groningen, June 2017 +Siep Kroonenberg, siepo at bitmuis dot nl +Groningen, March 2023 |