Changes between Version 151 and Version 152 of CompileOnWindows


Ignore:
Timestamp:
Mar 20, 2010, 4:15:16 PM (14 years ago)
Author:
hellik
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CompileOnWindows

    v151 v152  
    2912914. When finished, you should have a GRASS self-contained release package in {{{c:\temp\GRASS-<Version>-<Release/Dev>-Package}}}, e.g. {{{c:\temp\GRASS-64-Release-Package}}}.
    292292
    293 === Remove OSGeo4W Traces from Package ===
    294 
    295 1. Open {{{c:\temp\GRASS-Release-Package\msys\msys.bat}}} and remove lines 11-16.
    296 
    297 2. At the end of line 88 (also in {{{msys.bat}}}) change:
    298 
    299 {{{
    300 start %WD%rxvt -backspacekey -sl 2500 -fg %FGCOLOR% -bg %BGCOLOR% -sr -fn Courier-12 -tn msys -geometry 80x25 -e /bin/sh --login -c "%*"
    301 }}}
    302 
    303 To:
    304 
    305 {{{
    306 if "x%*" == "x" start "MSYS 1.0" "%WD%rxvt" -backspacekey -sl 2500 -fg %FGCOLOR% -bg %BGCOLOR% -sr -fn Courier-12 -tn msys -geometry 80x25 -e /bin/sh --login -i
    307 if NOT "x%*" == "x" start "MSYS 1.0" "%WD%rxvt" -backspacekey -sl 2500 -fg %FGCOLOR% -bg %BGCOLOR% -sr -fn Courier-12 -tn msys -geometry 80x25 -e /bin/sh --login -c "%*"
    308 }}}
    309 
    310293=== Install NSIS (2.45) ===
    311294