File tree Expand file tree Collapse file tree 8 files changed +11
-1
lines changed
Expand file tree Collapse file tree 8 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -23,15 +23,17 @@ SET(LIBSTEPUTILS_PRIVATE_HDRS
2323)
2424
2525include_directories (
26+ ${SCL_SOURCE_DIR} /src/base
2627 ${SCL_BINARY_DIR} /include
2728 ${CMAKE_CURRENT_SOURCE_DIR}
2829)
2930
3031if (MSVC OR BORLAND )
32+ add_definitions ( -DSCL_BASE_DLL_IMPORTS )
3133add_definitions ( -DSCL_UTILS_DLL_EXPORTS )
3234endif ()
3335
34- SCL_ADDLIB (steputils "${LIBSTEPUTILS_SRCS} " "" )
36+ SCL_ADDLIB (steputils "${LIBSTEPUTILS_SRCS} " "base " )
3537
3638IF (MINGW)
3739 TARGET_LINK_LIBRARIES (steputils shlwapi.lib )
Original file line number Diff line number Diff line change 1111*/
1212
1313#include < Str.h>
14+ #include < scl_memmgr.h>
1415#ifndef STRING_DELIM
1516#define STRING_DELIM ' \' '
1617#endif
Original file line number Diff line number Diff line change 5757#include < shlwapi.h>
5858#endif
5959
60+ #include < scl_memmgr.h>
61+
6062// /////////////////////////////////////////////////////////////////////////////
6163//
6264// Create a new DirObj object.
Original file line number Diff line number Diff line change 1414
1515#include < errordesc.h>
1616#include < Str.h>
17+ #include < scl_memmgr.h>
1718
1819DebugLevel ErrorDescriptor::_debug_level = DEBUG_OFF;
1920ostream * ErrorDescriptor::_out = 0 ;
Original file line number Diff line number Diff line change 1414
1515#include < gennode.h>
1616#include < gennodelist.h>
17+ #include < scl_memmgr.h>
1718
1819// ////////////////////////////////////////////////////////////////////////////
1920// class GenericNode inline functions that depend on other classes
Original file line number Diff line number Diff line change 1616#include < gennode.h>
1717#include < gennodelist.h>
1818#include < gennodearray.h>
19+ #include < scl_memmgr.h>
1920
2021#ifndef HAVE_MEMMOVE
2122extern " C" {
Original file line number Diff line number Diff line change 1616#include < gennodelist.h>
1717// #include <gennode.inline.h>
1818#include < gennodearray.h>
19+ #include < scl_memmgr.h>
1920
2021// inserts after existNode
2122void GenNodeList::InsertAfter ( GenericNode * newNode,
Original file line number Diff line number Diff line change 1111#include < stdio.h>
1212#include < stdlib.h>
1313#include < string.h>
14+ #include < scl_memmgr.h>
1415
1516/* ************/
1617/* constants */
You can’t perform that action at this time.
0 commit comments