Subversion Repositories filter_foundry

Rev

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

Rev 384 Rev 385
Line 106... Line 106...
106
* Do NOT install mingw32 to a directory that contains white spaces (i.e. "C:\Program Files (x86)\")!
106
* 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:
107
* To build both Win32 and Win64, you need to run setup two times:
108
  For 32 bit "i686" and for 64 bit "x86_64"
108
  For 32 bit "i686" and for 64 bit "x86_64"
109
* Check if all paths inside the file "make_mingw32.bat" are valid, then run it.
109
* Check if all paths inside the file "make_mingw32.bat" are valid, then run it.
110
  The files FilterFoundry.8bf (32 Bit) and FilterFoundry64.8bf (64 Bit) should now be generated.
110
  The files FilterFoundry.8bf (32 Bit) and FilterFoundry64.8bf (64 Bit) should now be generated.
111
* Most recently tested with mingw64 and Adobe Photoshop SDK 2022:
111
* Most recently tested with mingw64 and Adobe Photoshop SDK 2021:
112
  - i686-8.1.0-posix-dwarf-rt_v6-rev0	for 32 Bit	
112
  - i686-8.1.0-posix-dwarf-rt_v6-rev0	for 32 Bit	
113
  - x86_64-8.1.0-posix-seh-rt_v6-rev0	for 64 Bit
113
  - x86_64-8.1.0-posix-seh-rt_v6-rev0	for 64 Bit
114
 
114
 
115
ViaThikSoft builds the 32-bit version using OpenWatcom (to keep Win9x compatibility)
115
ViaThikSoft builds the 32-bit version using OpenWatcom (to keep Win9x compatibility)
116
and the 64-bit version using Visual Studio batch file. Of course, you can do it
116
and the 64-bit version using Visual Studio batch file. Of course, you can do it