Subversion Repositories filter_foundry

Rev

Rev 512 | Rev 532 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 512 Rev 515
Line 102... Line 102...
102
 
102
 
103
BUILDING WITH MINGW32/64
103
BUILDING WITH MINGW32/64
104
* IMPORTANT: Building with MINGW32/64 is currently NOT possible
104
* IMPORTANT: Building with MINGW32/64 is currently NOT possible
105
  because the resoure compiler doesn't resolve the compiler (windres) constants of language.h in
105
  because the resoure compiler doesn't resolve the compiler (windres) constants of language.h in
106
  language_win.rc and shows a syntax error. You can compile if you replace the constants by hand.
106
  language_win.rc and shows a syntax error. You can compile if you replace the constants by hand.
107
  Reported bug in May 8, 2022 via email, because the bugtracker doesn't allow user account creation.
107
  Bugreport: https://sourceware.org/bugzilla/show_bug.cgi?id=29133
108
* Mingw32 can be hosted on virtually any UNIX or Linux system, or under Windows.
108
* Mingw32 can be hosted on virtually any UNIX or Linux system, or under Windows.
109
* Download: http://mingw-w64.org/doku.php/download/mingw-builds
109
* Download: http://mingw-w64.org/doku.php/download/mingw-builds
110
* Do NOT install mingw32 to a directory that contains white spaces (i.e. "C:\Program Files (x86)\")!
110
* Do NOT install mingw32 to a directory that contains white spaces (i.e. "C:\Program Files (x86)\")!
111
* To build both Win32 and Win64, you need to run setup two times:
111
* To build both Win32 and Win64, you need to run setup two times:
112
  For 32 bit "i686" and for 64 bit "x86_64"
112
  For 32 bit "i686" and for 64 bit "x86_64"