summaryrefslogtreecommitdiffstats
path: root/win/tools/build_kdelibs_dbg
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:51:39 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:51:39 -0600
commit3b1405169d66e029912f53d10c2880c46f5ed159 (patch)
tree40c38835f7709885bf4a99d6d9cc64232397c4ba /win/tools/build_kdelibs_dbg
parentbd19c52fd41735f3e488bbe3de6b243ac53e1527 (diff)
downloadtdelibs-3b1405169d66e029912f53d10c2880c46f5ed159.tar.gz
tdelibs-3b1405169d66e029912f53d10c2880c46f5ed159.zip
Additional renaming of kde to tde
Diffstat (limited to 'win/tools/build_kdelibs_dbg')
-rw-r--r--win/tools/build_kdelibs_dbg6
1 files changed, 3 insertions, 3 deletions
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"