aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Move C code into c_srcBrian Cully2012-02-091-25/+4
|
* Remove mysqlerl_connection_sup by rolling it into mysqlerl_supBrian Cully2012-02-091-2/+1
|
* Remove stupid lib directoryBrian Cully2012-02-061-0/+45
|
* Move most files into lib, add top-level makefileBrian Cully2012-02-061-44/+0
|
* Remove leading slashes from mysql prefixBrian Cully2012-02-061-2/+2
|
* Parameterize ERL/MySQL locations in MakefileBrian Cully2012-02-061-6/+8
|
* Remove -O2 while debugging.Brian Cully2008-07-281-1/+1
|
* Clean up makefile by parameterizing the ERL and MySQL stuff a bit better.Brian Cully2008-07-281-10/+9
|
* Makefile fixes:Brian Cully2008-07-281-3/+6
| | | | | | * Parameterize MySQL include and lib location. Also update them for my MacPorts installation. * Add missing beams to make.
* Fix build.Brian Cully2008-03-071-2/+2
|
* Parameterize the erl interface path.Brian Cully2008-03-071-2/+4
|
* Move msg handlers to modules, and make it ETERM based.Brian Cully2008-03-021-1/+1
|
* Move logger/io routines to separate modules.Brian Cully2008-03-021-1/+1
|
* Link in erl interface and ei.Brian Cully2008-03-011-1/+3
|
* Add include path for erlang interface.Brian Cully2008-03-011-1/+3
|
* -Wall -WerrorBrian Cully2008-03-011-1/+1
|
* Initial commitBrian Cully2008-03-011-0/+34