From 85b36cdce3e5d60a64274067160a919503291896 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sat, 22 Feb 2020 19:55:55 +0100 Subject: licensing --- release-windows.bat | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'release-windows.bat') 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" -- cgit v1.2.3-70-g09d2