summaryrefslogtreecommitdiffstats
path: root/core/modules/run-virt/compile
blob: 4db156861001f1ab15ac0927d6dffd8d1ac60582 (plain) (blame)
1
2
3
4
5
#!/bin/sh

rm -- winres.exe
i686-w64-mingw32-gcc -std=c99 -Os -Wl,--subsystem,windows -o winres.exe winres.c -lole32 -luuid -lgdi32 #-lws2_32
strip winres.exe && echo "Successfully created winres.exe"