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:
@ -2,6 +2,11 @@
|
|||||||
|
|
||||||
!include detectenv-msvc.mak
|
!include detectenv-msvc.mak
|
||||||
|
|
||||||
|
# Default prefix if not defined
|
||||||
|
!ifndef PREFIX
|
||||||
|
PREFIX=..\..\vs$(VSVER)\$(PLAT)
|
||||||
|
!endif
|
||||||
|
|
||||||
# Configurable paths to the various interpreters we need
|
# Configurable paths to the various interpreters we need
|
||||||
!ifndef PERL
|
!ifndef PERL
|
||||||
PERL = perl
|
PERL = perl
|
||||||
|
Reference in New Issue
Block a user