Subversion Repositories filter_foundry

Compare Revisions

Regard whitespace Rev 436 → Rev 437

/trunk/RELEASE.md
7,13 → 7,12
- manifest32.xml and manifest64.xml
- README.md
- CHANGELOG.md
2. Run **visual_studio\vc_make_3264.bat** . This creates a 32-bit DLL and a 64-bit DLL and mixes them together (required for 32/64 bit creating of standalone filters).
3. Compile with OpenWatcom 2.0. This creates a 32-bit DLL only, and then mix Watcom-32-bit and VisualC-64-bit together.
2. Run **release.bat** . This script will do:
- Compile with Visual C++ by running **visual_studio\vc_make_3264.bat** . This creates a 32-bit DLL and a 64-bit DLL and mixes them together (required for 32/64 bit creating of standalone filters).
- Compile with OpenWatcom 2.0 by running **wpj\make_watcom.bat** . This creates a 32-bit DLL only, and then mix Watcom-32-bit and VisualC-64-bit together.
(This step is done because we want Win9x compatibility and therefore, the 32-bit 8BF must be built with OpenWatcom 2.0.
To build for Windows NT 3.1, we need OpenWatcom 2.0, becauase OpenWatcom 1.9 is not compatible with it)
4. Commit to SVN with commit message `=== RELEASE 1.7.0.x ===`
5. Sync SVN with GitHub
6. Release a ZIP to [ViaThinkSoft](https://www.viathinksoft.com/projects/filter_foundry) with following contents:
- Build a zip with following contents by running **make_zip.bat** :
- wpj/FilterFoundry.8bf => FilterFoundry.8bf
- visual_studio/FilterFoundry64.8bf => FilterFoundry64.8bf
- README.md => README.txt (sic)
22,3 → 21,6
- examples\ => examples\
- LICENSE_GPLv2.txt => LICENSE_GPLv2.txt
- LICENSE_GPLv3.html => LICENSE_GPLv3.html
3. Commit to SVN with commit message `=== RELEASE 1.7.0.x ===`
4. Sync SVN with GitHub
5. Release a ZIP to [ViaThinkSoft](https://www.viathinksoft.com/projects/filter_foundry)