From ad18c004e3fd998718165578f2aedc7d068a467e Mon Sep 17 00:00:00 2001 From: Allen Webster Date: Thu, 3 Jun 2021 08:15:04 -0700 Subject: [PATCH] put project right in custom folder (the easy way this time) --- {ship_files_super => custom}/project.4coder | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) rename {ship_files_super => custom}/project.4coder (73%) diff --git a/ship_files_super/project.4coder b/custom/project.4coder similarity index 73% rename from ship_files_super/project.4coder rename to custom/project.4coder index fc2bd712..9357c3fe 100644 --- a/ship_files_super/project.4coder +++ b/custom/project.4coder @@ -24,11 +24,11 @@ load_paths = { { load_paths_custom, .os = "mac" }, }; -build_super_x64_win32 = "custom\\bin\\buildsuper_x64-win.bat"; -build_super_x86_win32 = "custom\\bin\\buildsuper_x86-win.bat"; -build_super_x64_linux = "custom/bin/buildsuper_x64-linux.sh"; -build_super_x86_linux = "custom/bin/buildsuper_x86-linux.sh"; -build_super_x64_mac = "custom/bin/buildsuper_x64-mac.sh"; +build_super_x64_win32 = "bin\\buildsuper_x64-win.bat"; +build_super_x86_win32 = "bin\\buildsuper_x86-win.bat"; +build_super_x64_linux = "bin/buildsuper_x64-linux.sh"; +build_super_x86_linux = "bin/buildsuper_x86-linux.sh"; +build_super_x64_mac = "bin/buildsuper_x64-mac.sh"; command_list = { { .name = "build super x64", @@ -44,12 +44,12 @@ command_list = { { .name = "build C++ lexer generator", .out = "*compilation*", .footer_panel = true, .save_dirty_files = true, - .cmd = { {"custom\\bin\\build_one_time custom\\languages\\4coder_cpp_lexer_gen.cpp ..\\build", .os ="win" }, + .cmd = { {"bin\\build_one_time languages\\4coder_cpp_lexer_gen.cpp ..\\build", .os ="win" }, }, }, { .name = "build token tester", .out = "*compilation*", .footer_panel = true, .save_dirty_files = true, - .cmd = { {"custom\\bin\\build_one_time custom\\languages\\4coder_cpp_lexer_test.cpp ..\\build", .os = "win" }, + .cmd = { {"bin\\build_one_time languages\\4coder_cpp_lexer_test.cpp ..\\build", .os = "win" }, }, }, { .name = "run one time",