Skip to content

Commit dff669d

Browse files
author
Jan Wilmans
committed
remove fmt and its warnings from the project
1 parent 06f2a96 commit dff669d

File tree

23 files changed

+227
-15996
lines changed

23 files changed

+227
-15996
lines changed

application/DebugViewpp/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ target_link_libraries(Debugviewpp
3535
dv::indexedstorage
3636
dv::library
3737
dv::win32
38-
fmt::fmt
3938
)
4039

4140
install(TARGETS Debugviewpp DESTINATION bin)
@@ -49,4 +48,4 @@ install(CODE "
4948
execute_process(COMMAND ${PROJECT_UTILS_DIRECTORY}/upx.exe ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/Debugviewpp-small.exe)
5049
")
5150

52-
INSTALL(FILES ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/Debugviewpp-small.exe DESTINATION bin)
51+
INSTALL(FILES ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/Debugviewpp-small.exe DESTINATION bin)

application/DebugViewpp/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
#define VERSION 1,9,0,49
2-
#define VERSION_STR "1.9.0.49"
1+
#define VERSION 1,9,0,55
2+
#define VERSION_STR "1.9.0.55"

application/DebugViewpp/version.wxi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
<?define ProductVersion.Major="1" ?>
44
<?define ProductVersion.Minor="9" ?>
55
<?define ProductVersion.Revision="0" ?>
6-
<?define ProductVersion.Build="49" ?>
7-
<?define ProductVersion="1.9.0.49" ?>
6+
<?define ProductVersion.Build="55" ?>
7+
<?define ProductVersion="1.9.0.55" ?>
88
</Include>

0 commit comments

Comments
 (0)