Changeset 1333

Show
Ignore:
Timestamp:
11/06/07 14:15:06 (1 year ago)
Author:
glslang
Message:

+ some win installer updates
+ linux compilation fix (courtesy of rexbron)

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/installer/openlibraries_sdk.nsi

    r1331 r1333  
    8585  ;MessageBox MB_OKCANCEL|MB_ICONEXCLAMATION 
    8686  ;"OpenLibraries v${VERSION} is already installed. $\n$\nClick `OK` to remove the 
    87   ;previous version or `Cancel` to cancel this upgrade. 
     87  ;previous version or `Cancel` to cancel this upgrade." 
    8888  ;/SD IDOK IDOK uninst 
    8989  ;Abort 
  • trunk/src/openpluginlib/pl/shlib.cpp

    r1316 r1333  
    1616#elif defined __APPLE__ 
    1717#include <CoreFoundation/CoreFoundation.h> 
     18#else 
     19#include <dlfcn.h> 
    1820#endif 
    1921