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
B
builder
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
Ben Avison
builder
Commits
6f01c0e2
Commit
6f01c0e2
authored
Sep 25, 1997
by
Richard Buckley
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
New stuff in line with modified user interface.
parent
f1257c91
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
2 deletions
+13
-2
h/constants
h/constants
+1
-1
h/resources
h/resources
+12
-1
No files found.
h/constants
View file @
6f01c0e2
...
...
@@ -25,7 +25,7 @@
#ifndef __constants_h
#define __constants_h
#define APP_VERSION "0.0
4 (22
Sep 1997)"
#define APP_VERSION "0.0
6 (24
Sep 1997)"
#define APP_DIR "<Builder$Dir>"
#define FILENAME_MESSAGES APP_DIR ".Messages"
...
...
h/resources
View file @
6f01c0e2
...
...
@@ -31,12 +31,14 @@
#define MENU_ICONBAR_NAME "bar_menu"
#define MENU_OPTION_NAME "option_menu"
#define MENU_VIEW_NAME "view_menu"
#define MENU_VERSION_NAME "ver_menu"
#define WINDOW_OPTIONS_NAME "options"
#define WINDOW_BUILDS_NAME "builds"
#define OPTIONS_GADGET_BUILD 0x07
#define OPTIONS_GADGET_ENV 0x08
#define OPTIONS_GADGET_TREE 0x15
#define OPTIONS_GADGET_VERSION 0x16
#define BUILD_GADGET_TREE 0x02
#define BUILD_GADGET_REMOVE 0x00
...
...
@@ -49,11 +51,16 @@
#define VIEWMENU_COMPONENTS 0x00
#define VIEWMENU_DATABASE 0x01
#define VERSIONMENU_DONT 0x00
#define VERSIONMENU_MAJOR 0x01
#define VERSIONMENU_MINOR 0x02
#define BARMENU_REGISTER 0x03
#define MENU_QUIT 0x01
#define MENU_EVENT_QUIT 0x102
typedef
struct
{
char
name
[
16
];
int
id
;
int
def
;}
option_t
;
typedef
struct
{
char
name
[
16
];
int
id
;
int
def
;}
option_t
;
typedef
struct
{
char
action
[
30
];
char
msg
[
4
];
int
id
;}
version_t
;
option_t
options
[]
=
{
"list"
,
0x13
,
0
,
"clean"
,
0x11
,
0
,
...
...
@@ -64,5 +71,9 @@ option_t options[] = { "list", 0x13, 0,
"install_rom"
,
0x0E
,
0
,
"join"
,
0x0F
,
0
};
version_t
versioning
[]
=
{
"-hack_round_silly_riscosism"
,
"don"
,
VERSIONMENU_DONT
,
"-newmajor"
,
"maj"
,
VERSIONMENU_MAJOR
,
"-newminor"
,
"min"
,
VERSIONMENU_MINOR
};
#endif
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