mirror of
				https://github.com/isledecomp/isle.git
				synced 2025-10-25 17:34:05 +00:00 
			
		
		
		
	 8476bf06b2
			
		
	
	8476bf06b2
	
	
	
		
			
			* initial cmake implementation * ci: i guess older cmake doesn't support this * cmake: add max version to suppress warning Co-authored-by: Anonymous Maarten <madebr@users.noreply.github.com> --------- Co-authored-by: Anonymous Maarten <madebr@users.noreply.github.com>
		
			
				
	
	
		
			36 lines
		
	
	
		
			725 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			36 lines
		
	
	
		
			725 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| #include "resource.h"
 | |
| 
 | |
| ISLE_ARROW 	CURSOR 	"arrow.cur"
 | |
| ISLE_NO 		CURSOR 	"no.cur"
 | |
| ISLE_BUSY 	CURSOR 	"busy.cur"
 | |
| APP_ICON 		ICON 		"isle.ico"
 | |
| 
 | |
| 1 VERSIONINFO
 | |
| FILEVERSION 1,1,0,0
 | |
| PRODUCTVERSION 1,1,0,0
 | |
| FILEOS 0x40004
 | |
| FILETYPE 0x1
 | |
| {
 | |
| BLOCK "StringFileInfo"
 | |
| {
 | |
| 	BLOCK "040904b0"
 | |
| 	{
 | |
| 		VALUE "Comments", "DG JB AG RC EE"
 | |
| 		VALUE "CompanyName", "Mindscape"
 | |
| 		VALUE "FileDescription", "isle"
 | |
| 		VALUE "FileVersion", "1, 1, 0, 0"
 | |
| 		VALUE "InternalName", "isle"
 | |
| 		VALUE "LegalCopyright", "Copyright \xA9 1997"
 | |
| 		VALUE "OriginalFilename", "isle.exe"
 | |
| 		VALUE "ProductName", "Adventures on LEGO Island"
 | |
| 		VALUE "ProductVersion", "1, 1, 0, 0"
 | |
| 		VALUE "SpecialBuild", "Very"
 | |
| 	}
 | |
| }
 | |
| 
 | |
| BLOCK "VarFileInfo"
 | |
| {
 | |
| 	VALUE "Translation", 0x0409, 0x04B0
 | |
| }
 | |
| }
 |