Skip to content
Snippets Groups Projects
  1. Aug 14, 2011
  2. Jan 19, 2011
  3. Jan 14, 2011
  4. Jan 07, 2011
  5. Jan 05, 2011
  6. Nov 17, 2010
  7. 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
  8. Mar 29, 2010
  9. Mar 24, 2010
  10. Aug 02, 2009
  11. 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
  12. Dec 31, 2008
  13. Jun 25, 2008
  14. Apr 15, 2008