Commit 95547ee4 authored by Yoni Fogel's avatar Yoni Fogel

Addresses #1032

Port makefile and db-benchmark-test to windows

git-svn-id: file:///svn/toku/tokudb@9285 c7de825b-a66e-492c-adef-691d508d4ae1
parent 501a0afb
......@@ -7,7 +7,7 @@
.DEFAULT_GOAL= build
TOKUROOT=../
INCLUDEDIRS=-I. -I../ -I$(TOKUROOT)newbrt -I../range_tree -I../lock_tree
INCLUDEDIRS=-I. -I$(TOKUROOT)newbrt -I$(TOKUROOT)include -I$(TOKUROOT)/toku_include -I$(TOKUROOT)src
DEPEND_COMPILE += \
../*.h \
../range_tree/*.h \
......
......@@ -6,8 +6,8 @@
// Some strange combination of -std=c99 and GNU_SOURCE and SVID_SOURCE and other cpp flags makes u_int not get typedefed, and then BDB's db.h uses it.
typedef unsigned int u_int;
#endif
#include <db.h>
#include <toku_portability.h>
#include <db.h>
#include <assert.h>
#include <errno.h>
#include <string.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment