From d13f0cb2fcb0fee69f6dddf081308988a4aa22e8 Mon Sep 17 00:00:00 2001 From: FConnuli <56132094+FConnuli@users.noreply.github.com> Date: Tue, 29 Aug 2023 22:08:45 +0000 Subject: [PATCH] Create compile_flags.txt (#653) Added compile_flags.txt for the clangd lsp to work for the project --- compile_flags.txt | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 compile_flags.txt diff --git a/compile_flags.txt b/compile_flags.txt new file mode 100644 index 00000000..64a0a006 --- /dev/null +++ b/compile_flags.txt @@ -0,0 +1,25 @@ +-Iinclude/n64 +-Iinclude +-Itextures +-Ibuild/us_n64 +-Isrc + + +-include include/types.h +-include include/n64/ultra64.h +-include include/sm64.h +-include include/config.h +-include include/make_const_nonconst.h +-include include/geo_commands.h +-include include/level_commands.h +-include include/segment_symbols.h +-include include/command_macros_base.h +-include include/object_constants.h + + +-DTARGET_N64=1 +-DVERSION_US=1 +-DF3DEX_GBI_2=1 +-DF3DZEX_NON_GBI_2=1 +-DF3DEX_GBI_SHARED=1 +-D_LANGUAGE_C=1