summaryrefslogtreecommitdiff
path: root/Mkfiles
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2017-04-05 21:19:03 -0700
committerH. Peter Anvin <hpa@zytor.com>2017-04-05 21:19:03 -0700
commit675e7b7d7993ed9b2e9e3bcd7a0de605aa4d9f0d (patch)
tree4183b9c83f64b8922b80279589c2b9459c38a8f3 /Mkfiles
parent9546507861ce0039845ac5f619b83fbb0332a5df (diff)
downloadnasm-675e7b7d7993ed9b2e9e3bcd7a0de605aa4d9f0d.tar.gz
MSVC compatibility: clean up the handling of _stati64/_fstati64
On Windows we need to use _stati64/_fstati64 in order to handle large file sizes, but the handling was broken in the canned MSVC++ configuration. Clean it up and fix it. This addresses BR 3392398. Reported-by: Nikolai Saoukh <nms@otdel-1.org> Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'Mkfiles')
-rw-r--r--Mkfiles/msvc.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mkfiles/msvc.mak b/Mkfiles/msvc.mak
index 1dedad61..3141fced 100644
--- a/Mkfiles/msvc.mak
+++ b/Mkfiles/msvc.mak
@@ -12,7 +12,7 @@
top_srcdir = .
srcdir = .
VPATH = .
-prefix = C:\Program Files\NASM
+prefix = "C:\Program Files\NASM"
exec_prefix = $(prefix)
bindir = $(prefix)/bin
mandir = $(prefix)/man