mirror of
				https://github.com/sheumann/AFPBridge.git
				synced 2025-10-31 11:26:45 -07:00 
			
		
		
		
	Add rVersion and rComment resources for AFP Mounter CDev.
This commit is contained in:
		
							
								
								
									
										18
									
								
								afpcdev.rez
									
									
									
									
									
								
							
							
						
						
									
										18
									
								
								afpcdev.rez
									
									
									
									
									
								
							@@ -1,5 +1,23 @@
 | 
			
		||||
#include "types.rez"
 | 
			
		||||
 | 
			
		||||
resource rVersion (1) {
 | 
			
		||||
    { 1,0,0,beta,1 },
 | 
			
		||||
    verUS,
 | 
			
		||||
    "AFP Mounter",
 | 
			
		||||
    "By Stephen Heumann"
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
resource rComment (1) {
 | 
			
		||||
    "The AFP Mounter control panel allows you to connect to "
 | 
			
		||||
    "file servers using the Apple Filing Protocol (AFP) "
 | 
			
		||||
    "over either AppleTalk or TCP/IP.\n"
 | 
			
		||||
    "\n"
 | 
			
		||||
    "Copyright 2017 Stephen Heumann\n"
 | 
			
		||||
    "\n"
 | 
			
		||||
    "This program contains material from the ORCA/C Run-Time Libraries, "
 | 
			
		||||
    "copyright 1987-1996 by Byte Works, Inc. Used with permission."
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
resource rCDEVFlags (1) {
 | 
			
		||||
    wantMachine+wantHit+wantClose+wantEvents+wantEdit+wantCreate,
 | 
			
		||||
    1,                          /* enabled */
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user