Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
SRB2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
STJr
SRB2
Commits
69965b8d
Commit
69965b8d
authored
6 years ago
by
Marco Z
Browse files
Options
Downloads
Patches
Plain Diff
Flip HAVE_OPENMPT on by default for non-Windows makefile
parent
c0266e22
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!494
libopenmpt library support
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/Makefile
+1
-8
1 addition, 8 deletions
src/Makefile
with
1 addition
and
8 deletions
src/Makefile
+
1
−
8
View file @
69965b8d
...
...
@@ -74,8 +74,7 @@
# Compile without BSD API, add 'NONET=1'
# Compile without IPX/SPX, add 'NOIPX=1'
# Compile Mingw/SDL with S_DS3S, add 'DS3D=1'
# Compile without libopenmpt on Windows, add 'NOOPENMPT=1'
# Compile with libopenmpt on other platforms, add 'OPENMPT=1'
# Compile without libopenmpt, add 'NOOPENMPT=1'
# Compile with S_FMOD3D, add 'FMOD=1' (WIP)
# Compile with S_OPENAL, add 'OPENAL=1' (WIP)
# To link with the whole SDL_Image lib to load Icons, add 'SDL_IMAGE=1' but it isn't not realy needed
...
...
@@ -184,15 +183,9 @@ ifdef DJGPPDOS
include
djgppdos/Makefile.cfg
endif
ifdef
MINGW
ifndef
NOOPENMPT
HAVE_OPENMPT
=
1
endif
else
ifdef
OPENMPT
HAVE_OPENMPT
=
1
endif
endif
ifdef
MINGW
include
win32/Makefile.cfg
...
...
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