diff options
Diffstat (limited to 'standalone/windows')
-rwxr-xr-x | standalone/windows/build-simple.sh | 4 | ||||
-rwxr-xr-x | standalone/windows/build.sh | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/standalone/windows/build-simple.sh b/standalone/windows/build-simple.sh index 0a5f0afdb..7e0f40bab 100755 --- a/standalone/windows/build-simple.sh +++ b/standalone/windows/build-simple.sh @@ -28,13 +28,13 @@ if [ ! -e "dist/setup-config" ]; then withcyg cabal configure fi if ! withcyg cabal build; then - ghc --make Build/EvilLinker + ghc --make Build/EvilLinker -fno-warn-tabs withcyg Build/EvilLinker fi # Build the installer cabal install nsis -ghc --make Build/NullSoftInstaller.hs +ghc --make Build/NullSoftInstaller.hs -fno-warn-tabs PATH="$PATH:/cygdrive/c/Program Files/NSIS" # Want to include cygwin programs in bundle, not others, since # it includes the cygwin libs that go with them. diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh index 7b78953d0..8c26874b2 100755 --- a/standalone/windows/build.sh +++ b/standalone/windows/build.sh @@ -54,13 +54,13 @@ touch last-incremental-failed withcyg cabal configure if ! withcyg cabal build; then rm -f Build/EvilLinker.exe - ghc --make Build/EvilLinker + ghc --make Build/EvilLinker -fno-warn-tabs Build/EvilLinker fi # Build the installer cabal install nsis -ghc -fforce-recomp --make Build/NullSoftInstaller.hs +ghc -fforce-recomp --make Build/NullSoftInstaller.hs -fno-warn-tabs # Want to include cygwin programs in bundle, not others, since # it includes the cygwin libs that go with them. # Currently need an older version of rsync than the one from cygwin. |