[BUG_FIXED] Fix a crash issue for old processors due to SSE2 instruction.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1324 f5eea248-9336-0410-98b8-ebc06183d4e3
This commit is contained in:
Don Ho 2014-12-31 22:58:26 +00:00
parent 8df7635063
commit 9de1967bf3
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ LOBJS=\
INCLUDEDIRS=$(INCLUDEDIRS) -I$(BOOSTPATH)
CXXFLAGS=$(CXXFLAGS) -DSCI_OWNREGEX
CXXFLAGS=$(CXXFLAGS) -DSCI_OWNREGEX -arch:IA32
!IFDEF DEBUG
LDFLAGS=$(LDFLAGS) -LIBPATH:$(BOOSTLIBPATH)\debug\link-static\runtime-link-static\threading-multi
!ELSE

View File

@ -21,7 +21,7 @@ CC=cl
RC=rc
LD=link
CXXFLAGS=-Zi -TP -MP -W4 -EHsc -Zc:forScope -Zc:wchar_t -D_CRT_SECURE_NO_DEPRECATE=1
CXXFLAGS=-Zi -TP -MP -W4 -EHsc -Zc:forScope -Zc:wchar_t -D_CRT_SECURE_NO_DEPRECATE=1 -arch:IA32
CXXDEBUG=-Od -MTd -DDEBUG
CXXNDEBUG=-O1 -MT -DNDEBUG -GL
NAME=-Fo