diff options
| author | Pietro Gagliardi <[email protected]> | 2016-06-19 15:09:41 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2016-06-19 15:09:41 -0400 |
| commit | 28012570b0b91f3a4bf64324f5ff90028b36508b (patch) | |
| tree | ad558e299d5ecf7487c1f7f8755ccc3ece6f5ec8 /link_windows_386.go | |
| parent | 793598c2faba3403bbbd0867e061adf212c0073e (diff) | |
| parent | 2dde2a79e7020f065d94d9bc17e0191bf18a5bff (diff) | |
Merge branch 'master' of github.com:andlabs/ui
Diffstat (limited to 'link_windows_386.go')
| -rw-r--r-- | link_windows_386.go | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
