Subversion Repositories filter_foundry

Rev

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

Rev 385 Rev 512
Line 99... Line 99...
99
* To build in Windows with the OpenWatcom IDE, see the wpj
99
* To build in Windows with the OpenWatcom IDE, see the wpj
100
  subdirectory and notes (README.md), kindly provided by Peter Heckert and Daniel Marschall.
100
  subdirectory and notes (README.md), kindly provided by Peter Heckert and Daniel Marschall.
101
* Most recently tested with Open Watcom 1.9 and Adobe Photoshop SDK CC 2017.
101
* Most recently tested with Open Watcom 1.9 and Adobe Photoshop SDK CC 2017.
102
 
102
 
103
BUILDING WITH MINGW32/64
103
BUILDING WITH MINGW32/64
-
 
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
-
 
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.
104
* 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.
105
* Download: http://mingw-w64.org/doku.php/download/mingw-builds
109
* Download: http://mingw-w64.org/doku.php/download/mingw-builds
106
* 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)\")!
107
* 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:
108
  For 32 bit "i686" and for 64 bit "x86_64"
112
  For 32 bit "i686" and for 64 bit "x86_64"