#!/bin/shrm-- winres.exe
i686-w64-mingw32-gcc -Wall -Wextra -pedantic -Wno-unused-parameter -std=c99 -Os -Wl,--subsystem,windows -o winres.exe winres.c -lole32 -luuid -lgdi32 -lws2_32 -lshell32 -lmprif strip winres.exe;thenecho"Successfully created winres.exe"echo"It has NOT been moved to data/.../openslx.exe"elseecho"FAIL FAIL FAIL no EXE generated!"fi