Handle the (Unix) platform-specific DLL naming conventions properly.
git-svn-id: svn://10.0.0.236/trunk@33800 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
#ifdef XP_PC
|
||||
#define PARSER_DLL "raptorhtmlpars.dll"
|
||||
#else
|
||||
#define PARSER_DLL "libraptorhtmlpars.so"
|
||||
#define PARSER_DLL "libraptorhtmlpars"MOZ_DLL_SUFFIX
|
||||
#endif
|
||||
|
||||
extern "C" NS_EXPORT int DebugRobot(nsVoidArray * workList, nsIWebShell * ww);
|
||||
|
||||
Reference in New Issue
Block a user