diff --git a/reactos/tools/cabman/CMakeLists.txt b/reactos/tools/cabman/CMakeLists.txt index 98293020177..fd580af1d5a 100644 --- a/reactos/tools/cabman/CMakeLists.txt +++ b/reactos/tools/cabman/CMakeLists.txt @@ -6,7 +6,7 @@ list(APPEND SOURCE raw.cxx) include_directories(${REACTOS_SOURCE_DIR}/lib/3rdparty/zlib) -add_definitions(-DDBG=1) + add_executable(cabman ${SOURCE}) target_link_libraries(cabman zlibhost) \ No newline at end of file diff --git a/reactos/tools/cabman/main.cxx b/reactos/tools/cabman/main.cxx index 1d25b3012f3..88f0f151ad2 100644 --- a/reactos/tools/cabman/main.cxx +++ b/reactos/tools/cabman/main.cxx @@ -19,8 +19,8 @@ #if DBG -//ULONG DebugTraceLevel = MIN_TRACE; -ULONG DebugTraceLevel = MID_TRACE; +ULONG DebugTraceLevel = MIN_TRACE; +//ULONG DebugTraceLevel = MID_TRACE; //ULONG DebugTraceLevel = MAX_TRACE; #endif /* DBG */