Skip to content

Commit 7e672ce

Browse files
committed
Zmiana defaultów
1 parent 5b23669 commit 7e672ce

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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

1212
project(symshelllight)
@@ -31,7 +31,7 @@ ELSE()
3131
#add_compile_options( -Wall )
3232
ENDIF()
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

UTILS/error_enter_before_clean.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
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

0 commit comments

Comments
 (0)