Changeset 61


Ignore:
Timestamp:
Jul 15, 2010, 3:46:21 PM (15 years ago)
Author:
dmik
Message:

env: Require the latest GCC 4.4.4 build for OS/2.

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LocalEnv.tpl.cmd

    r29 r61  
    2020
    2121/**
    22  * Path to GCC 4.4.2. Leave empty if you have it already available
    23  * in your environment.
     22 * Path to GCC 4 environment script (+ possible arguments). If you use
     23 * the GCC 4 distribution recommended in README, the path will look like:
     24 *
     25 *   X:\path_to_gcc4\gcc4xx.cmd
     26 *
     27 * Otherwise you will have to play with GCC's gccenv.cmd on your own.
     28 *
     29 * Leave this empty if you have GCC 4 already available in your
     30 * environment.
    2431 */
    25 G.PATH_TOOL_GCC442      = 'D:\Dev\gcc442'
     32G.PATH_TOOL_GCC4_ENV    = 'D:\Dev\gcc444\gcc444.cmd'
    2633
    2734/**
  • trunk/README

    r24 r61  
    33Requirements (draft)
    44
    5 1.  GCC 4.4.2 + WLINK (ftp://ftp.netlabs.org/pub/qt4/gcc-4_4_2-complete-20091205.zip)
     51.  GCC 4.4.4 + WLINK (ftp://ftp.netlabs.org/pub/qt4/tools/gcc-4_4_4-complete-20100712.zip)
    662.  Odin32 SDK (take from SVN at http://svn.netlabs.org/repos/odin32)
    773a. Java 1.5.0 (so far, download link is to be clarified)
  • trunk/env.cmd

    r27 r61  
    4848 * setup GCC
    4949 */
    50 if (G.PATH_TOOL_GCC442 \== '') then do
    51     cmdline = 'call' G.PATH_TOOL_GCC442'\gcc442.cmd @'
     50if (G.PATH_TOOL_GCC4_ENV \== '') then do
     51    cmdline = 'call' G.PATH_TOOL_GCC4_ENV
    5252    cmdline
    5353    drop cmdline
Note: See TracChangeset for help on using the changeset viewer.