mirror of
				https://github.com/3proxy/3proxy.git
				synced 2025-11-04 07:42:39 +08:00 
			
		
		
		
	Update Makefile.msvc64 (#1152)
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				C/C++ CI / ${{ matrix.target }} (macos-15) (push) Has been cancelled
				
			
		
			
				
	
				C/C++ CI / ${{ matrix.target }} (ubuntu-24.04-arm) (push) Has been cancelled
				
			
		
			
				
	
				C/C++ CI / ${{ matrix.target }} (ubuntu-latest) (push) Has been cancelled
				
			
		
			
				
	
				C/C++ CI / ${{ matrix.target }} (windows-2022) (push) Has been cancelled
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	C/C++ CI / ${{ matrix.target }} (macos-15) (push) Has been cancelled
				
			C/C++ CI / ${{ matrix.target }} (ubuntu-24.04-arm) (push) Has been cancelled
				
			C/C++ CI / ${{ matrix.target }} (ubuntu-latest) (push) Has been cancelled
				
			C/C++ CI / ${{ matrix.target }} (windows-2022) (push) Has been cancelled
				
			Fix build for windows x64 MSVC
This commit is contained in:
		
							parent
							
								
									a3e13d8211
								
							
						
					
					
						commit
						6c2ba01394
					
				@ -6,6 +6,8 @@
 | 
				
			|||||||
#
 | 
					#
 | 
				
			||||||
# Add /DSAFESQL to CFLAGS if you are using poorely written/tested ODBC driver
 | 
					# Add /DSAFESQL to CFLAGS if you are using poorely written/tested ODBC driver
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					MAKEFILE = Makefile.msvc64
 | 
				
			||||||
 | 
					
 | 
				
			||||||
BUILDDIR = ../bin64/
 | 
					BUILDDIR = ../bin64/
 | 
				
			||||||
CC = cl
 | 
					CC = cl
 | 
				
			||||||
CFLAGS = /nologo /MT /W3 /Ox /EHs- /GS /GA /GF /D "MSVC" /D "WITH_STD_MALLOC" /D "WITH_SSL" /D "WITH_WSAPOLL" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_WIN32" /D "PRINTF_INT64_MODIFIER=\"I64\"" /Fp"proxy.pch" /FD /c $(VERSION) $(BUILDDATE)
 | 
					CFLAGS = /nologo /MT /W3 /Ox /EHs- /GS /GA /GF /D "MSVC" /D "WITH_STD_MALLOC" /D "WITH_SSL" /D "WITH_WSAPOLL" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_WIN32" /D "PRINTF_INT64_MODIFIER=\"I64\"" /Fp"proxy.pch" /FD /c $(VERSION) $(BUILDDATE)
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user