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 | ec51434ee1709540c899b250e0bb4c2bef7b3b24 (patch) | |
tree | a6d3f3ff53f1bcc0667f752325a1cc98948f5dfb /.gitignore | |
parent | fe923a5cdbb93bfc10bd9232fc2b0fe5d0f9ac54 (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 '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 14df6753f..c17ae1f99 100644 --- a/.gitignore +++ b/.gitignore @@ -57,7 +57,6 @@ /install /downloaded /*.Set.sh -/winenv.set.sh /ID /tags /docs |