summaryrefslogtreecommitdiffabout
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--Makefile10
-rw-r--r--Makefile.Embedded10
-rw-r--r--kmicromail/kmicromailE.pro2
-rwxr-xr-xsetZaurus31
4 files changed, 21 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 0b8997e..6a8521f 100644
--- a/Makefile
+++ b/Makefile
@@ -78,2 +78,5 @@ build_microkde: variable_test tmake
78build_qtopia_plugin: build_microkde 78build_qtopia_plugin: build_microkde
79 ifdef BUILD_NO_QTOPIA_PLUGIN
80 @echo == qtopia plugin not build.
81 else
79 for i in $(SUBDIRS_QTOPIA_PLUGIN); do pushd $$i; \ 82 for i in $(SUBDIRS_QTOPIA_PLUGIN); do pushd $$i; \
@@ -81,2 +84,3 @@ build_qtopia_plugin: build_microkde
81 done 84 done
85 endif
82 86
@@ -90,3 +94,3 @@ build_opie_plugin: build_microkde
90 endif 94 endif
91 95
92build_sharp_plugin: build_microkde 96build_sharp_plugin: build_microkde
@@ -150,2 +154,3 @@ variable_info:
150 @echo BUILD_NO_OPIE_PLUGIN=$(BUILD_NO_OPIE_PLUGIN) 154 @echo BUILD_NO_OPIE_PLUGIN=$(BUILD_NO_OPIE_PLUGIN)
155 @echo BUILD_NO_QTOPIA_PLUGIN=$(BUILD_NO_QTOPIA_PLUGIN)
151 @echo BUILD_NO_SHARP_PLUGIN=$(BUILD_NO_SHARP_PLUGIN) 156 @echo BUILD_NO_SHARP_PLUGIN=$(BUILD_NO_SHARP_PLUGIN)
@@ -174,2 +179,5 @@ variable_test: variable_info
174 endif 179 endif
180 ifdef BUILD_NO_QTOPIA_PLUGIN
181 @echo QTOPIA PLUGIN will not be build, because BUILD_NO__QTOPIA_PLUGIN is set to $(BUILD_NO__QTOPIA_PLUGIN)
182 endif
175 ifdef BUILD_NO_MICROMAIL 183 ifdef BUILD_NO_MICROMAIL
diff --git a/Makefile.Embedded b/Makefile.Embedded
index 0b8997e..6a8521f 100644
--- a/Makefile.Embedded
+++ b/Makefile.Embedded
@@ -78,2 +78,5 @@ build_microkde: variable_test tmake
78build_qtopia_plugin: build_microkde 78build_qtopia_plugin: build_microkde
79 ifdef BUILD_NO_QTOPIA_PLUGIN
80 @echo == qtopia plugin not build.
81 else
79 for i in $(SUBDIRS_QTOPIA_PLUGIN); do pushd $$i; \ 82 for i in $(SUBDIRS_QTOPIA_PLUGIN); do pushd $$i; \
@@ -81,2 +84,3 @@ build_qtopia_plugin: build_microkde
81 done 84 done
85 endif
82 86
@@ -90,3 +94,3 @@ build_opie_plugin: build_microkde
90 endif 94 endif
91 95
92build_sharp_plugin: build_microkde 96build_sharp_plugin: build_microkde
@@ -150,2 +154,3 @@ variable_info:
150 @echo BUILD_NO_OPIE_PLUGIN=$(BUILD_NO_OPIE_PLUGIN) 154 @echo BUILD_NO_OPIE_PLUGIN=$(BUILD_NO_OPIE_PLUGIN)
155 @echo BUILD_NO_QTOPIA_PLUGIN=$(BUILD_NO_QTOPIA_PLUGIN)
151 @echo BUILD_NO_SHARP_PLUGIN=$(BUILD_NO_SHARP_PLUGIN) 156 @echo BUILD_NO_SHARP_PLUGIN=$(BUILD_NO_SHARP_PLUGIN)
@@ -174,2 +179,5 @@ variable_test: variable_info
174 endif 179 endif
180 ifdef BUILD_NO_QTOPIA_PLUGIN
181 @echo QTOPIA PLUGIN will not be build, because BUILD_NO__QTOPIA_PLUGIN is set to $(BUILD_NO__QTOPIA_PLUGIN)
182 endif
175 ifdef BUILD_NO_MICROMAIL 183 ifdef BUILD_NO_MICROMAIL
diff --git a/kmicromail/kmicromailE.pro b/kmicromail/kmicromailE.pro
index 75ba92f..d578a9c 100644
--- a/kmicromail/kmicromailE.pro
+++ b/kmicromail/kmicromailE.pro
@@ -63,2 +63,4 @@ LIBS += $(QTOPIALIB)
63 63
64LIBS += $(GCC3EXTRALIB1)
65LIBS += $(GCC3EXTRALIB2)
64# 66#
diff --git a/setZaurus3 b/setZaurus3
index 2649292..5d1fe7b 100755
--- a/setZaurus3
+++ b/setZaurus3
@@ -12,2 +12,3 @@ export BUILD_NO_QTOPIA_PLUGIN=1
12export BUILD_NO_SHARP_PLUGIN=1 12export BUILD_NO_SHARP_PLUGIN=1
13export BUILD_NO_LDAP_PLUGIN=1
13#export BUILD_NO_GAMMU=1 14#export BUILD_NO_GAMMU=1