Skip to content

Commit

Permalink
Merge branch 'win-dist'
Browse files Browse the repository at this point in the history
  • Loading branch information
cchantep committed Jun 27, 2014
2 parents 50f9b4d + 70de190 commit 28773e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dhek.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ executable dhek
, dhek

if os(windows)
ghc-options: -O2 -threaded -optl-mwindows
ghc-options: -O2 -optc-mms-bitfields -optl-mwindows
if os(darwin)
ghc-options: -O2 -threaded -optl-ObjC++ -optl-mmacosx-version-min=10.9 -framework AppKit
if !os(windows) && !os(darwin)
Expand Down
1 change: 1 addition & 0 deletions util/win-msys2-dist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ cp dist/build/dhek/dhek.exe "$DISTDIR/bin/"
cp util/win-dist/dlls/*.dll "$DISTDIR/bin/"
cp -R util/win-dist/gtk-theme/* "$DISTDIR/"
cp -R resources "$DISTDIR/bin/resources"
rm -f "$DISTDIR/bin/resources/*.png"

cat > "$DISTDIR/dhek.bat" << EOF
start bin\dhek.exe
Expand Down

0 comments on commit 28773e1

Please sign in to comment.