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
1b3f45dd
Commit
1b3f45dd
authored
5 years ago
by
rswindell
Browse files
Options
Downloads
Patches
Plain Diff
Allow USE_DOSEMU=1 to be specified at install time and persisted in the
src/build/localdefs.mk file.
parent
39b07a4b
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
install/GNUmakefile
+5
-0
5 additions, 0 deletions
install/GNUmakefile
with
5 additions
and
0 deletions
install/GNUmakefile
+
5
−
0
View file @
1b3f45dd
...
...
@@ -29,6 +29,7 @@
# NO_X = Don't include build conio library (ciolib) for X
# NO_GTK = Don't build GTK-based sysop tools
# X_PATH = /path/to/X (if not /usr/X11R6)
# USE_DOSEMU = Set to 1 to enable Linux-DOSEMU support
# the magic bit:
MKFLAGS
+=
MAKEFLAGS
=
...
...
@@ -132,6 +133,10 @@ ifdef X_PATH
MKFLAGS
+=
X_PATH
=
$(
X_PATH
)
endif
ifdef
USE_DOSEMU
MKFLAGS
+=
USE_DOSEMU
=
$(
USE_DOSEMU
)
endif
# Check for GLADE
ifndef
NO_GTK
ifeq
($(shell pkg-config libglade-2.0 --exists && echo YES),YES)
...
...
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