summaryrefslogtreecommitdiffstats
path: root/inc
Commit message (Collapse)AuthorAgeFilesLines
* make all of the objects use relative paths (#3)Jesse Luehrs2013-08-011-3/+3
| | | | | | | | | if they use absolute paths on windows, we can end up with a makefile rule that looks like this: Keyword.o C:\...\CallParser.a : ... and make gets confused by that first colon.
* refactor this to make it easier to modifyJesse Luehrs2013-08-012-13/+32
|
* also clean callparser1.hJesse Luehrs2013-07-311-0/+10
|
* let's try this ordering (#3)Jesse Luehrs2013-07-311-1/+1
|
* apparently if we set OBJECT, we need to include all objects (#3)Jesse Luehrs2013-07-311-1/+4
|
* add callparser_linkable to OBJECT in the Makefile.PL (#3)Jesse Luehrs2013-07-301-3/+7
| | | | i think this is the right thing, not quite sure
* whoops, forgot thisJesse Luehrs2013-07-201-0/+20