From 631fffee8a28b1bec5ed1f1d26a20e0135967f99 Mon Sep 17 00:00:00 2001 From: Mamadou DIOP Date: Mon, 17 Aug 2015 01:56:35 +0200 Subject: - --- branches/1.0/android-projects/tinyHTTP/.cproject | 500 ----------------------- branches/1.0/android-projects/tinyHTTP/.project | 94 ----- branches/1.0/android-projects/tinyHTTP/makefile | 11 - 3 files changed, 605 deletions(-) delete mode 100644 branches/1.0/android-projects/tinyHTTP/.cproject delete mode 100644 branches/1.0/android-projects/tinyHTTP/.project delete mode 100644 branches/1.0/android-projects/tinyHTTP/makefile (limited to 'branches/1.0/android-projects/tinyHTTP') diff --git a/branches/1.0/android-projects/tinyHTTP/.cproject b/branches/1.0/android-projects/tinyHTTP/.cproject deleted file mode 100644 index a9fd035..0000000 --- a/branches/1.0/android-projects/tinyHTTP/.cproject +++ /dev/null @@ -1,500 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/branches/1.0/android-projects/tinyHTTP/.project b/branches/1.0/android-projects/tinyHTTP/.project deleted file mode 100644 index 7b63187..0000000 --- a/branches/1.0/android-projects/tinyHTTP/.project +++ /dev/null @@ -1,94 +0,0 @@ - - - tinyHTTP - - - - - - org.eclipse.cdt.managedbuilder.core.genmakebuilder - clean,full,incremental, - - - ?name? - - - - org.eclipse.cdt.make.core.append_environment - true - - - org.eclipse.cdt.make.core.autoBuildTarget - all - - - org.eclipse.cdt.make.core.buildArguments - OPTIONS="-O0 -g3 -DDEBUG_LEVEL=DEBUG_LEVEL_INFO" - - - org.eclipse.cdt.make.core.buildCommand - make - - - org.eclipse.cdt.make.core.cleanBuildTarget - clean - - - org.eclipse.cdt.make.core.contents - org.eclipse.cdt.make.core.activeConfigSettings - - - org.eclipse.cdt.make.core.enableAutoBuild - false - - - org.eclipse.cdt.make.core.enableCleanBuild - true - - - org.eclipse.cdt.make.core.enableFullBuild - true - - - org.eclipse.cdt.make.core.fullBuildTarget - all - - - org.eclipse.cdt.make.core.stopOnError - true - - - org.eclipse.cdt.make.core.useDefaultBuildCmd - false - - - - - org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder - - - - - - org.eclipse.cdt.core.cnature - org.eclipse.cdt.managedbuilder.core.managedBuildNature - org.eclipse.cdt.managedbuilder.core.ScannerConfigNature - - - - include - 2 - C:/Projects/Doubango/tinyHTTP/include - - - src - 2 - C:/Projects/Doubango/tinyHTTP/src - - - test - 2 - C:/Projects/Doubango/tinyHTTP/test - - - diff --git a/branches/1.0/android-projects/tinyHTTP/makefile b/branches/1.0/android-projects/tinyHTTP/makefile deleted file mode 100644 index 706dc05..0000000 --- a/branches/1.0/android-projects/tinyHTTP/makefile +++ /dev/null @@ -1,11 +0,0 @@ -include ../root.mk - -export PROJECT=tinyHTTP - -all: - (cd $(DOUBANGO_HOME)/$(PROJECT)/src ; $(MAKE) all; $(MAKE) install; cp lib$(PROJECT).so $(OUTPUT_DIR)) - (cd $(DOUBANGO_HOME)/$(PROJECT)/test; $(MAKE) all; $(MAKE) install; cp test $(OUTPUT_DIR)) - -clean: - (cd $(DOUBANGO_HOME)/$(PROJECT)/src; $(MAKE) clean) - (cd $(DOUBANGO_HOME)/$(PROJECT)/test; $(MAKE) clean) \ No newline at end of file -- cgit v1.1