Changeset 277

Show
Ignore:
Timestamp:
02/20/09 12:58:33 (15 years ago)
Author:
smidl
Message:
 
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • bdm/CMakeLists.txt

    r256 r277  
    55SET(BdmEstim estim/libKF.cpp estim/libKF.h estim/libPF.cpp estim/libPF.h estim/arx.cpp estim/arx.h estim/mixef.cpp estim/mixef.h estim/merger.cpp) 
    66#SET(BdmUI userinfo.cpp userinfo.h) 
    7 SET(BdmUI uibuilder.cpp uibuilder.h libconfig/libconfigcpp.c++ libconfig/grammar.c libconfig/libconfig.c libconfig/scanner.c) 
     7SET(BdmUI libconfig/libconfigcpp.cc libconfig/grammar.c libconfig/libconfig.c libconfig/scanner.c uibuilder.cpp uibuilder.h ) 
    88 
    99#IF(${XERCES_FOUND}) 
    10 add_library (bdm itpp_ext.cpp itpp_ext.h osutils.cpp osutils.h ${BdmMath} ${BdmStat} ${BdmEstim} ${BdmUI}) 
     10add_library (bdm STATIC itpp_ext.cpp itpp_ext.h osutils.cpp osutils.h ${BdmMath} ${BdmStat} ${BdmEstim} ${BdmUI}) 
     11#set_target_properties(bdm PROPERTIES DEFINE_SYMBOL LIBCONFIG_STATIC) 
    1112#ELSE(${XERCES_FOUND}) 
    1213#add_library (bdm itpp_ext.cpp itpp_ext.h osutils.cpp osutils.h ${BdmMath} ${BdmStat} ${BdmEstim}) 
  • bdm/libconfig/libconfig.h

    r248 r277  
    2828#endif /* __cplusplus */ 
    2929 
    30 #if defined(_WIN32) || defined(__WIN32__) || defined(WIN32) 
    31 #if defined(LIBCONFIG_STATIC) 
    3230#define LIBCONFIG_API 
    33 #elif defined(LIBCONFIG_EXPORTS) 
    34 #define LIBCONFIG_API __declspec(dllexport) 
    35 #else /* ! LIBCONFIG_EXPORTS */ 
    36 #define LIBCONFIG_API __declspec(dllimport) 
    37 #endif /* LIBCONFIG_STATIC */ 
    38 #else /* ! WIN32 */ 
    39 #define LIBCONFIG_API 
    40 #endif /* WIN32 */ 
    4131 
    4232#include <stdio.h> 
  • doprava/matlab/k1.m

    r196 r277  
    11itload('../release/k1.it'); 
     2figure(1); 
     3hold off; 
     4plot(xt); 
     5hold on 
     6plot(odh_xt,'--');