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
00c50aea
Commit
00c50aea
authored
3 years ago
by
sphere
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into 'next'
merge master into next Closes
#671
See merge request
!1657
parents
b8687166
68b622e8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1657
merge master into next
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian-template/rules
+1
-1
1 addition, 1 deletion
debian-template/rules
src/Makefile.d/win32.mk
+5
-0
5 additions, 0 deletions
src/Makefile.d/win32.mk
with
6 additions
and
1 deletion
debian-template/rules
+
1
−
1
View file @
00c50aea
...
...
@@ -78,7 +78,7 @@ NONX86 = $(shell test "`echo $(CROSS_COMPILE_HOST) | grep 'i[3-6]86'`" || echo "
MAKEARGS
=
$(
OS
)
$(
NONX86
)
$(
PREFIX
)
EXENAME
=
$(
EXENAME
)
DBGNAME
=
$(
DBGNAME
)
NOOBJDUMP
=
1
# SDL_PKGCONFIG=sdl2 PNG_PKGCONFIG=libpng
MENUFILE1
=
?package
(
$(
PACKAGE
)
)
:needs
=
"X11"
section
=
"
$(
SECTION
)
"
MENUFILE2
=
title
=
"
$(
TITLE
)
"
command
=
"/
$(
PKGDIR
)
/
$(
PACKAGE
)
"
BINDIR
:=
$(
DIR
)
/bin/
Linux/Release
BINDIR
:=
$(
DIR
)
/bin/
# FIXME pkg-config dir hacks
# Launchpad doesn't need this; it actually makes i386 builds fail due to cross-compile
...
...
This diff is collapsed.
Click to expand it.
src/Makefile.d/win32.mk
+
5
−
0
View file @
00c50aea
...
...
@@ -8,6 +8,11 @@ else
EXENAME
?=
srb2win64.exe
endif
# disable dynamicbase if under msys2
ifdef
MSYSTEM
libs
+=
-Wl
,--disable-dynamicbase
endif
sources
+=
win32/Srb2win.rc
opts
+=
-DSTDC_HEADERS
libs
+=
-ladvapi32
-lkernel32
-lmsvcrt
-luser32
...
...
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