From 6933288711e98a55d8e387e384bd4a413184102f Mon Sep 17 00:00:00 2001 From: cancel Date: Tue, 7 Jan 2020 23:43:43 +0900 Subject: [PATCH] Rename gbstring.h/.c to sdd.h/.c --- thirdparty/{gbstring.c => sdd.c} | 2 +- thirdparty/{gbstring.h => sdd.h} | 0 tool | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename thirdparty/{gbstring.c => sdd.c} (99%) rename thirdparty/{gbstring.h => sdd.h} (100%) diff --git a/thirdparty/gbstring.c b/thirdparty/sdd.c similarity index 99% rename from thirdparty/gbstring.c rename to thirdparty/sdd.c index c45d7b8..70241fd 100644 --- a/thirdparty/gbstring.c +++ b/thirdparty/sdd.c @@ -1,4 +1,4 @@ -#include "gbstring.h" +#include "sdd.h" #include #include #include diff --git a/thirdparty/gbstring.h b/thirdparty/sdd.h similarity index 100% rename from thirdparty/gbstring.h rename to thirdparty/sdd.h diff --git a/tool b/tool index e9b8492..6d71db7 100755 --- a/tool +++ b/tool @@ -308,7 +308,7 @@ build_target() { out_exe=cli ;; orca|tui) - add source_files osc_out.c term_util.c sysmisc.c thirdparty/gbstring.c tui_main.c + add source_files osc_out.c term_util.c sysmisc.c thirdparty/sdd.c tui_main.c add cc_flags -D_XOPEN_SOURCE_EXTENDED=1 # thirdparty headers (like sokol_time.h) should get -isystem for their # include dir so that any warnings they generate with our warning flags