summaryrefslogtreecommitdiff
path: root/config/Makefile.mingw64
diff options
context:
space:
mode:
Diffstat (limited to 'config/Makefile.mingw64')
-rw-r--r--config/Makefile.mingw6415
1 files changed, 11 insertions, 4 deletions
diff --git a/config/Makefile.mingw64 b/config/Makefile.mingw64
index 673e3b52c2..956ff32a3d 100644
--- a/config/Makefile.mingw64
+++ b/config/Makefile.mingw64
@@ -58,8 +58,6 @@ SHARPBANGSCRIPTS=false
PTHREAD_LINK=
X11_INCLUDES=
X11_LINK=
-DBM_INCLUDES=
-DBM_LINK=
BYTECCRPATH=
SUPPORTS_SHARED_LIBRARIES=true
SHAREDCCCOMPOPTS=
@@ -67,7 +65,7 @@ MKSHAREDLIBRPATH=
NATIVECCPROFOPTS=
NATIVECCRPATH=
ASM=$(TOOLPREF)as
-ASPP=gcc
+ASPP=$(TOOLPREF)gcc -c
ASPPPROFFLAGS=
PROFILING=noprof
DYNLINKOPTS=
@@ -145,7 +143,7 @@ NATIVECCCOMPOPTS=-O -mms-bitfields -Wall -Wno-unused
NATIVECCLINKOPTS=
### Build partially-linked object file
-PACKLD=$(TOOLPREF)ld -r $(NATIVECCLINKOPTS) -o #there must be a space after this '-o'
+PACKLD=$(TOOLPREF)ld -r $(NATIVECCLINKOPTS) -o # must have a space after '-o'
############# Configuration for the contributed libraries
@@ -163,3 +161,12 @@ TK_LINK=
MAKEREC=$(MAKE) -f Makefile.nt
MAKECMD=$(MAKE)
+
+############# for the testsuite makefiles
+#ml let topdir = "" and wintopdir = "";;
+OTOPDIR=$(WINTOPDIR)
+CTOPDIR=$(TOPDIR)
+CYGPATH=cygpath -m
+DIFF=diff -q --strip-trailing-cr
+CANKILL=false
+SET_LD_PATH=PATH="$(PATH):$(LD_PATH)"