build Terminate

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/devmodules/dev-libs/ec@35189 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2012-06-09 05:37:10 +00:00
parent 9f28b92938
commit a7a0c319b8
2 changed files with 6 additions and 1 deletions

View file

@ -58,6 +58,7 @@ TOOL_NAME = \
Command \
Console \
Control \
Terminate \
Command_OBJC_FILES = Command.m EcCommand.m EcClientI.m NSFileHandle+Printf.m
@ -72,6 +73,10 @@ Control_OBJC_FILES = Control.m EcControl.m EcClientI.m NSFileHandle+Printf.m
Control_TOOL_LIBS += -lECCL
Control_LIB_DIRS += -L./$(GNUSTEP_OBJ_DIR)
Terminate_OBJC_FILES = Terminate.m
Terminate_TOOL_LIBS += -lECCL
Terminate_LIB_DIRS += -L./$(GNUSTEP_OBJ_DIR)

View file

@ -63,7 +63,7 @@ main()
name = [defs stringForKey: @"CommandName"];
if (name == nil)
{
name = CMD_SERVER_NAME;
name = @"Command";
}
}