4b12516d42
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.
39 lines
788 B
Plaintext
39 lines
788 B
Plaintext
# Windows-specific files that require CRLF:
|
|
|
|
*.bat eol=crlf
|
|
*.bcc eol=crlf
|
|
*.dsw eol=crlf
|
|
*.gcc eol=crlf
|
|
*.props eol=crlf
|
|
*.rc eol=crlf
|
|
*.sln eol=crlf
|
|
*.vc eol=crlf
|
|
*.vcproj eol=crlf
|
|
*.vcxproj eol=crlf
|
|
|
|
# Documentation used with Windows installer:
|
|
|
|
/BuildGit.txt text=auto
|
|
/docs/changes.txt text=auto
|
|
/docs/licence.txt text=auto
|
|
/docs/readme.txt text=auto
|
|
/docs/msw/*.txt text=auto
|
|
|
|
# Unix-specific files that require LF:
|
|
|
|
*.h.in eol=lf
|
|
*.m4 eol=lf
|
|
*.sh eol=lf
|
|
configure.in eol=lf
|
|
Makefile.am eol=lf
|
|
Makefile.in eol=lf
|
|
makefile.unx eol=lf
|
|
|
|
config.guess eol=lf
|
|
config.sub eol=lf
|
|
configure eol=lf
|
|
configure.in eol=lf
|
|
|
|
# Ignore changes in the generated files.
|
|
build/upmake -diff
|