mirror of
				git://git.code.sf.net/p/zsh/code
				synced 2025-11-04 07:21:06 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			238 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			238 B
		
	
	
	
		
			Text
		
	
	
	
	
	
// Use this file as follows
 | 
						|
//
 | 
						|
// myapp.exe : myapp.o myapp.res
 | 
						|
// 	   gcc -mwindows myapp.o myapp.res -o $@
 | 
						|
// 
 | 
						|
// myapp.res : myapp.rc resource.h
 | 
						|
// 	   windres $< -O coff -o $@
 | 
						|
IDR_MAINFRAME           ICON    DISCARDABLE     "zsh.ico"
 |