Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Synchronet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Main
Synchronet
Commits
bd68f748
Commit
bd68f748
authored
22 years ago
by
rswindell
Browse files
Options
Downloads
Patches
Plain Diff
Converted from Ctrl-A/Ctrl-B help highlighting to ` and ~ chars.
parent
5d8e84f0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/sbbs3/install/sbbsinst.c
+12
-12
12 additions, 12 deletions
src/sbbs3/install/sbbsinst.c
with
12 additions
and
12 deletions
src/sbbs3/install/sbbsinst.c
+
12
−
12
View file @
bd68f748
...
...
@@ -180,12 +180,12 @@ while(1) {
sprintf
(
mopt
[
i
++
],
"%-33.33s"
,
"Start Installation"
);
mopt
[
i
][
0
]
=
0
;
uifc
.
helpbuf
=
"
Main Installation Menu:
\n
"
uifc
.
helpbuf
=
"
`
Main Installation Menu:
`
\n
"
"
\n
ToDo: Add help."
;
switch
(
uifc
.
list
(
WIN_ORG
|
WIN_MID
|
WIN_ESC
|
WIN_ACT
,
0
,
0
,
60
,
&
main_dflt
,
0
,
"Configure"
,
mopt
))
{
case
0
:
uifc
.
helpbuf
=
"
Install Path
\n
"
uifc
.
helpbuf
=
"
`
Install Path
`
\n
"
"
\n
"
"
\n
Path to install the Synchronet BBS system into."
"
\n
Some common paths:"
...
...
@@ -200,7 +200,7 @@ while(1) {
strcpy
(
opt
[
1
],
"GCC"
);
opt
[
2
][
0
]
=
0
;
i
=
params
.
usebcc
?
0
:
1
;
uifc
.
helpbuf
=
"
Build From CVS
\n
"
uifc
.
helpbuf
=
"
`
Build From CVS
`
\n
"
"
\n
ToDo: Add help."
;
i
=
uifc
.
list
(
WIN_MID
|
WIN_SAV
,
0
,
0
,
0
,
&
i
,
0
,
"Compiler"
,
opt
);
...
...
@@ -211,7 +211,7 @@ while(1) {
i
=
0
;
break
;
case
2
:
uifc
.
helpbuf
=
"
Compiler Flags
\n
"
uifc
.
helpbuf
=
"
`
Compiler Flags
`
\n
"
"
\n
ToDo: Add help."
;
uifc
.
input
(
WIN_MID
,
0
,
0
,
"Additional Compiler Flags"
,
params
.
cflags
,
40
,
K_EDIT
);
break
;
...
...
@@ -220,7 +220,7 @@ while(1) {
strcpy
(
opt
[
1
],
"No"
);
opt
[
2
][
0
]
=
0
;
i
=
params
.
release
?
0
:
1
;
uifc
.
helpbuf
=
"
Build Release Version
\n
"
uifc
.
helpbuf
=
"
`
Build Release Version
`
\n
"
"
\n
ToDo: Add help."
;
i
=
uifc
.
list
(
WIN_MID
|
WIN_SAV
,
0
,
0
,
0
,
&
i
,
0
,
"Build a release version?"
,
opt
);
...
...
@@ -235,7 +235,7 @@ while(1) {
strcpy
(
opt
[
1
],
"No"
);
opt
[
2
][
0
]
=
0
;
i
=
params
.
symlink
?
0
:
1
;
uifc
.
helpbuf
=
"
Symlink Binaries:
\n
"
uifc
.
helpbuf
=
"
`
Symlink Binaries:
`
\n
"
"
\n
"
"
\n
Should the installer create symlinks to the binaries or copy them from"
"
\n
the compiled location?"
;
...
...
@@ -252,11 +252,11 @@ while(1) {
strcpy
(
opt
[
1
],
"No"
);
opt
[
2
][
0
]
=
0
;
i
=
params
.
cvs
?
0
:
1
;
uifc
.
helpbuf
=
"
Pull sources from CVS:
\n
"
uifc
.
helpbuf
=
"
`
Pull sources from CVS:
`
\n
"
"
\n
"
"
\n
Should the installer do a CVS update before compiling the binaies?"
"
\n
"
"
\n
If this is the first time you have ran SBBSINST, you
MUST
enable this."
;
"
\n
If this is the first time you have ran SBBSINST, you
`
MUST
`
enable this."
;
i
=
uifc
.
list
(
WIN_MID
|
WIN_SAV
,
0
,
0
,
0
,
&
i
,
0
,
"Pull from CVS?"
,
opt
);
if
(
!
i
)
...
...
@@ -266,7 +266,7 @@ while(1) {
i
=
0
;
break
;
case
6
:
uifc
.
helpbuf
=
"
CVS Tag:
\n
"
uifc
.
helpbuf
=
"
`
CVS Tag:
`
\n
"
"
\n
"
"
\n
CVS tag to use when updating sources. Enter
\"
HEAD
\"
to use current sources."
;
uifc
.
input
(
WIN_MID
,
0
,
0
,
"CVS Tag"
,
params
.
cvstag
,
40
,
K_EDIT
);
...
...
@@ -281,10 +281,10 @@ while(1) {
strcpy
(
opt
[
0
],
"Yes"
);
strcpy
(
opt
[
1
],
"No"
);
opt
[
2
][
0
]
=
0
;
uifc
.
helpbuf
=
"
Exit SBBSINST:
\n
"
uifc
.
helpbuf
=
"
`
Exit SBBSINST:
`
\n
"
"
\n
"
"
\n
If you want to exit the Synchronet installation utility, select
Yes
."
"
\n
Otherwise, select
No
or hit
ESC
."
;
"
\n
If you want to exit the Synchronet installation utility, select
`
Yes
`
."
"
\n
Otherwise, select
`
No
`
or hit
~
ESC
~
."
;
i
=
uifc
.
list
(
WIN_MID
,
0
,
0
,
0
,
&
i
,
0
,
"Exit SBBSINST"
,
opt
);
if
(
!
i
)
bail
(
0
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment