forked from mrichards42/xword
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update wxLua to 3.0.0.6 + compilation patch.
Now using the fork at https://github.com/pkulchenko/wxlua as the primary project has not issued a release in nearly 7 years. The fork has made many updates, including: * Better compatibility with newer versions of wxWidgets * Fixed platform inconsistencies with bit library, which led to incorrect md5 calculations on Mac (see mrichards42#61, pkulchenko/wxlua#43). The md5 sums have been renegerated and are now correct on all platforms. To fix builds with wxWidgets < 3.1.2, we also include the fix for pkulchenko/wxlua#46. Generated with: $ rsync -r --delete \ --exclude="premake4.lua" \ --exclude="wxluasetup_xword.h" \ --exclude="Makefile*" \ --exclude="CMakeLists.txt" \ wxlua-3.0.0.6/wxLua/modules/wxbind \ wxlua-3.0.0.6/wxLua/modules/wxlua \ xword/lua/ $ rsync -r --delete \ wxlua-3.0.0.6/wxLua/art \ xword/lua/wxlua/ $ cp wxlua-3.0.0.6/wxLua/bindings/genwxbind.lua xword/src/xwordbind/ Along with manual edits to wxluasetup_xword.h to sync with the latest set of config options in wxluasetup.h (i.e. disable new entries). Regenerated bindings in src/xwordbind/. Disabled webview in src/xwordlua.hpp and replaced obsolete reference to wxBG_STYLE_CUSTOM in sizedtext.lua.
- Loading branch information
Showing
82 changed files
with
47,424 additions
and
13,678 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.