Commit 99e1bf26 authored by Ben Avison's avatar Ben Avison Committed by ROOL
Browse files

Make tboxlibint path explicit in #includes

This allows C:tboxlibint to be removed from our command line include path.
!NoChange
parent 76185870
......@@ -19,7 +19,7 @@ COMPONENT = ToolAction
OBJS = main toolact utils
CMHGDEPENDS = main
ROMCDEFINES = -DROM
CINCLUDES = -IOS:,C:tboxlibint,tbox:,C:
CINCLUDES = -IOS:,tbox:,C:
CUSTOMEXP = custom
ROM_DEPEND = h.ToolAction
SA_DEPEND = h.ToolAction
......
......@@ -29,8 +29,8 @@
#include "resourcefs.h"
#include "ToolActionHdr.h"
#include "messages.h"
#include "objmodule.h"
#include "tboxlibint/messages.h"
#include "tboxlibint/objmodule.h"
#include "utils.h"
#include "toolact.h"
......
......@@ -25,15 +25,15 @@
#include "swis.h"
#include "string32.h"
#include "messages.h"
#include "tboxlibint/string32.h"
#include "tboxlibint/messages.h"
#include "macros.h"
#include "os.h"
#include "gadget.h"
#include "ToolAction.h"
#include "debug.h"
#include "tboxlibint/debug.h"
#include "toolact.h"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment