Re: Correction for using Mingw
- Posted by ne1uno Apr 15, 2011
- 1539 views
ktamp said...
If Mingw is to be used for compiling Euphoria code, a correction has to be made in line 435 of "buildsys.e":
l_flags &= " -mno-cygwin -lws2_32 -lcomdlg32"
should become
l_flags &= " -mno-cygwin -lws2_32 -lcomctl32 -lcomdlg32"
comdlg32 is not needed for minGW or watcom only comctl32.