diff options
Diffstat (limited to 'win/tools/build_kdelibs_dbg')
-rw-r--r-- | win/tools/build_kdelibs_dbg | 6 |
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" |