mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-20 12:16:40 +00:00
Tidiedl launch path for server.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3229 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8b543113fb
commit
a5d7dd6bb2
1 changed files with 2 additions and 2 deletions
|
@ -37,8 +37,8 @@
|
|||
* message about it - they include installation path information.
|
||||
*/
|
||||
#define stringify_it(X) #X
|
||||
#define make_gdnc_cmd(X) stringify_it(X) "/Tools/"GNUSTEP_TARGET_DIR"/gdnc &"
|
||||
#define make_gdnc_err(X) "check that " stringify_it(X) "/Tools/"GNUSTEP_TARGET_DIR"/gdnc is running."
|
||||
#define make_gdnc_cmd(X) stringify_it(X) "/Tools/" GNUSTEP_TARGET_DIR "/" stringify_it(GNUSTEP_LIB_COMBO) "/gdnc &"
|
||||
#define make_gdnc_err(X) "check that " stringify_it(X) "/Tools/" GNUSTEP_TARGET_DIR "/" stringify_it(GNUSTEP_LIB_COMBO) "/gdnc is running."
|
||||
|
||||
/*
|
||||
* Global variables for distributed notification center types.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue