From 9a4d0b8b47407136d9a996dd6a3c3a17b8bfcbf9 Mon Sep 17 00:00:00 2001 From: emersion Date: Sun, 19 Jun 2016 18:14:23 +0200 Subject: [PATCH] Rename static_windows_*.o files to .syso --- link_windows_386.go | 2 +- link_windows_amd64.go | 2 +- static_windows_386.o => static_windows_386.syso | Bin static_windows_amd64.o => static_windows_amd64.syso | Bin 4 files changed, 2 insertions(+), 2 deletions(-) rename static_windows_386.o => static_windows_386.syso (100%) rename static_windows_amd64.o => static_windows_amd64.syso (100%) diff --git a/link_windows_386.go b/link_windows_386.go index 3ea6183..f223ae1 100644 --- a/link_windows_386.go +++ b/link_windows_386.go @@ -2,7 +2,7 @@ package ui -// #cgo LDFLAGS: ${SRCDIR}/static_windows_386.o ${SRCDIR}/libui_windows_386.a ${SRCDIR}/libui_windows_386.res.o +// #cgo LDFLAGS: ${SRCDIR}/libui_windows_386.a ${SRCDIR}/libui_windows_386.res.o // /* note the order; also note the lack of uuid */ // #cgo LDFLAGS: -luser32 -lkernel32 -lusp10 -lgdi32 -lcomctl32 -luxtheme -lmsimg32 -lcomdlg32 -ld2d1 -ldwrite -lole32 -loleaut32 -loleacc -static -static-libgcc -static-libstdc++ import "C" diff --git a/link_windows_amd64.go b/link_windows_amd64.go index 1992ae7..515bbd1 100644 --- a/link_windows_amd64.go +++ b/link_windows_amd64.go @@ -2,7 +2,7 @@ package ui -// #cgo LDFLAGS: ${SRCDIR}/static_windows_amd64.o ${SRCDIR}/libui_windows_amd64.a ${SRCDIR}/libui_windows_amd64.res.o +// #cgo LDFLAGS: ${SRCDIR}/libui_windows_amd64.a ${SRCDIR}/libui_windows_amd64.res.o // /* note the order; also note the lack of uuid */ // #cgo LDFLAGS: -luser32 -lkernel32 -lusp10 -lgdi32 -lcomctl32 -luxtheme -lmsimg32 -lcomdlg32 -ld2d1 -ldwrite -lole32 -loleaut32 -loleacc -static -static-libgcc -static-libstdc++ import "C" diff --git a/static_windows_386.o b/static_windows_386.syso similarity index 100% rename from static_windows_386.o rename to static_windows_386.syso diff --git a/static_windows_amd64.o b/static_windows_amd64.syso similarity index 100% rename from static_windows_amd64.o rename to static_windows_amd64.syso