aboutsummaryrefslogtreecommitdiff
path: root/makefile.vc
diff options
context:
space:
mode:
authors_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b>2009-10-29 20:10:46 +0000
committers_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b>2009-10-29 20:10:46 +0000
commit7be46ce487e2f3c6e145b9bc56cc37d8de97df9e (patch)
tree31faa0f74ff1541946f6d0d5d8764be8e2564a66 /makefile.vc
parentfc0e97a70ee295da44096fa590a1f7674b936590 (diff)
downloadbitcoin-7be46ce487e2f3c6e145b9bc56cc37d8de97df9e.tar.xz
better wallet.dat flush, consolidated QueryPerformanceCounter, PRI64d printf portability
Diffstat (limited to 'makefile.vc')
-rw-r--r--makefile.vc4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile.vc b/makefile.vc
index c3bd0c4bcd..fb7f3086e3 100644
--- a/makefile.vc
+++ b/makefile.vc
@@ -13,8 +13,8 @@ DEBUGFLAGS=/Zi /Od /D__WXDEBUG__
-INCLUDEPATHS=/I"/boost" /I"/DB/build_windows" /I"/OpenSSL/include" /I"/wxWidgets/lib/vc_lib/mswd" /I"/wxWidgets/include"
-LIBPATHS=/LIBPATH:"/DB/build_windows/$(BUILD)" /LIBPATH:"/OpenSSL/out" /LIBPATH:"/wxWidgets/lib/vc_lib"
+INCLUDEPATHS=/I"/boost" /I"/db/build_windows" /I"/openssl/include" /I"/wxwidgets/lib/vc_lib/mswd" /I"/wxwidgets/include"
+LIBPATHS=/LIBPATH:"/db/build_windows/$(BUILD)" /LIBPATH:"/openssl/out" /LIBPATH:"/wxwidgets/lib/vc_lib"
LIBS= \
libdb47s$(D).lib \
libeay32.lib \