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:
@@ -29,7 +29,7 @@
|
||||
#ifdef XP_MAC
|
||||
#endif
|
||||
#ifdef XP_UNIX
|
||||
#define PARSER_DLL "libraptorhtmlpars.so"
|
||||
#define PARSER_DLL "libraptorhtmlpars"MOZ_DLL_SUFFIX
|
||||
#endif
|
||||
|
||||
// Class IID's
|
||||
|
||||
Reference in New Issue
Block a user