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
Package registry
Model registry
Operate
Terraform modules
Analyze
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
Lach
SRB2
Commits
064650d9
Commit
064650d9
authored
8 years ago
by
Alam Ed Arias
Browse files
Options
Downloads
Patches
Plain Diff
Codeblock: fixup SDL_mixer to SDL2_mixer
parent
b32be1b9
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
SRB2.cbp
+7
-7
7 additions, 7 deletions
SRB2.cbp
with
7 additions
and
7 deletions
SRB2.cbp
+
7
−
7
View file @
064650d9
...
...
@@ -14,7 +14,7 @@ If you are compiling for Windows, use Mingw targets
Interface Defines:
_WINDOWS for DirectX Interface
SDL for SDL Interface
HAVE_MIXER for SDL
_M
ixer
HAVE_MIXER for SDL
2_m
ixer
HAVE_PNG for PNG support (for APNG support. compile libs/libpng-src)
HWRENDER for hardware render support
...
...
@@ -42,7 +42,7 @@ HW3SOUND for 3D hardware sound support
</Compiler>
<Linker>
<Add
option=
"`sdl2-config --libs`"
/>
<Add
library=
"SDL_mixer"
/>
<Add
library=
"SDL
2
_mixer"
/>
</Linker>
</Target>
<Target
title=
"Release Native/SDL"
>
...
...
@@ -63,7 +63,7 @@ HW3SOUND for 3D hardware sound support
</Compiler>
<Linker>
<Add
option=
"`sdl2-config --libs`"
/>
<Add
library=
"SDL_mixer"
/>
<Add
library=
"SDL
2
_mixer"
/>
</Linker>
</Target>
<Target
title=
"Debug Linux/SDL"
>
...
...
@@ -91,7 +91,7 @@ HW3SOUND for 3D hardware sound support
<Linker>
<Add
option=
"`sdl2-config --libs`"
/>
<Add
option=
"`libpng-config --libs`"
/>
<Add
library=
"SDL_mixer"
/>
<Add
library=
"SDL
2
_mixer"
/>
<Add
library=
"rt"
/>
</Linker>
</Target>
...
...
@@ -119,7 +119,7 @@ HW3SOUND for 3D hardware sound support
<Linker>
<Add
option=
"`sdl2-config --libs`"
/>
<Add
option=
"`libpng-config --libs`"
/>
<Add
library=
"SDL_mixer"
/>
<Add
library=
"SDL
2
_mixer"
/>
<Add
library=
"rt"
/>
</Linker>
</Target>
...
...
@@ -567,7 +567,7 @@ HW3SOUND for 3D hardware sound support
<Linker>
<Add
option=
"-g"
/>
<Add
library=
"SDL"
/>
<Add
library=
"SDL_mixer"
/>
<Add
library=
"SDL
2
_mixer"
/>
<Add
library=
"advapi32"
/>
<Add
library=
"kernel32"
/>
<Add
library=
"msvcrt"
/>
...
...
@@ -606,7 +606,7 @@ HW3SOUND for 3D hardware sound support
<Linker>
<Add
option=
"-g"
/>
<Add
library=
"SDL"
/>
<Add
library=
"SDL_mixer"
/>
<Add
library=
"SDL
2
_mixer"
/>
<Add
library=
"advapi32"
/>
<Add
library=
"kernel32"
/>
<Add
library=
"msvcrt"
/>
...
...
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