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-chailove
Commits
d404e334
Unverified
Commit
d404e334
authored
Sep 07, 2018
by
RobLoach
Committed by
GitHub
Sep 07, 2018
Browse files
Fix Appveyor (#295)
parent
19689366
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile.common
View file @
d404e334
# Appveyor Config
ifeq
($(appveyor),1)
FLAGS
+=
-DPRId64
=
I64d
-DPRIu64
=
I64u
-DPRIuPTR
=
Iu
endif
# ChaiLove
# ChaiLove
SOURCES_CXX
:=
$(
wildcard
\
SOURCES_CXX
:=
$(
wildcard
\
$(CORE_DIR)
/src/
*
.cpp
\
$(CORE_DIR)
/src/
*
.cpp
\
...
@@ -39,6 +44,9 @@ SOURCES_C += $(wildcard \
...
@@ -39,6 +44,9 @@ SOURCES_C += $(wildcard \
$(CORE_DIR)
/vendor/libretro-common/file/config_file_userdata.c
\
$(CORE_DIR)
/vendor/libretro-common/file/config_file_userdata.c
\
$(CORE_DIR)
/vendor/libretro-common/file/file_path.c
\
$(CORE_DIR)
/vendor/libretro-common/file/file_path.c
\
$(CORE_DIR)
/vendor/libretro-common/compat/compat_strl.c
\
$(CORE_DIR)
/vendor/libretro-common/compat/compat_strl.c
\
$(CORE_DIR)
/vendor/libretro-common/compat/fopen_utf8.c
\
$(CORE_DIR)
/vendor/libretro-common/compat/compat_posix_string.c
\
$(CORE_DIR)
/vendor/libretro-common/encodings/encoding_utf.c
\
$(CORE_DIR)
/vendor/libretro-common/file/config_file_userdata.c
\
$(CORE_DIR)
/vendor/libretro-common/file/config_file_userdata.c
\
$(CORE_DIR)
/vendor/libretro-common/file/config_file.c
\
$(CORE_DIR)
/vendor/libretro-common/file/config_file.c
\
$(CORE_DIR)
/vendor/libretro-common/lists/string_list.c
\
$(CORE_DIR)
/vendor/libretro-common/lists/string_list.c
\
...
...
appveyor.yml
View file @
d404e334
...
@@ -17,6 +17,7 @@ environment:
...
@@ -17,6 +17,7 @@ environment:
TARGET
:
chailove_libretro.dll
TARGET
:
chailove_libretro.dll
platform
:
win
platform
:
win
system_platform
:
win
system_platform
:
win
appveyor
:
1
init
:
init
:
-
git config --global core.autocrlf input
-
git config --global core.autocrlf input
...
@@ -32,7 +33,7 @@ before_build:
...
@@ -32,7 +33,7 @@ before_build:
-
gcc --version
-
gcc --version
build_script
:
build_script
:
-
make
-
make
appveyor=1
# TODO: Add automated testing
# TODO: Add automated testing
#before_test:
#before_test:
...
...
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