diff options
Diffstat (limited to 'remote/modules/run-virt/compile')
| -rwxr-xr-x | remote/modules/run-virt/compile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/remote/modules/run-virt/compile b/remote/modules/run-virt/compile index 0e388e46..8c950d7b 100755 --- a/remote/modules/run-virt/compile +++ b/remote/modules/run-virt/compile @@ -2,4 +2,10 @@ rm -- 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 -lmpr -strip winres.exe && echo "Successfully created winres.exe" +if strip winres.exe; then + echo "Successfully created winres.exe" + echo "It has NOT been moved to data/.../openslx.exe" +else + echo "FAIL FAIL FAIL no EXE generated!" +fi + |
