mirror of
				https://github.com/cmderdev/cmder.git
				synced 2025-10-31 09:22:15 +08:00 
			
		
		
		
	added version.rc2.sample
this file controls how the version strings appears in the final compiled .exe file
This commit is contained in:
		
							
								
								
									
										22
									
								
								launcher/src/version.rc2.sample
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								launcher/src/version.rc2.sample
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,22 @@ | ||||
|  | ||||
| /** | ||||
|  * WARNING: do NOT modify this file! the content of this file should be | ||||
|  *          automatically genereted before AppVeyor builds using the | ||||
|  *          respective .ps1 Powershell scripts. | ||||
|  * | ||||
|  */ | ||||
|  | ||||
| ///////////////////////////////////////////////////////////////////////////// | ||||
| // Define the version numbers and build information manually here: | ||||
|  | ||||
| #define CMDER_MAJOR_VERSION			{Cmder-Major-Version} | ||||
| #define CMDER_MINOR_VERSION			{Cmder-Minor-Version} | ||||
| #define CMDER_REVISION_VERSION			{Cmder-Revision-Version} | ||||
|  | ||||
| #define CMDER_PRODUCT_NAME_STR			"Cmder" | ||||
| #define CMDER_FILE_DESCRIPTION_STR		"Cmder: Lovely Console Emulator." | ||||
| #define CMDER_INTERNAL_NAME_STR		"Cmder" | ||||
| #define CMDER_ORIGINAL_FILENAME_STR	"Cmder.exe" | ||||
| #define CMDER_COMPANY_NAME_STR			"Samuel Vasko" | ||||
| #define CMDER_COPYRIGHT_YEAR_STR		"2016" | ||||
| ///////////////////////////////////////////////////////////////////////////// | ||||
		Reference in New Issue
	
	Block a user