From 7d5d27b9a3edf37e6752a961b0da969b6813fa75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulf=20M=C3=B6ller?= Date: Fri, 7 May 1999 22:55:27 +0000 Subject: Generate DLLs with Mingw32. --- util/pl/Mingw32.pl | 5 ++--- util/pl/Mingw32f.pl | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'util/pl') diff --git a/util/pl/Mingw32.pl b/util/pl/Mingw32.pl index f99b015aba..a47a961c27 100644 --- a/util/pl/Mingw32.pl +++ b/util/pl/Mingw32.pl @@ -1,12 +1,11 @@ #!/usr/local/bin/perl # -# unix.pl - the standard unix makefile stuff. +# Mingw32.pl -- Mingw32 with GNU cp (Mingw32f.pl uses DOS tools) # -# Need the Cygwin32 file utilities $o='/'; $cp='cp'; -$rm='rm'; +$rm='del'; # use 'rm -f' if using GNU file utilities $mkdir='gmkdir'; # gcc wouldn't accept backslashes in paths diff --git a/util/pl/Mingw32f.pl b/util/pl/Mingw32f.pl index d523d70153..8d8ad96f91 100644 --- a/util/pl/Mingw32f.pl +++ b/util/pl/Mingw32f.pl @@ -1,6 +1,6 @@ #!/usr/local/bin/perl # -# unix.pl - the standard unix makefile stuff. +# Mingw32f.pl -- copy files; Mingw32.pl is needed to do the compiling. # $o='\\'; -- cgit v1.2.3