summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik.ramaekers@protonmail.com>2020-08-29 23:52:08 +0200
committerAldrik Ramaekers <aldrik.ramaekers@protonmail.com>2020-08-29 23:52:08 +0200
commit7f049b0db8c48cb0c8270650dd6773969ea6182c (patch)
treeb4db3b95bc6be7d09dc179c77385c38bb5b11dca
parente5f6dbcf719d03e0f91ae4e6bad0e28be544c22b (diff)
automated commit
-rw-r--r--build-win.bat2
-rw-r--r--release-windows.bat2
2 files changed, 0 insertions, 4 deletions
diff --git a/build-win.bat b/build-win.bat
index ca5a272..b2cd36e 100644
--- a/build-win.bat
+++ b/build-win.bat
@@ -11,8 +11,6 @@ if "%1"=="-w" (SET defs=-DMODE_DEVELOPER -DMODE_GDBDEBUG) else (SET defs=-DMODE_
x86_64-w64-mingw32-gcc -m64 -Wall -g %defs% -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
-REM libs used for licensing: -lwininet -liphlpapi
-
DEL /Q "../bin/data.o"
FOR %%A IN ("../bin/mo-edit.exe") DO set size=%%~zA
diff --git a/release-windows.bat b/release-windows.bat
index 59672a6..7ff9d51 100644
--- a/release-windows.bat
+++ b/release-windows.bat
@@ -9,8 +9,6 @@ ld -r -b binary -o ../bin/data.o ../data/imgs/en.bmp ../data/imgs/nl.bmp ../dat
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 -mwindows
-REM libs used for licensing: -lwininet -liphlpapi
-
DEL /Q "../bin/data.o"
move /y "../bin/mo-edit.exe" "../release/windows"