Skip to content

Commit

Permalink
Recompile windows amd64 lib to fix #38
Browse files Browse the repository at this point in the history
  • Loading branch information
dontpanic92 committed Nov 5, 2017
1 parent c4db2b9 commit b7e4132
Show file tree
Hide file tree
Showing 13 changed files with 4 additions and 1,702 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "wx/windows_amd64"]
path = wx/windows_amd64
url = https://github.com/wx-libs/wx3.1-windows-amd64
2 changes: 1 addition & 1 deletion wx/setup_windows_amd64.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ package wx
// #cgo mingw_workaround LDFLAGS: -Wl,--subsystem,windows,--allow-multiple-definition
// #cgo !mingw_workaround LDFLAGS: -Wl,--subsystem,windows
// #cgo LDFLAGS: -l:libstdc++.a -mwindows -lopengl32 -lglu32 -lrpcrt4 -loleaut32 -lole32 -luuid -lwinspool -lwinmm -lshell32 -lshlwapi -lcomctl32 -lcomdlg32 -ladvapi32 -lversion -lwsock32 -lgdi32 -lntdll -lmsvcrt
// #cgo CXXFLAGS: -fpermissive
// #cgo CXXFLAGS: -fpermissive -std=c++11 -D_GLIBCXX_USE_CXX11_ABI=0
import "C"
Binary file removed wx/windows_amd64/lib/libwxexpat.a
Binary file not shown.
Binary file removed wx/windows_amd64/lib/libwxjpeg.a
Binary file not shown.
Binary file removed wx/windows_amd64/lib/libwxmsw31u.a
Binary file not shown.
Binary file removed wx/windows_amd64/lib/libwxmsw31u_gl.a
Binary file not shown.
Binary file removed wx/windows_amd64/lib/libwxpng.a
Binary file not shown.
Binary file removed wx/windows_amd64/lib/libwxregexu.a
Binary file not shown.
Binary file removed wx/windows_amd64/lib/libwxscintilla.a
Binary file not shown.
Binary file removed wx/windows_amd64/lib/libwxtiff.a
Binary file not shown.
Binary file removed wx/windows_amd64/lib/libwxzlib.a
Binary file not shown.
20 changes: 0 additions & 20 deletions wx/windows_amd64/wx/msw/rcdefs.h

This file was deleted.

Loading

0 comments on commit b7e4132

Please sign in to comment.