buildsystem; added REPOSITORY_VER variable in crossplatform.mk for fetching repositor...
authorRejean Loyer <redj@ecere.com>
Wed, 9 Oct 2013 06:04:09 +0000 (02:04 -0400)
committerJerome St-Louis <jerome@ecere.com>
Wed, 9 Oct 2013 06:32:06 +0000 (02:32 -0400)
commit52149c1a51725d36dc5d7c5535cfc1d9d7aa043d
tree1247cfa29a59a5f1d65bd844cecc80d01fa5644c
parent3be45311928ed2314a6770e5406e43ab481798a9
buildsystem; added REPOSITORY_VER variable in crossplatform.mk for fetching repository version.
 - using -DREPOSITORY_VERSION="$(REPOSITORY_VER)" to pass info to preprocessor.
 - we only support git for now.
 - also made version and copyright notice copy-able from the ide about box.
crossplatform.mk
ide/Makefile
ide/src/about.ec
ide/src/project/ProjectNode.ec