From d27c3de74a40b0544ecbc51cddd02f1277feb28f Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Wed, 30 Mar 2016 12:06:00 +0200 Subject: [run-virt] Better support for win10 folder remapping --- remote/modules/run-virt/compile | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100755 remote/modules/run-virt/compile (limited to 'remote/modules/run-virt/compile') diff --git a/remote/modules/run-virt/compile b/remote/modules/run-virt/compile deleted file mode 100755 index 8c950d7b..00000000 --- a/remote/modules/run-virt/compile +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh - -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 -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