From 89e1f7912959ec9338022057dc8ee58c200c91c2 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Fri, 4 Mar 2016 16:25:59 +0100 Subject: [run-virt/vmware] Mount home directory in windows (first working version) --- remote/modules/run-virt/compile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'remote/modules/run-virt/compile') 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 + -- cgit v1.2.3-55-g7522