Files
erlang-sqlite3/Emakefile
sergey-miryanov b65d2f8bcb Improve processing of SQLITE_NULL
null-atom can be configured on configure or make stage. For example
./configure --enable-null-atom=undefined && make
2010-07-14 12:47:46 +06:00

4 lines
184 B
Erlang

{'src/sqlite3_lib.erl',[debug_info,{outdir,"ebin"}, {d, 'NULL_ATOM', 'xxx'}]}.
{'src/sqlite3.erl',[debug_info,{outdir,"ebin"}]}.
{'src/sqlite3_test.erl',[debug_info,{outdir,"ebin"}]}.