1
0
mirror of https://github.com/moparisthebest/hexchat synced 2024-11-23 01:32:22 -05:00

be consistent about amd64 cflags

This commit is contained in:
berkeviktor@aol.com 2010-10-06 14:25:44 +02:00
parent de3270fad5
commit 6ef9609457

View File

@ -153,6 +153,7 @@ INCLUDES = \
!ifdef X64
LINKOBJ = msvcrt_win2003.obj
MACHINE_FLAG = X64
CFLAGS = $(CFLAGS) /favor:AMD64 /D_WIN64
!else
MACHINE_FLAG = X86
LINKOBJ = msvcrt_winxp.obj