diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-05-17 02:22:19 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@filifjonkan.site> | 2011-05-17 02:22:19 +0300 |
commit | 84fbaed77de78c37ddae2da17f182aa148ef5776 (patch) | |
tree | a14630c11e9306f074a4d8c9f42dd8f843b0a3aa /solenv/inc/settings.mk | |
parent | 85d44913abdca42d32bb98e435221227d447fe65 (diff) |
More cross-compiling work
AC_SUBST also EXEEXT_FOR_BUILD and use that in Makefile.in.
As winemv.set.sh is now called WindowsMSVCEnv.Set.sh, with capital E
and S like all the others, we can simplify the glob pattern for the
Set.sh file.
Don't attempt to download and/or run unpackers for dependencies
relevant only when using MSVC if using MinGW.
Misc other Windows host vs. build fixes.
Diffstat (limited to 'solenv/inc/settings.mk')
-rw-r--r-- | solenv/inc/settings.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/solenv/inc/settings.mk b/solenv/inc/settings.mk index 80c6b721c5f4..04dfd3490387 100644 --- a/solenv/inc/settings.mk +++ b/solenv/inc/settings.mk @@ -320,11 +320,11 @@ dbgutil= # --------------------------------------------------------------------------- DMAKE_WORK_DIR*:=$(subst,/,/ $(PWD)) -.IF "$(GUI)"=="WNT" +.IF "$(GUI_FOR_BUILD)"=="WNT" posix_PWD:=/cygdrive/$(PWD:s/://) -.ELSE #GUI)"=="WNT" +.ELSE posix_PWD:=$(PWD) -.ENDIF #GUI)"=="WNT" +.ENDIF .IF "$(TMP)"!="" |