Commit 37b8ef58 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.
Requires tboxlib!2

Version 0.15. Not tagged
parent 52af3992
......@@ -20,7 +20,7 @@ OBJS = jcomp main
CMHGDEPENDS = main
CMHGFILE = Modhdr
LIBS = ${TBOXINTLIB}
CINCLUDES = -IC:tboxlibint,C:tboxlibs
CINCLUDES = -IC:tboxlibs
CFLAGS = -ff -fa
ROMCDEFINES = -DROM
ROMASMDEFINES = -pd "IncludeCLib SETL {TRUE}"
......
/* (0.15)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 0.15
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 13 Dec 2011
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 14 Jan 2023
#define Module_MajorVersion "0.15"
#define Module_Version 15
#define Module_MinorVersion ""
#define Module_Date "13 Dec 2011"
#define Module_Date "14 Jan 2023"
#define Module_ApplicationDate "13-Dec-11"
#define Module_ApplicationDate "14-Jan-23"
#define Module_ComponentName "TinyStubs"
#define Module_ComponentPath "castle/RiscOS/Sources/Toolbox/TinyStubs"
#define Module_FullVersion "0.15"
#define Module_HelpVersion "0.15 (13 Dec 2011)"
#define Module_HelpVersion "0.15 (14 Jan 2023)"
#define Module_LibraryVersionInfo "0:15"
......@@ -27,7 +27,7 @@
#include <errno.h>
#include "kernel.h"
#include "swis.h"
#include "messages.h"
#include "tboxlibint/messages.h"
#include "ModHdr.h"
#define IGNORE(a) ((void)(a))
......
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