Author Topic: install wxwidgets 2.6.1  (Read 16693 times)

Offline tiwag

  • Developer
  • Lives here!
  • *****
  • Posts: 1196
  • sailing away ...
    • tiwag.cb
Re: install wxwidgets 2.6.1
« Reply #15 on: August 24, 2005, 04:28:56 pm »
@tiwag
could you post your "envgcc.bat" file

Code
@REM start-----------------------------------------------------------envgcc.bat
@if "%ENVGCC%" == "" (
    set ENVGCC=SET
    echo Setting environment for MinGW GCC Compiler...
    set PATH=D:\MinGW\Bin;%PATH%
)
@REM end-------------------------------------------------------------envgcc.bat

Offline thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: install wxwidgets 2.6.1
« Reply #16 on: August 24, 2005, 04:46:09 pm »
sorry but i think this isn't correct
Oi!!! You're right.

what has to be in the path variable to get MinGW32 working
Exactly the two directories in tiwag's post, none more is needed.
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."