diff options
author | Siep Kroonenberg <siepo@cybercomm.nl> | 2020-03-17 13:49:18 +0000 |
---|---|---|
committer | Siep Kroonenberg <siepo@cybercomm.nl> | 2020-03-17 13:49:18 +0000 |
commit | 412579d4e7fdcc86bf649615419fb560809bc8f3 (patch) | |
tree | 696e6ee20bf60a09695132928ea74ebbb1597a81 /Master/source/tlperl/GNUmakefile.diff | |
parent | 6ff0955fa8576cfb7088778e5a8c373d3b119c90 (diff) |
Sources tlperl
git-svn-id: svn://tug.org/texlive/trunk@54374 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/source/tlperl/GNUmakefile.diff')
-rw-r--r-- | Master/source/tlperl/GNUmakefile.diff | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/Master/source/tlperl/GNUmakefile.diff b/Master/source/tlperl/GNUmakefile.diff new file mode 100644 index 00000000000..e745d65c6f1 --- /dev/null +++ b/Master/source/tlperl/GNUmakefile.diff @@ -0,0 +1,47 @@ +--- GNUmakefile.orig 2019-10-24 23:27:58.000000000 +0200 ++++ GNUmakefile 2020-03-04 18:15:58.087282995 +0100 +@@ -46,14 +46,14 @@ + # Set these to wherever you want "gmake install" to put your + # newly built perl. + # +-INST_DRV := c: +-INST_TOP := $(INST_DRV)\perl ++INST_DRV := d: ++INST_TOP := $(INST_DRV)\tlperl + + # + # Uncomment if you want to build a 32-bit Perl using a 32-bit compiler + # on a 64-bit version of Windows. + # +-#WIN64 := undef ++WIN64 := undef + + # + # Comment this out if you DON'T want your perl installation to be versioned. +@@ -185,7 +185,7 @@ + # Visual C++ 2019 (aka Visual C++ 14.2) (full version or Community Edition) + #CCTYPE := MSVC142 + # MinGW or mingw-w64 with gcc-3.4.5 or later +-#CCTYPE := GCC ++CCTYPE := GCC + + # + # If you are using Intel C++ Compiler uncomment this +@@ -255,7 +255,7 @@ + # For GCC builds this should be the directory containing the bin, include, + # lib directories for your compiler. + # +-#CCHOME := C:\MinGW ++CCHOME := D:\mingw2020 + + # + # Additional compiler flags can be specified here. +@@ -290,7 +290,7 @@ + # set this to your email address (perl will guess a value from + # from your loginname and your hostname, which may not be right) + # +-#EMAIL := ++EMAIL := tex-live@tug.org + + ## + ## Build configuration ends. |