Added WIDGET_DLL, GDF_DLL, and VIEWER_DLL defines for unix

This commit is contained in:
kmcclusk 1998-06-05 00:04:51 +00:00
Родитель e4c2850453
Коммит 67be9b7418
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -26,9 +26,15 @@
#include "nsIAppShell.h"
#include "nsString.h"
#ifdef XP_PC
#define WIDGET_DLL "raptorwidget.dll"
#define GFXWIN_DLL "raptorgfxwin.dll"
#define VIEW_DLL "raptorview.dll"
#else
#define WIDGET_DLL "libwidgetunix.so"
#define GFXWIN_DLL "libgfxunix.so"
#define VIEW_DLL "libraptorview.so"
#endif
#define MAXPATHLEN 1024