mirror of
				https://github.com/3proxy/3proxy.git
				synced 2025-11-04 15:52:39 +08:00 
			
		
		
		
	Fix Makefile.llvm
This commit is contained in:
		
							parent
							
								
									00b3e02e05
								
							
						
					
					
						commit
						9429421314
					
				@ -30,10 +30,10 @@ TYPECOMMAND = cat
 | 
				
			|||||||
COMPATLIBS =
 | 
					COMPATLIBS =
 | 
				
			||||||
MAKEFILE = Makefile.llvm
 | 
					MAKEFILE = Makefile.llvm
 | 
				
			||||||
PLUGINS = utf8tocp1251 WindowsAuthentication TrafficPlugin StringsPlugin PCREPlugin SSLPlugin
 | 
					PLUGINS = utf8tocp1251 WindowsAuthentication TrafficPlugin StringsPlugin PCREPlugin SSLPlugin
 | 
				
			||||||
VERFILE = 3proxy.res $(VERFILE)
 | 
					VERFILE := 3proxy.res $(VERFILE)
 | 
				
			||||||
VERSION = $(VERSION)
 | 
					VERSION := $(VERSION)
 | 
				
			||||||
VERSIONDEP = 3proxy.res $(VERSIONDEP)
 | 
					VERSIONDEP := 3proxy.res $(VERSIONDEP)
 | 
				
			||||||
BUILDDATE = $(BUILDDATE)
 | 
					BUILDDATE := $(BUILDDATE)
 | 
				
			||||||
AFTERCLEAN = (find . -type f -name "*.o" -delete && find . -type f -name "*.res" -delete && find src/ -type f -name "Makefile.var" -delete && find bin/ -type f -executable -delete) || true
 | 
					AFTERCLEAN = (find . -type f -name "*.o" -delete && find . -type f -name "*.res" -delete && find src/ -type f -name "Makefile.var" -delete && find bin/ -type f -executable -delete) || true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
include Makefile.inc
 | 
					include Makefile.inc
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user