Replace upmake and dependent modules with a monolithic script
Remove the Perl modules composing upmake from wxWidgets repository, it's too difficult to maintain them both here and at https://github.com/vadz/upmake and just keep the wxWidgets-specific upmake_script.pl here and generate build/upmake_script itself from it using fatpack. This also updates upmake to the latest 0.3 version, as a side effect.
This commit is contained in:
parent
e5754d00d4
commit
4b12516d42
10 changed files with 1527 additions and 616 deletions
3
.gitattributes
vendored
3
.gitattributes
vendored
|
|
@ -33,3 +33,6 @@ config.guess eol=lf
|
|||
config.sub eol=lf
|
||||
configure eol=lf
|
||||
configure.in eol=lf
|
||||
|
||||
# Ignore changes in the generated files.
|
||||
build/upmake -diff
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue