changeset 187:a3c4c2f26ed9 draft

fixed makefile.vc
author --author=Satoshi Nakamoto <satoshin@gmx.com>
date Fri, 30 Jul 2010 17:31:05 +0000
parents b90b61469b5e
children 7b44321e8df5
files makefile.vc
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/makefile.vc
+++ b/makefile.vc
@@ -73,10 +73,10 @@
 obj\uibase.obj: $(HEADERS)
 
 cryptopp\obj\sha.obj: cryptopp\sha.cpp
-    cl $(CFLAGS) /O2 /Fo$@ %s
+    cl $(CFLAGS) /O2 /DCRYPTOPP_DISABLE_ASM /Fo$@ %s
 
 cryptopp\obj\cpu.obj: cryptopp\cpu.cpp
-    cl $(CFLAGS) /O2 /Fo$@ %s
+    cl $(CFLAGS) /O2 /DCRYPTOPP_DISABLE_ASM /Fo$@ %s
 
 obj\ui.res: ui.rc  rc/bitcoin.ico rc/check.ico rc/send16.bmp rc/send16mask.bmp rc/send16masknoshadow.bmp rc/send20.bmp rc/send20mask.bmp rc/addressbook16.bmp rc/addressbook16mask.bmp rc/addressbook20.bmp rc/addressbook20mask.bmp
     rc $(INCLUDEPATHS) $(DEFS) /Fo$@ %s