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
snes9x2010
Commits
aaa981d9
Commit
aaa981d9
authored
Feb 10, 2021
by
jdgleaver
Browse files
Fix msvc2005/msvc2010 builds
parent
6b4ad34c
Pipeline
#14003
passed with stages
in 2 minutes and 52 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
build/Makefile.windows_msvc2005_x86
View file @
aaa981d9
...
...
@@ -59,7 +59,6 @@ SOEXT = .dll
# Platform setup
STATIC_LINKING
=
0
platform
=
win
PLATDEFS
=
PLATCFLAGS
=
-DWINVER
=
0x0400
-D_WIN32_WINNT
=
0x0400
-DWIN32
-DCORRECT_VRAM_READS
-D_WINDOWS
-D_USRDLL
-D_CRT_SECURE_NO_WARNINGS
-DMSVC2010_EXPORTS
-DFRONTEND_SUPPORTS_RGB565
-DGIT_VERSION
=
\"
$(GIT_VERSION)
\"
PLATCXXFLAGS
=
$(PLATCFLAGS)
...
...
@@ -69,7 +68,7 @@ PLATCXXFLAGS = $(PLATCFLAGS)
################
# libretro setup
RETRODEFS
=
-D__LIBRETRO__
-wd4710
-wd4711
-wd4127
-wd4204
-wd4242
-wd4244
-wd4820
-wd4214
-wd4100
-wd4738
-wd4706
-wd4668
-wd4245
-wd4255
-wd4389
-wd4305
-wd4113
RETRODEFS
=
-D__LIBRETRO__
-DHAVE_NO_LANGEXTRA
-wd4710
-wd4711
-wd4127
-wd4204
-wd4242
-wd4244
-wd4820
-wd4214
-wd4100
-wd4738
-wd4706
-wd4668
-wd4245
-wd4255
-wd4389
-wd4305
-wd4113
RETROCFLAGS
=
RETROCXXFLAGS
=
RETROLDFLAGS
=
...
...
build/Makefile.windows_msvc2010_x64
View file @
aaa981d9
...
...
@@ -58,7 +58,6 @@ SOEXT = .dll
# Platform setup
STATIC_LINKING
=
0
platform
=
win
PLATDEFS
=
PLATCFLAGS
=
-DWIN32
-DCORRECT_VRAM_READS
-D_WINDOWS
-D_USRDLL
-D_CRT_SECURE_NO_WARNINGS
-DMSVC2010_EXPORTS
-DFRONTEND_SUPPORTS_RGB565
-DGIT_VERSION
=
\"
$(GIT_VERSION)
\"
PLATCXXFLAGS
=
$(PLATCFLAGS)
...
...
build/Makefile.windows_msvc2010_x86
View file @
aaa981d9
...
...
@@ -58,7 +58,6 @@ SOEXT = .dll
# Platform setup
STATIC_LINKING
=
0
platform
=
win
PLATDEFS
=
PLATCFLAGS
=
-DWIN32
-DCORRECT_VRAM_READS
-D_WINDOWS
-D_USRDLL
-D_CRT_SECURE_NO_WARNINGS
-DMSVC2010_EXPORTS
-DFRONTEND_SUPPORTS_RGB565
-DGIT_VERSION
=
\"
$(GIT_VERSION)
\"
PLATCXXFLAGS
=
$(PLATCFLAGS)
...
...
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