Revision 1800
| trunk/nntpgrab_core/nntpgrab_core.c (revision 1800) | ||
|---|---|---|
| 671 | 671 |
#ifdef WIN32 |
| 672 | 672 |
// Detect the installation directory on Win32 |
| 673 | 673 |
installation_path = g_win32_get_package_installation_directory_of_module(NULL); |
| 674 |
g_return_val_if_fail(installation_path != NULL, NULL); |
|
| 674 |
g_return_val_if_fail(installation_path != NULL, FALSE); |
|
| 675 | 675 |
|
| 676 | 676 |
if (!g_getenv("NNTPGRAB_LIBDIR")) {
|
| 677 | 677 |
char *path = g_strdup_printf("%s\\lib\\nntpgrab", installation_path);
|
| trunk/client/Makefile.am (revision 1800) | ||
|---|---|---|
| 42 | 42 |
gui_qt/main.cpp \ |
| 43 | 43 |
gui_qt/mainwindow.cpp \ |
| 44 | 44 |
gui_qt/mainwindow.h \ |
| 45 |
gui_qt/NGApplication.cpp \ |
|
| 46 |
gui_qt/NGApplication.h \ |
|
| 45 | 47 |
gui_qt/ProgressBarDelegate.cpp \ |
| 46 | 48 |
gui_qt/ProgressBarDelegateDownloadQueue.cpp \ |
| 47 | 49 |
gui_qt/ProgressBarDelegateDownloadQueue.h \ |
Also available in: Unified diff
NNTPGrab

