Changeset 288


Ignore:
Timestamp:
08/22/10 10:36:18 (18 months ago)
Author:
mickem
Message:

tweaks to he build scripts

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/CMakeLists.txt

    r282 r288  
    214214  ${NSCP_INCLUDEDIR}/nscapi/nscapi_core_wrapper.hpp 
    215215  ${NSCP_INCLUDEDIR}/nscapi/settings.hpp 
     216  ${NSCP_INCLUDEDIR}/nscapi/macros.hpp 
    216217) 
    217218 
     
    243244  ${NSCP_INCLUDEDIR}/config.h.in 
    244245  ${NSCP_INCLUDEDIR}/config.h 
     246  @ONLY 
    245247) 
    246248INCLUDE_DIRECTORIES(${CMAKE_CURRENT_BINARY_DIR}) 
  • trunk/service/CMakeLists.txt

    r283 r288  
    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 
  • trunk/service/NSCPlugin.cpp

    r281 r288  
    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.