mirror of
https://github.com/gnustep/libs-ec.git
synced 2025-02-21 19:01:16 +00:00
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:
parent
9f28b92938
commit
a7a0c319b8
2 changed files with 6 additions and 1 deletions
|
@ -58,6 +58,7 @@ TOOL_NAME = \
|
||||||
Command \
|
Command \
|
||||||
Console \
|
Console \
|
||||||
Control \
|
Control \
|
||||||
|
Terminate \
|
||||||
|
|
||||||
|
|
||||||
Command_OBJC_FILES = Command.m EcCommand.m EcClientI.m NSFileHandle+Printf.m
|
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_TOOL_LIBS += -lECCL
|
||||||
Control_LIB_DIRS += -L./$(GNUSTEP_OBJ_DIR)
|
Control_LIB_DIRS += -L./$(GNUSTEP_OBJ_DIR)
|
||||||
|
|
||||||
|
Terminate_OBJC_FILES = Terminate.m
|
||||||
|
Terminate_TOOL_LIBS += -lECCL
|
||||||
|
Terminate_LIB_DIRS += -L./$(GNUSTEP_OBJ_DIR)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -63,7 +63,7 @@ main()
|
||||||
name = [defs stringForKey: @"CommandName"];
|
name = [defs stringForKey: @"CommandName"];
|
||||||
if (name == nil)
|
if (name == nil)
|
||||||
{
|
{
|
||||||
name = CMD_SERVER_NAME;
|
name = @"Command";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue