Subversion Repositories filter_foundry

Rev

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

Rev 508 Rev 515
Line 1... Line 1...
1
 
1
 
2
ViaThinkSoft release procedure
2
ViaThinkSoft release procedure
3
------------------------------
3
------------------------------
4
 
4
 
5
1. Fix version information:
5
1. Fix version information:
6
	- version.h (3 times)
6
	- version.h (3 times cleartext + MainComponentVersion)
7
	- manifest32.xml and manifest64.xml
7
	- manifest32.xml and manifest64.xml
8
	- README.md
8
	- README.md
9
	- CHANGELOG.md
9
	- CHANGELOG.md
10
2. Run **release.bat** . This script will do:
10
2. Run **release.bat** . This script will do:
11
	- 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).
11
	- 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).