Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
libretro-2048
Commits
9dd8d896
Commit
9dd8d896
authored
May 12, 2020
by
Vladimir Serbinenko
Browse files
Add dos compilation
parent
7a353cd8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.libretro
View file @
9dd8d896
...
...
@@ -201,6 +201,14 @@ else ifeq ($(platform), vita)
AR
=
arm-vita-eabi-ar
$(EXE_EXT)
PLATFORM_DEFINES
:=
-DVITA
STATIC_LINKING
=
1
# DOS
else
ifeq
($(platform), dos)
TARGET
:=
$(TARGET_NAME)
_libretro_
$(platform)
.a
CC
=
i586-pc-msdosdjgpp-gcc
AR
=
i586-pc-msdosdjgpp-ar
CXX
=
i586-pc-msdosdjgpp-g++
PLATFORM_DEFINES
+=
-march
=
i386
STATIC_LINKING
=
1
# CTR (3DS)
else
ifeq
($(platform), ctr)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment