summaryrefslogtreecommitdiffstats
path: root/win/tools
diff options
context:
space:
mode:
Diffstat (limited to 'win/tools')
-rwxr-xr-xwin/tools/.build_kdelibs_comon2
-rwxr-xr-xwin/tools/.check_kde_env8
-rw-r--r--win/tools/README.tools2
-rw-r--r--win/tools/build_kdelibs_dbg6
-rw-r--r--win/tools/build_kdelibs_rel6
-rwxr-xr-xwin/tools/collect_kdelibs_pro_files2
-rwxr-xr-xwin/tools/kde_env2
-rwxr-xr-xwin/tools/update_kdelibs_pro_files4
8 files changed, 16 insertions, 16 deletions
diff --git a/win/tools/.build_kdelibs_comon b/win/tools/.build_kdelibs_comon
index 5ed09f724..6ef96f94c 100755
--- a/win/tools/.build_kdelibs_comon
+++ b/win/tools/.build_kdelibs_comon
@@ -1,5 +1,5 @@
#!/bin/bash
-# compile entire kdelibs/win32 : common part for dbg and release target
+# compile entire tdelibs/win32 : common part for dbg and release target
# (c) 2005, Jaroslaw Staniek, js@iidea.pl
pwd=`pwd`
diff --git a/win/tools/.check_kde_env b/win/tools/.check_kde_env
index d22cf13e6..e4605ed1d 100755
--- a/win/tools/.check_kde_env
+++ b/win/tools/.check_kde_env
@@ -3,18 +3,18 @@
# checks current environment
if [ -z "$KDEWIN" ] ; then
- echo `basename $0`": \$KDEWIN environment variable is not set. Set it to absolute path of kdelibs/win32 source code, e.g. C:\\kdelibs"
+ echo `basename $0`": \$KDEWIN environment variable is not set. Set it to absolute path of tdelibs/win32 source code, e.g. C:\\tdelibs"
exit 1
fi
if [ -z "$KDEDIR" ] ; then
- echo `basename $0`": \$KDEDIR environment variable is not set. Set it to absolute path of kdelibs/win32 binaries, e.g. C:\\kde"
+ echo `basename $0`": \$KDEDIR environment variable is not set. Set it to absolute path of tdelibs/win32 binaries, e.g. C:\\kde"
exit 1
fi
-if [ -z "$KDELIBS" -o "$KDEWIN\\kdelibs" != "$KDELIBS" ] ; then
+if [ -z "$KDELIBS" -o "$KDEWIN\\tdelibs" != "$KDELIBS" ] ; then
echo `basename $0`": \$KDELIBS = \"$KDELIBS\" but \$KDEWIN = \"$KDEWIN\""
- echo "\$KDELIBS environment variable is not properly set. Set it to absolute path of kdelibs/win32 source code. It needs to be equal to \"\$KDEWIN\\kdelibs\", e.g. C:\\kdewin32\\kdelibs".
+ echo "\$KDELIBS environment variable is not properly set. Set it to absolute path of tdelibs/win32 source code. It needs to be equal to \"\$KDEWIN\\tdelibs\", e.g. C:\\kdewin32\\tdelibs".
echo "You may need to run:"
echo " source kde_env"
exit 1
diff --git a/win/tools/README.tools b/win/tools/README.tools
index 35b3a5264..f21079caa 100644
--- a/win/tools/README.tools
+++ b/win/tools/README.tools
@@ -1,4 +1,4 @@
-kdelibs/win32 build tools
+tdelibs/win32 build tools
(c) 2003-2005, Jaroslaw Staniek
diff --git a/win/tools/build_kdelibs_dbg b/win/tools/build_kdelibs_dbg
index 9af5cc9b2..cabec259f 100644
--- a/win/tools/build_kdelibs_dbg
+++ b/win/tools/build_kdelibs_dbg
@@ -1,14 +1,14 @@
#!/bin/bash
-# compile entire kdelibs/win32 in debug mode
+# compile entire tdelibs/win32 in debug mode
# (c) 2003-2005, Jaroslaw Staniek, js@iidea.pl
if [ "$1" == "noclean" ] ; then
noclean=1
fi
-update_kdelibs_pro_files || exit 1
+update_tdelibs_pro_files || exit 1
.copy_missing_headers || exit 1
-source .build_kdelibs_comon || exit 1
+source .build_tdelibs_comon || exit 1
cd "$KDELIBS"
diff --git a/win/tools/build_kdelibs_rel b/win/tools/build_kdelibs_rel
index f8c9ba410..7490c4866 100644
--- a/win/tools/build_kdelibs_rel
+++ b/win/tools/build_kdelibs_rel
@@ -1,14 +1,14 @@
#!/bin/bash
-# compile entire kdelibs/win32 in release mode
+# compile entire tdelibs/win32 in release mode
# (c) 2003-2005, Jaroslaw Staniek, js@iidea.pl
if [ "$1" == "noclean" ] ; then
noclean=1
fi
-update_kdelibs_pro_files || exit 1
+update_tdelibs_pro_files || exit 1
.copy_missing_headers || exit 1
-source .build_kdelibs_comon || exit 1
+source .build_tdelibs_comon || exit 1
cd "$KDELIBS"
diff --git a/win/tools/collect_kdelibs_pro_files b/win/tools/collect_kdelibs_pro_files
index ea2466ef2..3925f675e 100755
--- a/win/tools/collect_kdelibs_pro_files
+++ b/win/tools/collect_kdelibs_pro_files
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copies all used .pro (and a few shell) files kdelibs/ to kdelibs/win/pro_files/
+# Copies all used .pro (and a few shell) files tdelibs/ to tdelibs/win/pro_files/
# what makes it easier to commit that to KDE CVS
# (c) 2005, Jaroslaw Staniek
diff --git a/win/tools/kde_env b/win/tools/kde_env
index 287fef1bb..a8c721a5d 100755
--- a/win/tools/kde_env
+++ b/win/tools/kde_env
@@ -13,7 +13,7 @@ if [ -n "$MSVC" ] ; then
fi
# Generic settings
-export KDELIBS=$KDEWIN\\kdelibs # KDElibs/win32 source directory
+export KDELIBS=$KDEWIN\\tdelibs # KDElibs/win32 source directory
export INCLUDE="$KDELIBS\\win;$KDELIBS;$KDELIBS\\tdecore;$KDELIBS\\tdefx;$KDELIBS\\tdeprint;$KDELIBS\\tdeui;$KDELIBS\\kmdi;$KDELIBS\\dcop;$KDELIBS\\kio;$KDELIBS\\kio\\kio;$KDELIBS\\kio\\kfile;$INCLUDE"
# Version information for binaries
diff --git a/win/tools/update_kdelibs_pro_files b/win/tools/update_kdelibs_pro_files
index 15f745cf8..92125fec1 100755
--- a/win/tools/update_kdelibs_pro_files
+++ b/win/tools/update_kdelibs_pro_files
@@ -1,7 +1,7 @@
#!/bin/bash
-# Copies all used .pro (and a few shell) files from kdelibs/win/pro_files/ to kdelibs/
-# so they can be used to build kdelibs.
+# Copies all used .pro (and a few shell) files from tdelibs/win/pro_files/ to tdelibs/
+# so they can be used to build tdelibs.
# Note: only newer files are copied over older.
# (c) 2005, Jaroslaw Staniek, js@iidea.pl