Changeset c146f89 in nscp for service


Ignore:
Timestamp:
08/22/10 10:36:18 (3 years ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2
Children:
7065334
Parents:
b4db89d
Message:

tweaks to he build scripts

Location:
service
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • service/CMakeLists.txt

    r291548e rc146f89  
    5757    ${NSCP_INCLUDEDIR}/settings/settings_core.hpp 
    5858    ${NSCP_INCLUDEDIR}/settings/settings_core_impl.hpp 
     59    ${NSCP_INCLUDEDIR}/settings/settings_handler_impl.hpp 
     60    ${NSCP_INCLUDEDIR}/settings/settings_interface_impl.hpp 
    5961    ${NSCP_INCLUDEDIR}/com_helpers.hpp 
    6062    ${NSCP_INCLUDEDIR}/dll/dll.hpp 
  • service/NSCPlugin.cpp

    r497b779 rc146f89  
    359359    fLoadModule = (nscapi::plugin_api::lpLoadModule)module_.load_proc("NSLoadModuleEx"); 
    360360    if (!fLoadModule) 
    361       throw NSPluginException(module_, _T("Could not load NSLoadModule")); 
     361      throw NSPluginException(module_, _T("Could not load NSLoadModuleEx")); 
    362362 
    363363    fModuleHelperInit = (nscapi::plugin_api::lpModuleHelperInit)module_.load_proc("NSModuleHelperInit"); 
Note: See TracChangeset for help on using the changeset viewer.