Mainly standardisation of makefiles, now support make install rules and use ros headers...

svn path=/trunk/; revision=4000
This commit is contained in:
Robert Dickenson 2003-01-15 19:55:29 +00:00
parent f811f37004
commit 92dec86909
29 changed files with 464 additions and 618 deletions

View file

@ -98,7 +98,8 @@ int APIENTRY WinMain(HINSTANCE hInstance,
#define _USE_CMD_MAP
#ifdef _USE_CMD_MAP
#define BEGIN_CMD_MAP(a) switch( ##a ) {
//#define BEGIN_CMD_MAP(a) switch( ##a ) {
#define BEGIN_CMD_MAP(a) switch( a ) {
#define CMD_MAP_ENTRY(a, b) case a: b(); break;
#define END_CMD_MAP(a) }