Changeset 25 for trunk


Ignore:
Timestamp:
Nov 20, 2005, 2:51:10 PM (20 years ago)
Author:
dmik
Message:

Added a protection against the 4OS2 & forward slash problem

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.cmd

    r24 r25  
    367367    call lineout G.!QtCmd, 'call AddPathEnv ''PATH'', QTDIR''\bin'''
    368368    call lineout G.!QtCmd, 'call AddPathEnv ''BEGINLIBPATH'', QTDIR''\bin'''
     369    call lineout G.!QtCmd, ''
     370    /*
     371     *  protect against the "4OS2 & forward slash" problem
     372     */
     373    call lineout G.!QtCmd, 'call value ''MAKESHELL'', SysBootDrive()''\os2\cmd.exe'', ''OS2ENVIRONMENT'''
    369374    call lineout G.!QtCmd, ''
    370375    /*
Note: See TracChangeset for help on using the changeset viewer.