• ChangeLog: 2024-01-03 16:45 UTC-0500 Ron Pinkas

    From Ron Pinkas@21:1/5 to All on Wed Jan 3 16:49:51 2024
    2024-01-03 16:45 UTC-0500 Ron Pinkas <ronpinkas/AT/gmail/com>
    - bin/find_bc.bat
    - bin/find_vc.bat
    + winmake/find_bc.bat
    + winmake/find_vc.bat
    * Moved to winmake to avoid cluttering bin

    * make_bc.bat
    * make_dc.bat
    * make_pc.bat
    * make_vc.bat
    * bin/bld.bat
    * bin/bld_bc.bat
    * bin/bld_vc.bat
    * winmake/makefile.pc
    * Modified to use new shared scripts

    + winmake/find_bison.bat
    + winmake/find_pc.bat
    + winmake/found_cc.bat
    + winmake/functions.bat
    + New shared scripts to simplify updates and avoid redundancy

    + winmake/known.bc
    + winmake/known.pc
    + winmake/known.vc
    + New simple files to support auto detection of compilers and their respective paths

    /*
    Make andd build batch files on Windows have been written from scratch to support
    simplified auto detection of compilers and their respective paths. The system
    is also shared nott jusst between different compilers but also between make and build
    batch files. This allows us to avoid redundancy and simplify updates. New compilers
    can be added by simply adding a new known file and a new ssimple find script. Also
    new known locations can be added to existing known files to support new versions of
    existing compilers, without having to modify the make and build batch files.

    Please note that Windows batch files are not very flexible and are somewhat
    finicky. The new scripts are not perfect and may need some tweaking. Please
    report any issues you may encounter.
    *

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Ron Pinkas@21:1/5 to Ron Pinkas on Wed Jan 3 16:54:11 2024
    Ron Pinkas wrote:

    2024-01-03 16:45 UTC-0500 Ron Pinkas <ronpinkas/AT/gmail/com>
    - bin/find_bc.bat
    - bin/find_vc.bat
    + winmake/find_bc.bat
    + winmake/find_vc.bat
    * Moved to winmake to avoid cluttering bin

    * make_bc.bat
    * make_dc.bat
    * make_pc.bat
    * make_vc.bat
    * bin/bld.bat
    * bin/bld_bc.bat
    * bin/bld_vc.bat
    * winmake/makefile.pc
    * Modified to use new shared scripts

    + winmake/find_bison.bat
    + winmake/find_pc.bat
    + winmake/found_cc.bat
    + winmake/functions.bat
    + New shared scripts to simplify updates and avoid redundancy

    + winmake/known.bc
    + winmake/known.pc
    + winmake/known.vc
    + New simple files to support auto detection of compilers and their respective paths

    /*
    Make andd build batch files on Windows have been written from scratch to support
    simplified auto detection of compilers and their respective paths. The system
    is also shared nott jusst between different compilers but also between make and build
    batch files. This allows us to avoid redundancy and simplify updates. New compilers
    can be added by simply adding a new known file and a new ssimple find script. Also
    new known locations can be added to existing known files to support new versions of
    existing compilers, without having to modify the make and build batch files.

    Please note that Windows batch files are not very flexible and are somewhat
    finicky. The new scripts are not perfect and may need some tweaking. Please
    report any issues you may encounter.
    *


    This also allows transparent support of multiple Compilers in the
    same shell. Both make and build scripts can chang compilers at any
    point.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)