Skip to content
Snippets Groups Projects
  1. May 28, 2018
  2. Apr 08, 2018
  3. Nov 13, 2016
  4. May 16, 2016
  5. Jan 24, 2016
    • Henry Weller's avatar
      wmake: Update comments · cd265693
      Henry Weller authored
      cd265693
    • Henry Weller's avatar
      wmake: Add support for compiler type default rules · c3a03105
      Henry Weller authored
      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.
      c3a03105
  6. Dec 16, 2015
  7. Nov 14, 2015
  8. Dec 14, 2014
  9. Aug 14, 2011
  10. Jan 19, 2011
  11. Jan 14, 2011
  12. Jan 07, 2011
  13. Jan 05, 2011
  14. Nov 17, 2010
  15. Apr 22, 2010
    • Mark Olesen's avatar
      ENH: rationalize wmake rules to avoid unnecessary duplication · 0d445841
      Mark Olesen authored
      - main mplib rules located in GENERAL_RULES with specializations
        (if any) under RULES. Modest change in a few options files, but
        cleans up the rules directories.
      
        previously in options:
            include $(RULES)/mplib$(WM_MPLIB)
      
        now in options:
            sinclude $(GENERAL_RULES)/mplib$(WM_MPLIB)
            sinclude $(RULES)/mplib$(WM_MPLIB)
      
        For GNU make it would be permissible to write both in a single line.
      0d445841
  16. Mar 29, 2010
  17. Mar 24, 2010
  18. Aug 02, 2009
  19. May 06, 2009
    • Mark Olesen's avatar
      minor tweak to wmake · 1cdbeb29
      Mark Olesen authored
      - place wmkdep and dirToString executables under
        utilbin/$(WM_ARCH)$(WM_COMPILER).
        This helps somewhat when copying rules about, and might help when creating
        general rules.
      1cdbeb29
  20. Dec 31, 2008
  21. Jun 25, 2008
  22. Apr 15, 2008