Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Ben Avison
EditApp
Commits
dbf86e75
Commit
dbf86e75
authored
May 31, 2009
by
Peter Naulls
Browse files
Normalise Include paths
Version 1.64. Not tagged
parent
1fefd9d2
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
18 additions
and
24 deletions
+18
-24
Test/tbash
Test/tbash
+4
-4
VersionASM
VersionASM
+3
-3
VersionNum
VersionNum
+4
-4
c/edit
c/edit
+5
-9
c/message
c/message
+2
-4
No files found.
Test/tbash
View file @
dbf86e75
...
...
@@ -15,10 +15,10 @@
#include <stdio.h>
#include <arthur.h>
#include "
h.
txt"
#include "
h.
txtundo"
#include "
h.
txt1"
#include "
h.
bbc"
#include "txt
.h
"
#include "txtundo
.h
"
#include "txt1
.h
"
#include "bbc
.h
"
/* -------- Printing the text buffer. -------- */
...
...
VersionASM
View file @
dbf86e75
...
...
@@ -14,10 +14,10 @@
Module_MajorVersion SETS "1.64"
Module_Version SETA 164
Module_MinorVersion SETS ""
Module_Date SETS "
28
May 2009"
Module_ApplicationDate SETS "
28
-May-09"
Module_Date SETS "
31
May 2009"
Module_ApplicationDate SETS "
31
-May-09"
Module_ComponentName SETS "Edit"
Module_ComponentPath SETS "castle/RiscOS/Sources/Apps/Edit"
Module_FullVersion SETS "1.64"
Module_HelpVersion SETS "1.64 (
28
May 2009)"
Module_HelpVersion SETS "1.64 (
31
May 2009)"
END
VersionNum
View file @
dbf86e75
...
...
@@ -6,18 +6,18 @@
*/
#define Module_MajorVersion_CMHG 1.64
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG
28
May 2009
#define Module_Date_CMHG
31
May 2009
#define Module_MajorVersion "1.64"
#define Module_Version 164
#define Module_MinorVersion ""
#define Module_Date "
28
May 2009"
#define Module_Date "
31
May 2009"
#define Module_ApplicationDate "
28
-May-09"
#define Module_ApplicationDate "
31
-May-09"
#define Module_ComponentName "Edit"
#define Module_ComponentPath "castle/RiscOS/Sources/Apps/Edit"
#define Module_FullVersion "1.64"
#define Module_HelpVersion "1.64 (
28
May 2009)"
#define Module_HelpVersion "1.64 (
31
May 2009)"
#define Module_LibraryVersionInfo "1:64"
c/edit
View file @
dbf86e75
...
...
@@ -74,11 +74,9 @@
#include "template.h"
#include "dbox.h"
#include "txt.h"
#include "h.EditIntern.txtar"
//#include "EditIntern/txtar.h"
#include "EditIntern/txtar.h"
#include "txtscrap.h"
#include "h.EditIntern.txtoptmenu"
//#include "EditIntern/txtoptmenu.h"
#include "EditIntern/txtoptmenu.h"
#include "typdat.h"
#include "txtedit.h"
#include "event.h"
...
...
@@ -88,17 +86,15 @@
#include "dboxquery.h"
#include "editv.h"
#include "baricon.h"
#include "h.EditIntern.message"
//#include "EditIntern/message.h"
#include "EditIntern/message.h"
#include "xferrecv.h"
#include "msgs.h"
#include "visdelay.h"
#include "pointer.h"
#include "h.EditIntern.txtfile"
//#include "EditIntern/txtfile.h"
#include "EditIntern/txtfile.h"
#if CTL
#include "
h.
ctl"
#include "ctl
.h
"
#endif
#if BASIC
...
...
c/message
View file @
dbf86e75
...
...
@@ -47,16 +47,14 @@
#include "txtscrap.h"
#include "typdat.h"
#include "txtedit.h"
#include "h.EditIntern.txtoptmenu"
//#include "EditIntern/txtoptmenu.h"
#include "EditIntern/txtoptmenu.h"
#include "txtwin.h"
#include "trace.h"
#include "werr.h"
#include "wimp.h"
#include "wimpt.h"
#include "win.h"
#include "h.EditIntern.message"
//#include "EditIntern/message.h"
#include "EditIntern/message.h"
#include "slist.h"
#include "msgs.h"
#include "msgtrans.h"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment