[sword-svn] r3533 - in trunk/bindings: corba/orbitcpp objc

scribe at crosswire.org scribe at crosswire.org
Sun Nov 26 01:49:23 MST 2017


Author: scribe
Date: 2017-11-26 01:49:22 -0700 (Sun, 26 Nov 2017)
New Revision: 3533

Modified:
   trunk/bindings/corba/orbitcpp/webmgr.hpp
   trunk/bindings/objc/Makefile
Log:
fixed syntax error in webmgr.hpp. updated Makefile to first create destination folder before copy.  Added docu


Modified: trunk/bindings/corba/orbitcpp/webmgr.hpp
===================================================================
--- trunk/bindings/corba/orbitcpp/webmgr.hpp	2017-11-26 08:40:07 UTC (rev 3532)
+++ trunk/bindings/corba/orbitcpp/webmgr.hpp	2017-11-26 08:49:22 UTC (rev 3533)
@@ -46,7 +46,6 @@
 public:
 	WebMgr(const char *path, const char *extraConfPath = 0) : extraConf(0), SWMgr(path, false, new MarkupFilterMgr(FMT_WEBIF)) { if (extraConfPath) stdstr(&extraConf, extraConfPath); init(); }
 	WebMgr(SWConfig *sysConf) : SWMgr(0, sysConf, false, new MarkupFilterMgr(FMT_WEBIF)) { init(); }
-	WebMgr(const char *path, const char *extraConfPath) : extraConf(0), SWMgr(path, false, new MarkupFilterMgr(FMT_WEBIF)) {
 	void init() {
 		defaultGreekLex   = 0;
 		defaultHebLex     = 0;

Modified: trunk/bindings/objc/Makefile
===================================================================
--- trunk/bindings/objc/Makefile	2017-11-26 08:40:07 UTC (rev 3532)
+++ trunk/bindings/objc/Makefile	2017-11-26 08:49:22 UTC (rev 3533)
@@ -1,6 +1,16 @@
+#
+# First enter dependencies/ and run make
+#
+# Then open this project ObjCSword.xcodeproj with xcode, select Product|Scheme|SWORD (note all caps)
+# Build
+#
+# Then come here and type make
+#
+
 all: deploycordova
 
 deploycordova:
+	mkdir -p ../cordova/org.crosswire.sword.cordova.SWORD/libs/ios/
 	cp ./dependencies/curl/lib/libcurl.a ../cordova/org.crosswire.sword.cordova.SWORD/libs/ios/
 	cp ./Build/Debug-iphonesimulator/libSWORD.a ../cordova/org.crosswire.sword.cordova.SWORD/libs/ios/
 	cp ../../include/defs.h ../../include/flatapi.h ../cordova/org.crosswire.sword.cordova.SWORD/src/ios/




More information about the sword-cvs mailing list