gcs_recreatequick_TOOL_LIBS += $(GCS_TOOL_LIBS)
gcs_gensql_TOOL_LIBS += $(GCS_TOOL_LIBS)
+gcs_ls_PCH_FILE += common.h
+gcs_mkdir_PCH_FILE += common.h
+gcs_cat_PCH_FILE += common.h
+gcs_recreatequick_PCH_FILE += common.h
+gcs_gensql_PCH_FILE += common.h
+
# library/framework search pathes
+2005-08-27 Helge Hess <helge.hess@opengroupware.org>
+
+ * added an own common.h file, use PCH
+
2005-08-16 Helge Hess <helge.hess@opengroupware.org>
* GNUmakefile.preamble: added OSX framework compilation
TOOL_NAME = xmlrpc_call
+xmlrpc_call_PCH_FILE = common.h
+
xmlrpc_call_OBJC_FILES += \
xmlrpc_call.m \
XmlRpcClientTool.m \
/*
- Copyright (C) 2004 Helge Hess
+ Copyright (C) 2004-2005 Helge Hess
This file is part of SOPE.
/*
- Copyright (C) 2004 Helge Hess
+ Copyright (C) 2004-2005 Helge Hess
This file is part of SOPE.
#include "XmlRpcClientTool.h"
#include "HandleCredentialsClient.h"
#include <NGStreams/NGLocalSocketAddress.h>
+#include <NGExtensions/NSString+Ext.h>
#include "common.h"
#define EXIT_FAIL -1
--- /dev/null
+/*
+ Copyright (C) 2005 Helge Hess
+
+ This file is part of SOPE.
+
+ SOPE is free software; you can redistribute it and/or modify it under
+ the terms of the GNU Lesser General Public License as published by the
+ Free Software Foundation; either version 2, or (at your option) any
+ later version.
+
+ SOPE is distributed in the hope that it will be useful, but WITHOUT ANY
+ WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
+ License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with SOPE; see the file COPYING. If not, write to the
+ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
+ 02111-1307, USA.
+*/
+
+#import <Foundation/Foundation.h>
+#include <NGExtensions/NGExtensions.h>