Commit 8f43232d authored by Bradley C. Kuszmaul's avatar Bradley C. Kuszmaul

Get it to work right

git-svn-id: file:///svn/tokudb@249 c7de825b-a66e-492c-adef-691d508d4ae1
parent 7a220cdd
CFLAGS = -Wall -W -O2 -Werror -g
make_db_h.o: make_db_h.c sample_offsets_32.h sample_offsets_64.h
sample_offsets: CPPFLAGS=-I../../mysql-5.0.27/mysql-5.0.27/bdb/build_unix/
run: make_db_h
./make_db_h
runs: sample_offsets
./sample_offsets
# Note: To make the ompile work, you must cd to the ../../mysql-5.0.27/mysql-5.0.27/bdb/build_unix
# and do ../dist/configure
/* Make a db.h that will be link-time compatible with Sleepycat's Berkeley DB. */
#include "../../mysql-5.0.27/mysql-5.0.27/bdb/build_win32/db.h"
#include <db.h>
#include <stdio.h>
#include <stdlib.h>
#include <assert.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