From dbc334e870234e661648492b7eb9b5d2fe3f307e Mon Sep 17 00:00:00 2001 From: NunoSempere Date: Tue, 28 Mar 2023 12:00:07 -0600 Subject: chore: more cleanup --- rose.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'rose.c') diff --git a/rose.c b/rose.c index 454fc55..75f90f7 100644 --- a/rose.c +++ b/rose.c @@ -22,9 +22,10 @@ int CUSTOM_USER_AGENT = true; // - set their variable to true // - in build.sh, uncomment: REQS= #./plugins/*/*.c // 2. Remove stand_in code; -// - Comment out #include "plugins/stand_in/stand_in.h" line, or edit it -// together with stand_in.c so as to not include the plugin functions. -// - In build.sh, comment out REQS=./plugins/stand_in/stand_in.c +// - Add an #include "plugins/stand_in/stand_in.h" line, and modify +// stand_in.c so as to include stand-in functions for the excluded plugin +// - In the make file, include the stand_in.c file and exclude the +// relevant plugin #define CACHE \ "base-cache-directory", CACHE_DIR, "base-data-directory", CACHE_DIR, \ -- cgit v1.2.3