File tree Expand file tree Collapse file tree 2 files changed +2
-11
lines changed
Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.0.0)
2- project (base16384 VERSION 2.2.0)
3- SET (CMAKE_BUILD_TYPE "Release" )
2+ project (base16384 VERSION 2.2.2)
43
54add_executable (base16384_b base16384.c)
65
@@ -18,14 +17,6 @@ ELSE()
1817 add_library (base16384_s STATIC file.c base1432.c)
1918ENDIF ()
2019
21- if (MSVC )
22- # do nothing
23- else ()
24- # add hardening
25- target_compile_options (base16384 PUBLIC -Wl,-z,now -Wdate-time)
26- add_definitions (-D_FORTIFY_SOURCE=2)
27- endif ()
28-
2920set_target_properties (base16384_b PROPERTIES OUTPUT_NAME base16384)
3021set_target_properties (base16384_s PROPERTIES OUTPUT_NAME base16384)
3122set_target_properties (base16384 PROPERTIES VERSION ${CMAKE_PROJECT_VERSION} SOVERSION ${PROJECT_VERSION_MAJOR} )
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ unsigned long get_start_ms() {
3939#endif
4040
4141static void print_usage () {
42- puts ("Copyright (c) 2022 Fumiama Minamoto.\nBase16384 2.2.0 (Oct 16th 2022). Usage:" );
42+ puts ("Copyright (c) 2022 Fumiama Minamoto.\nBase16384 2.2.2 (Dec 14th 2022). Usage:" );
4343 puts ("base16384 [-edt] [inputfile] [outputfile]" );
4444 puts (" -e\t\tencode" );
4545 puts (" -d\t\tdecode" );
You can’t perform that action at this time.
0 commit comments