1. 13 Mar, 2013 2 commits
    • Tom Grace's avatar
      build_vms.com: VMS build fixes · 8ae9ee0c
      Tom Grace authored
      Added missing slash in cc_full_list.
      Removed unwanted extra quotes inside symbol tool_main
      for non-VAX architectures that triggered link failure.
      Replaced curl_sys_inc with sys_inc.
      8ae9ee0c
    • Tom Grace's avatar
      tool_main.c: fix VMS global variable storage-class specifier · 17c088fb
      Tom Grace authored
      An extern submits a psect and a global reference to the linker to point
      to it. Using "extern int vms_show = 0" also creates a globaldef.
      
      The use of the extern by itself does declare a psect but does not declare
      a globalsymbol. It does declare a globalref. But the linker needs one and
      only one globaldef or there is an error.
      17c088fb
  2. 12 Mar, 2013 4 commits
  3. 11 Mar, 2013 6 commits
  4. 10 Mar, 2013 17 commits
  5. 09 Mar, 2013 11 commits