summaryrefslogtreecommitdiff
path: root/release-windows.bat
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik.ramaekers@protonmail.com>2020-02-22 19:55:55 +0100
committerAldrik Ramaekers <aldrik.ramaekers@protonmail.com>2020-02-22 19:55:55 +0100
commit85b36cdce3e5d60a64274067160a919503291896 (patch)
tree0d549a3981e673da41e647a5b1f17deb4fe573cf /release-windows.bat
parentbea1e688856a1ed3caa74a7ccdb33a7048268cea (diff)
licensing
Diffstat (limited to 'release-windows.bat')
-rw-r--r--release-windows.bat4
1 files changed, 1 insertions, 3 deletions
diff --git a/release-windows.bat b/release-windows.bat
index e3ca659..446bb9e 100644
--- a/release-windows.bat
+++ b/release-windows.bat
@@ -1,5 +1,3 @@
-#!/bin/bash
-
DEL /S /Q "bin"
if not exist "release" mkdir "release"
if not exist "release" mkdir "release/windows"
@@ -9,7 +7,7 @@ cd src
ld -r -b binary -o ../bin/data.o ../data/imgs/en.png ../data/imgs/nl.png ../data/imgs/logo_64.png ../data/fonts/mono.ttf ../data/translations/en-English.mo ../data/translations/nl-Dutch.mo ../data/imgs/list.png ../data/imgs/delete.png ../data/imgs/exclaim.png ../data/imgs/add.png ../data/imgs/set.png
-x86_64-w64-mingw32-gcc -Wall -m64 -O3 -Wno-unused-label -Wno-unused-variable mo_edit.c ../bin/data.o -o ../bin/mo-edit.exe ../misc/icon.res -lopengl32 -lkernel32 -lglu32 -lgdi32 -lcomdlg32 -lgdiplus -lole32 -lshlwapi -lwininet
+x86_64-w64-mingw32-gcc -Wall -m64 -O3 -Wno-unused-label -Wno-unused-variable mo_edit.c ../bin/data.o -o ../bin/mo-edit.exe ../misc/icon.res -lopengl32 -lkernel32 -lglu32 -lgdi32 -lcomdlg32 -lgdiplus -lole32 -lshlwapi -lwininet -liphlpapi
DEL /Q "../bin/data.o"