File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66# Manually define WITHTESTS=true, if you want build test applications!
77#
88# (c)ISS UW, @author Wojciech Borkowski
9- # @date 2026-01-06 (last update)
9+ # @date 2026-01-28 (last update)
1010##################################################################################
1111
1212project (symshelllight)
3131 #add_compile_options( -Wall )
3232ENDIF ()
3333
34- include_directories ("./" "./ INCL" )
34+ include_directories ("./INCL" )
3535#see -> https://cmake.org/cmake/help/v3.16/manual/cmake-compile-features.7.html#manual:cmake-compile-features(7)
3636#message("C++ compiler flags: ${CMAKE_CXX_FLAGS}")
3737
Original file line number Diff line number Diff line change 88/// Jest używana w bibliotece SymShell i wb_rtm, w tym w wb_ptr.
99/// Powinna być definiowana w programie głównym, ale w razie
1010/// zapomnienia może byc pobrana z biblioteki.
11- int WB_error_enter_before_clean = 0 ;
11+ int WB_error_enter_before_clean = 1 ;
1212
You can’t perform that action at this time.
0 commit comments