mirror of
https://github.com/reactos/reactos.git
synced 2025-05-06 10:28:45 +00:00
![]() - 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! |
||
---|---|---|
.. | ||
Compiler | ||
baseaddress.cmake | ||
baseaddress_dwarf.cmake | ||
baseaddress_msvc.cmake | ||
bison-flex.cmake | ||
CMakeMacros.cmake | ||
compilerflags.cmake | ||
config-amd64.cmake | ||
config-arm.cmake | ||
config.cmake | ||
gcc.cmake | ||
host-tools.cmake | ||
localization.cmake | ||
midl-support.cmake | ||
msvc.cmake | ||
widl-support.cmake | ||
writing_CmakeLists_for_ReactOS.txt |