diff options
| author | --author=Satoshi Nakamoto <[email protected]> | 2010-07-30 17:31:05 +0000 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2010-07-30 17:31:05 +0000 |
| commit | 872d60f6e4aa599a4821372c30a285f67f9faa77 (patch) | |
| tree | 379fc69abd07da822209c59f4f7fde0f0ad75f67 | |
| parent | better IsInitialBlockDownload (diff) | |
| download | discoin-872d60f6e4aa599a4821372c30a285f67f9faa77.tar.xz discoin-872d60f6e4aa599a4821372c30a285f67f9faa77.zip | |
fixed makefile.vc
| -rw-r--r-- | makefile.vc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile.vc b/makefile.vc index e8e1ea646..ee65f8599 100644 --- a/makefile.vc +++ b/makefile.vc @@ -73,10 +73,10 @@ obj\ui.obj: $(HEADERS) 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 |