build/win32/config-msvc.mak.in: Define a default PREFIX

If PREFIX was not passed when invoking generate-msvc.mak, define a
default PREFIX that is consistent with the MSVC project files, for
convenience.
This commit is contained in:
Chun-wei Fan
2019-07-31 15:47:01 +08:00
parent 78dcdbc246
commit 80c14d7cf9

View File

@ -2,6 +2,11 @@
!include detectenv-msvc.mak
# Default prefix if not defined
!ifndef PREFIX
PREFIX=..\..\vs$(VSVER)\$(PLAT)
!endif
# Configurable paths to the various interpreters we need
!ifndef PERL
PERL = perl