mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 21:13:52 +00:00
4e6fc201a0
- Fix parsing of the options. - Only uppercase the file name part and NOT the full path! And do it in a way GCC-Linux correctly understands, aka.: *ptr = toupper(*ptr); ++ptr; but NOT!: *ptr++ = toupper(*ptr); (that last one worked on GCC-Win and MSVC). [CMAKE] Let's keep SETUPREG.HIV and BCD hive file names in uppercase (use the '-u' switch) while keeping the other ones in lowercase. Should definitively fix GCCLin builder! |
||
---|---|---|
.. | ||
cmake | ||
include | ||
lib | ||
tools |