Correction for using Mingw
- Posted by ktamp Apr 15, 2011
- 1604 views
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"