Browse Source

Rename gbstring.h/.c to sdd.h/.c

master
cancel 5 years ago
parent
commit
6933288711
  1. 2
      thirdparty/sdd.c
  2. 0
      thirdparty/sdd.h
  3. 2
      tool

2
thirdparty/gbstring.c → thirdparty/sdd.c

@ -1,4 +1,4 @@
#include "gbstring.h" #include "sdd.h"
#include <assert.h> #include <assert.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>

0
thirdparty/gbstring.h → thirdparty/sdd.h

2
tool

@ -308,7 +308,7 @@ build_target() {
out_exe=cli out_exe=cli
;; ;;
orca|tui) 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 add cc_flags -D_XOPEN_SOURCE_EXTENDED=1
# thirdparty headers (like sokol_time.h) should get -isystem for their # thirdparty headers (like sokol_time.h) should get -isystem for their
# include dir so that any warnings they generate with our warning flags # include dir so that any warnings they generate with our warning flags

Loading…
Cancel
Save