changed module naming convention

This commit is contained in:
2012-11-02 00:32:45 +00:00
parent acdd3a7a1c
commit 86463296e4
7 changed files with 137 additions and 71 deletions

View File

@ -329,7 +329,7 @@ static void* custom_awk_modopen (
tmp[count++] = dir;
tmp[count++] = QSE_T("/");
}
tmp[count++] = QSE_T("libawk");
tmp[count++] = QSE_T("libqseawk-");
tmp[count++] = name;
tmp[count] = QSE_NULL;
@ -362,7 +362,7 @@ static void* custom_awk_modopen (
tmp[count++] = QSE_T("/");
}
tmp[count++] = QSE_T("libawk");
tmp[count++] = QSE_T("libqseawk-");
tmp[count++] = name;
tmp[count] = QSE_NULL;
@ -390,7 +390,7 @@ static void* custom_awk_modopen (
tmp[count++] = dir;
tmp[count++] = QSE_T("/");
}
tmp[count++] = QSE_T("libawk");
tmp[count++] = QSE_T("libqseawk-");
tmp[count++] = name;
tmp[count] = QSE_NULL;