mirror of
				https://github.com/3proxy/3proxy.git
				synced 2025-11-04 07:42:39 +08:00 
			
		
		
		
	Fix Makefile.win
	
		
			
	
		
	
	
		
	
		
			Some checks are pending
		
		
	
	
		
			
				
	
				C/C++ CI / ${{ matrix.target }} (macos-15) (push) Waiting to run
				
			
		
			
				
	
				C/C++ CI / ${{ matrix.target }} (ubuntu-24.04-arm) (push) Waiting to run
				
			
		
			
				
	
				C/C++ CI / ${{ matrix.target }} (ubuntu-latest) (push) Waiting to run
				
			
		
			
				
	
				C/C++ CI / ${{ matrix.target }} (windows-2022) (push) Waiting to run
				
			
		
		
	
	
				
					
				
			
		
			Some checks are pending
		
		
	
	C/C++ CI / ${{ matrix.target }} (macos-15) (push) Waiting to run
				
			C/C++ CI / ${{ matrix.target }} (ubuntu-24.04-arm) (push) Waiting to run
				
			C/C++ CI / ${{ matrix.target }} (ubuntu-latest) (push) Waiting to run
				
			C/C++ CI / ${{ matrix.target }} (windows-2022) (push) Waiting to run
				
			This commit is contained in:
		
							parent
							
								
									8fc31a7336
								
							
						
					
					
						commit
						a37e6e5a81
					
				@ -33,5 +33,5 @@ PLUGINS = utf8tocp1251 WindowsAuthentication TrafficPlugin StringsPlugin PCREPlu
 | 
				
			|||||||
include Makefile.inc
 | 
					include Makefile.inc
 | 
				
			||||||
 | 
					
 | 
				
			||||||
allplugins:
 | 
					allplugins:
 | 
				
			||||||
	for /D %%i in ($(PLUGINS)) do (copy Makefile plugins\%%i && copy Makefile.var plugins\%%i && cd plugins\%%i && nmake && del *.o &&cd ..\..)
 | 
						@list='$(PLUGINS)'; for p in $$list; do cp Makefile Makefile.var plugins/$$p; cd plugins/$$p ; make ;	cd ../.. ; done
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user