Skip to content

Fixes Upper/Lower Casing for include paths#469

Closed
BeatAroundTheBuscher wants to merge 24 commits into
1dot13:masterfrom
BeatAroundTheBuscher:file_path_case
Closed

Fixes Upper/Lower Casing for include paths#469
BeatAroundTheBuscher wants to merge 24 commits into
1dot13:masterfrom
BeatAroundTheBuscher:file_path_case

Conversation

@BeatAroundTheBuscher
Copy link
Copy Markdown
Contributor

This will help Operation Systems/File Systems which are pedantic about
upper/lower casing to remember already compiled obj/lib files. This means
following messages will not show up anymore

File '/home/xyz/git/source/Lua/luaconf.h' does not exist.
Must remake target '/home/xyz/git/source/Lua/luaconf.h'.

Due to that some files existed in different casing (f. ex. ZLIB.H and zlib.h)
the filenames have been changed to lower casing.
"types.h" was also changed to lower case to avoid system libraries to be used.

The commits were split up per directory to allow an easier review process. The encoding issues introduced by my dev setup have been fixed with the git web page editor

BeatAroundTheBuscher and others added 24 commits July 24, 2025 14:03
This will help Operation Systems/File Systems which are pedantic about
upper/lower casing to remember already compiled obj/lib files. This means
following messages will not show up anymore

```
File '/home/xyz/git/source/Lua/luaconf.h' does not exist.
Must remake target '/home/xyz/git/source/Lua/luaconf.h'.
```

Due to that some files existed in different casing (f. ex. ZLIB.H and zlib.h)
the filenames have been changed to lower casing.
"types.h" was also changed to lower case to avoid system libraries to be used.
Remaining "fixes" for MXE attempt
@BeatAroundTheBuscher
Copy link
Copy Markdown
Contributor Author

Made obsolete by #487

@BeatAroundTheBuscher BeatAroundTheBuscher deleted the file_path_case branch August 17, 2025 08:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant