From 5da0e9a31a49edaf45f277bb8b942b0ffb4260a4 Mon Sep 17 00:00:00 2001 From: ygrek Date: Wed, 21 Jan 2015 10:28:09 -0800 Subject: [PATCH] example: use ocamlfind --- example/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/build b/example/build index c604ed6..86f5b7b 100755 --- a/example/build +++ b/example/build @@ -7,4 +7,4 @@ sqlgg -gen caml test.sql > test_caml_gen.ml g++ -g -DSQLGG_DEBUG -o test_cxx test_cxx.cpp -lsqlite3 -ocamlc -w Alse -g -o test_caml -I ../impl -I +sqlite3 sqlite3.cma ../impl/sqlgg_sqlite3.ml ../impl/sqlgg_traits.ml test_caml_gen.ml test_caml.ml +ocamlfind ocamlc -linkpkg -package sqlite3 -w Alse -g -o test_caml -I ../impl ../impl/sqlgg_sqlite3.ml ../impl/sqlgg_traits.ml test_caml_gen.ml test_caml.ml -- 2.11.4.GIT