wmake: Add support for compiler type default rules
which may be optionally overridden by version-specific rules. For example the default rules for gcc on GNU/Linux x86_64 are in the wmake/rules/linux64Gcc directory. If there is a need to change any of the rules for a specific version of gcc, e.g. gcc-4.8.4 the directory wmake/rules/linux64Gcc48 may be created into which any of the language files may be provided containing the rules to override the defaults.
Showing
- wmake/makefiles/files 10 additions, 10 deletionswmake/makefiles/files
- wmake/makefiles/general 13 additions, 19 deletionswmake/makefiles/general
- wmake/rules/General/general 13 additions, 0 deletionswmake/rules/General/general
- wmake/rules/linux64Clang/c 1 addition, 1 deletionwmake/rules/linux64Clang/c
- wmake/rules/linux64Clang/c++ 1 addition, 1 deletionwmake/rules/linux64Clang/c++
- wmake/rules/linux64Clang/general 2 additions, 2 deletionswmake/rules/linux64Clang/general
- wmake/rules/linux64Gcc/c 1 addition, 1 deletionwmake/rules/linux64Gcc/c
- wmake/rules/linux64Gcc/c++ 1 addition, 1 deletionwmake/rules/linux64Gcc/c++
- wmake/rules/linux64Gcc/general 2 additions, 2 deletionswmake/rules/linux64Gcc/general
- wmake/rules/linux64Gcc45 0 additions, 1 deletionwmake/rules/linux64Gcc45
- wmake/rules/linux64Gcc46 0 additions, 1 deletionwmake/rules/linux64Gcc46
- wmake/rules/linux64Gcc47 0 additions, 1 deletionwmake/rules/linux64Gcc47
- wmake/rules/linux64Gcc48 0 additions, 1 deletionwmake/rules/linux64Gcc48
- wmake/rules/linux64Gcc49 0 additions, 1 deletionwmake/rules/linux64Gcc49
- wmake/rules/linux64Gcc51 0 additions, 1 deletionwmake/rules/linux64Gcc51
- wmake/rules/linux64Icc/c 1 addition, 1 deletionwmake/rules/linux64Icc/c
- wmake/rules/linux64Icc/c++ 1 addition, 1 deletionwmake/rules/linux64Icc/c++
- wmake/rules/linux64Icc/general 2 additions, 2 deletionswmake/rules/linux64Icc/general
- wmake/rules/linuxARM7Gcc/c 1 addition, 1 deletionwmake/rules/linuxARM7Gcc/c
- wmake/rules/linuxARM7Gcc/c++ 1 addition, 1 deletionwmake/rules/linuxARM7Gcc/c++
Please register or sign in to comment