summaryrefslogtreecommitdiff
path: root/nlpsolver/Jar_EvolutionarySolver.mk
AgeCommit message (Collapse)AuthorFilesLines
2012-08-17gbuild: register all jarsMichael Stahl1-3/+0
Change-Id: I9f49970e5e06d1afd3fc066a20d1671c93e262fc
2012-04-08gbuild: "use" vs. "add":Michael Stahl1-1/+1
Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target)
2011-11-28nlpsolver: migrate the build to use native gnumake buildMichael Meeks1-0/+73
Remove dmake, build.pl and ant build cruft. Update extension description, cleanup file locations etc. Switch to passive registration.